Socket
Socket
Sign inDemoInstall

react-lru

Package Overview
Dependencies
42
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

disc.html

10

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

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

"test": "mocha test/dom-mock.js test/**/*-test.js --compilers js:babel-core/register",
"build": "babel src --out-dir lib"
"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"
},

@@ -50,2 +51,4 @@ "repository": {

"babel-preset-stage-0": "6.5.0",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"chai": "^4.1.2",

@@ -58,3 +61,4 @@ "eslint": "^4.8.0",

"react-dom": "15.6.2",
"sinon": "^4.0.1"
"sinon": "^4.0.1",
"uglify-js": "^3.1.3"
},

@@ -61,0 +65,0 @@ "peerDependencies": {

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