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

cache-lru

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cache-lru - npm Package Compare versions

Comparing version 1.1.9 to 1.1.10

19

package.json
{
"name": "cache-lru",
"version": "1.1.9",
"version": "1.1.10",
"description": "In-Memory Cache with O(1) Operations and LRU Purging Strategy",

@@ -16,6 +16,3 @@ "keywords": [ "cache", "lru" ],

},
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}],
"license": "MIT",
"homepage": "https://github.com/rse/cache-lru",

@@ -31,13 +28,13 @@ "bugs": "https://github.com/rse/cache-lru/issues",

"babel-eslint": "10.0.3",
"eslint": "6.3.0",
"eslint": "6.8.0",
"eslint-config-standard": "14.1.0",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-node": "9.2.0",
"mocha": "6.2.0",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-node": "10.0.0",
"mocha": "6.2.2",
"chai": "4.2.0",
"babelify": "10.0.0",
"@babel/core": "7.5.5",
"@babel/preset-env": "7.5.5",
"@babel/core": "7.7.7",
"@babel/preset-env": "7.7.7",
"uglifyify": "5.0.2",

@@ -44,0 +41,0 @@ "browserify-header": "1.0.1",

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