Socket
Socket
Sign inDemoInstall

react-lazy-cache

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-lazy-cache - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

5

package.json
{
"name": "react-lazy-cache",
"description": "A utility to lazily calculate and cache values in a react component based on props",
"version": "2.1.1",
"version": "2.1.2",
"homepage": "https://github.com/erikras/react-lazy-cache",

@@ -28,3 +28,3 @@ "repository": {

},
"main": "index.js",
"main": "./lib/index.js",
"keywords": [

@@ -34,2 +34,3 @@ "react",

"lazy",
"memoize",
"reactjs",

@@ -36,0 +37,0 @@ "calculate"

4

README.md

@@ -8,3 +8,3 @@ #react-lazy-cache

`react-lazy-cache` is a utility to memoize values calculated from props to a React component.
`react-lazy-cache` is a utility to lazily calculate and cache values in a React component based on props.

@@ -87,1 +87,3 @@ ## Installation

That's all you need to know! Go forth and intelligently cache your calculated values!
Feedback welcome.
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