react-memoize-hook
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "react-memoize-hook", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"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", | ||
"main": "index.js", | ||
"main": "build/index.js", | ||
"types": "build/index.d.ts", | ||
@@ -7,0 +7,0 @@ "scripts": { |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
3336
7
2
0