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.10 to 1.1.11

23

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

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

"devDependencies": {
"grunt": "1.0.4",
"grunt": "1.3.0",
"grunt-cli": "1.3.2",

@@ -26,15 +26,14 @@ "grunt-contrib-clean": "2.0.0",

"grunt-mocha-test": "0.13.3",
"grunt-eslint": "22.0.0",
"babel-eslint": "10.0.3",
"eslint": "6.8.0",
"eslint-config-standard": "14.1.0",
"eslint-plugin-standard": "4.0.1",
"grunt-eslint": "23.0.0",
"babel-eslint": "10.1.0",
"eslint": "7.16.0",
"eslint-config-standard": "16.0.2",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-node": "10.0.0",
"mocha": "6.2.2",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"mocha": "8.2.1",
"chai": "4.2.0",
"babelify": "10.0.0",
"@babel/core": "7.7.7",
"@babel/preset-env": "7.7.7",
"@babel/core": "7.12.10",
"@babel/preset-env": "7.12.11",
"uglifyify": "5.0.2",

@@ -41,0 +40,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