lru-cache-ext
Advanced tools
Comparing version 1.1.9 to 1.1.10
{ | ||
"name": "lru-cache-ext", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "Thin wrapper around lru-cache with extended functionality.", | ||
@@ -41,12 +41,12 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@babel/cli": "7.7.5", | ||
"@babel/core": "7.7.5", | ||
"@babel/plugin-proposal-object-rest-spread": "7.7.4", | ||
"@babel/register": "7.7.4", | ||
"@blackflux/eslint-plugin-rules": "1.3.17", | ||
"@blackflux/robo-config-plugin": "3.0.1", | ||
"@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", | ||
"chai": "4.2.0", | ||
"coveralls": "3.0.9", | ||
"eslint": "6.7.2", | ||
"eslint": "6.8.0", | ||
"eslint-config-airbnb-base": "14.0.0", | ||
@@ -57,7 +57,7 @@ "eslint-plugin-import": "2.19.1", | ||
"eslint-plugin-mocha": "6.2.2", | ||
"js-gardener": "2.0.118", | ||
"js-gardener": "2.0.123", | ||
"lru-cache": "5.1.1", | ||
"node-tdd": "2.5.20", | ||
"nyc": "14.1.1", | ||
"semantic-release": "15.13.31" | ||
"node-tdd": "2.5.24", | ||
"nyc": "15.0.0", | ||
"semantic-release": "15.14.0" | ||
}, | ||
@@ -74,3 +74,3 @@ "peerDependencies": { | ||
"engines": { | ||
"node": ">= 8.10" | ||
"node": ">= 10" | ||
}, | ||
@@ -77,0 +77,0 @@ "files": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8820