Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-memoize-hook

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-memoize-hook - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

12

package.json
{
"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"
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc