react-memoize-hook
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "react-memoize-hook", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "This is a simple library that exposes a react hook called useMemoization which helps to cache functions that make heavy calculations and only renew the cache based on deps array just like any known react hook", | ||
@@ -16,3 +16,11 @@ "main": "build/index.js", | ||
"react": "^16.8.6" | ||
} | ||
}, | ||
"keywords": [ | ||
"react", | ||
"reactjs", | ||
"react hooks", | ||
"javascript", | ||
"memoize", | ||
"caching" | ||
] | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6497