Socket
Socket
Sign inDemoInstall

react-lru

Package Overview
Dependencies
11
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

lib/index_bundle.js

4

package.json
{
"name": "react-lru",
"version": "0.1.2",
"version": "0.1.3",
"description": "Least recently used (LRU) cache algorithm rendering of React roots",

@@ -9,3 +9,3 @@ "main": "lib/index.js",

"build": "babel src --out-dir lib",
"bundle": "NODE_ENV=production browserify src/index.js -o lib/bundle.js -t [ babelify --presets [ latest react stage-0 ] ] | uglifyjs lib/bundle.js > lib/bundle.min.js"
"bundle": "NODE_ENV=production browserify src/index_bundle.js -o lib/bundle.js -t [ babelify --presets [ latest react stage-0 ] ] | uglifyjs lib/bundle.js > lib/bundle.min.js"
},

@@ -12,0 +12,0 @@ "repository": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc