Socket
Socket
Sign inDemoInstall

lru-cache-ext

Package Overview
Dependencies
1
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.2 to 3.0.3

2

lib/index.js
import assert from 'assert';
import LRU from 'lru-cache';
import { LRUCache as LRU } from 'lru-cache';

@@ -4,0 +4,0 @@ export default class LRUe extends LRU {

{
"name": "lru-cache-ext",
"type": "module",
"version": "3.0.2",
"version": "3.0.3",
"description": "Thin wrapper around lru-cache with extended functionality.",

@@ -13,3 +13,2 @@ "main": "lib/index.js",

"test": "yarn run clean && yarn run gardener && yarn run test-simple",
"coveralls": "node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info",
"semantic-release": "yarn run build-clean && npx semantic-release",

@@ -44,19 +43,18 @@ "gardener": "node gardener.js",

"devDependencies": {
"@babel/core": "7.17.9",
"@babel/eslint-parser": "7.17.0",
"@babel/register": "7.17.7",
"@blackflux/eslint-plugin-rules": "2.1.0",
"@blackflux/robo-config-plugin": "7.7.6",
"c8": "7.11.0",
"chai": "4.3.6",
"coveralls": "3.1.1",
"eslint": "8.13.0",
"@babel/core": "7.22.9",
"@babel/eslint-parser": "7.22.9",
"@babel/register": "7.22.5",
"@blackflux/eslint-plugin-rules": "2.2.0",
"@blackflux/robo-config-plugin": "9.1.7",
"c8": "8.0.1",
"chai": "4.3.7",
"eslint": "8.46.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-markdown": "2.2.1",
"eslint-plugin-mocha": "10.0.3",
"js-gardener": "3.0.5",
"node-tdd": "3.3.3",
"smart-fs": "3.0.1"
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-mocha": "10.1.0",
"js-gardener": "5.0.0",
"node-tdd": "3.5.4",
"smart-fs": "3.0.2"
},

@@ -76,4 +74,4 @@ "licenses": [

"dependencies": {
"lru-cache": "7.8.1"
"lru-cache": "10.0.0"
}
}

Sorry, the diff of this file is not supported yet

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