Socket
Socket
Sign inDemoInstall

lru-cache-for-clusters-as-promised

Package Overview
Dependencies
8
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.3 to 1.7.4

16

package.json
{
"name": "lru-cache-for-clusters-as-promised",
"version": "1.7.3",
"version": "1.7.4",
"types": "index.d.ts",
"description": "LRU Cache that is safe for clusters, based on `lru-cache`. Save memory by only caching items on the master thread via a pomisfied interface.",
"description": "LRU Cache that is safe for clusters, based on `lru-cache`. Save memory by only caching items on the main thread via a promisified interface.",
"main": "./lru-cache-for-clusters-as-promised.js",

@@ -40,3 +40,3 @@ "scripts": {

"cron": "1.8.2",
"debug": "4.3.2",
"debug": "4.3.3",
"lru-cache": "6.0.0",

@@ -46,10 +46,10 @@ "uuid": "8.3.2"

"devDependencies": {
"async": "^3.2.1",
"async": "^3.2.2",
"depcheck": "1.4.2",
"eslint": "7.32.0",
"eslint": "8.3.0",
"eslint-plugin-mocha": "9.0.0",
"express": "4.17.1",
"flatted": "^3.2.2",
"flatted": "^3.2.4",
"istanbul-cobertura-badger": "1.3.1",
"mocha": "9.0.3",
"mocha": "9.1.3",
"nyc": "15.1.0",

@@ -59,3 +59,3 @@ "should": "13.2.3",

"spec-xunit-file": "0.0.1-3",
"supertest": "6.1.5"
"supertest": "6.1.6"
},

@@ -62,0 +62,0 @@ "pre-commit": [

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