Socket
Socket
Sign inDemoInstall

cacache

Package Overview
Dependencies
40
Maintainers
5
Versions
99
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 17.1.4 to 18.0.0

4

lib/memoization.js
'use strict'
const LRU = require('lru-cache')
const { LRUCache } = require('lru-cache')
const MEMOIZED = new LRU({
const MEMOIZED = new LRUCache({
max: 500,

@@ -7,0 +7,0 @@ maxSize: 50 * 1024 * 1024, // 50MB

{
"name": "cacache",
"version": "17.1.4",
"version": "18.0.0",
"cache-version": {

@@ -51,3 +51,3 @@ "content": "2",

"glob": "^10.2.2",
"lru-cache": "^7.7.1",
"lru-cache": "^10.0.1",
"minipass": "^7.0.3",

@@ -68,3 +68,3 @@ "minipass-collect": "^1.0.2",

"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
"node": "^16.14.0 || >=18.0.0"
},

@@ -75,3 +75,9 @@ "templateOSS": {

"version": "4.18.0",
"publish": "true"
"publish": "true",
"ciVersions": [
"16.14.0",
"16.x",
"18.0.0",
"18.x"
]
},

@@ -78,0 +84,0 @@ "author": "GitHub Inc.",

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