Socket
Socket
Sign inDemoInstall

lru-cache-ext

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lru-cache-ext - npm Package Compare versions

Comparing version 1.1.10 to 1.1.11

45

package.json
{
"name": "lru-cache-ext",
"version": "1.1.10",
"version": "1.1.11",
"description": "Thin wrapper around lru-cache with extended functionality.",

@@ -41,26 +41,22 @@ "main": "lib/index.js",

"devDependencies": {
"@babel/cli": "7.7.7",
"@babel/core": "7.7.7",
"@babel/plugin-proposal-object-rest-spread": "7.7.7",
"@babel/register": "7.7.7",
"@blackflux/eslint-plugin-rules": "1.3.22",
"@blackflux/robo-config-plugin": "3.0.4",
"babel-eslint": "10.0.3",
"@babel/cli": "7.8.4",
"@babel/core": "7.9.6",
"@babel/plugin-proposal-object-rest-spread": "7.9.6",
"@babel/register": "7.9.0",
"@blackflux/eslint-plugin-rules": "1.3.27",
"@blackflux/robo-config-plugin": "3.1.6",
"babel-eslint": "10.1.0",
"chai": "4.2.0",
"coveralls": "3.0.9",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-json": "2.0.1",
"eslint-plugin-markdown": "1.0.1",
"eslint-plugin-mocha": "6.2.2",
"js-gardener": "2.0.123",
"lru-cache": "5.1.1",
"node-tdd": "2.5.24",
"nyc": "15.0.0",
"semantic-release": "15.14.0"
"coveralls": "3.1.0",
"eslint": "7.0.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-json": "2.1.1",
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-mocha": "7.0.0",
"js-gardener": "2.0.155",
"node-tdd": "2.11.1",
"nyc": "15.0.1",
"semantic-release": "17.0.7"
},
"peerDependencies": {
"lru-cache": "^5.1.1"
},
"licenses": [

@@ -107,3 +103,6 @@ {

"tempDir": "./coverage/.nyc_output"
},
"dependencies": {
"lru-cache": "5.1.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