track-dependancy-changes
Version:
A lightweight React utility that tracks the changes in component dependencies before and after each render. It also shows the number of times a component has re-rendered, and allows aliasing of dependency names for easier readability.
33 lines • 1.05 kB
JSON
{
"name": "track-dependancy-changes",
"version": "1.0.2",
"description": "A lightweight React utility that tracks the changes in component dependencies before and after each render. It also shows the number of times a component has re-rendered, and allows aliasing of dependency names for easier readability.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/react": "^18.3.6",
"@types/react-dom": "^18.3.0",
"typescript": "^5.6.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mehulk05/track-dependancy-changes"
},
"keywords": [
"React",
"track-dependancy",
"reactjs",
"track-dependancy-changes"
],
"author": "Mehul Kothari <mehulkothari05@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mehulk05/track-dependancy-changes/issues"
},
"homepage": "https://github.com/mehulk05/track-dependancy-changes#readme"
}