Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@cacheable/memory

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cacheable/memory - npm Package Compare versions

Comparing version
2.0.5
to
2.0.6
+19
-13
package.json
{
"name": "@cacheable/memory",
"version": "2.0.5",
"version": "2.0.6",
"description": "High Performance In-Memory Cache for Node.js",
"type": "module",
"main": "./dist/index.cjs",
"main": "./dist/index.js",
"module": "./dist/index.js",

@@ -11,4 +11,10 @@ "types": "./dist/index.d.ts",

".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js"
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}

@@ -25,16 +31,16 @@ },

"devDependencies": {
"@biomejs/biome": "^2.3.1",
"@biomejs/biome": "^2.3.7",
"@faker-js/faker": "^10.1.0",
"@types/node": "^24.9.1",
"@vitest/coverage-v8": "^4.0.3",
"rimraf": "^6.0.1",
"tsup": "^8.5.0",
"@types/node": "^24.10.1",
"@vitest/coverage-v8": "^4.0.14",
"rimraf": "^6.1.2",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vitest": "^4.0.3"
"vitest": "^4.0.14"
},
"dependencies": {
"@keyv/bigmap": "^1.1.0",
"hookified": "^1.12.2",
"@keyv/bigmap": "^1.3.0",
"hookified": "^1.13.0",
"keyv": "^5.5.4",
"@cacheable/utils": "^2.3.0"
"@cacheable/utils": "^2.3.2"
},

@@ -41,0 +47,0 @@ "keywords": [