You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@cacheable/node-cache

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cacheable/node-cache - npm Package Compare versions

Comparing version

to
1.5.2

4

dist/index.js

@@ -524,3 +524,3 @@ // src/index.ts

};
var src_default = NodeCache;
var index_default = NodeCache;
export {

@@ -530,3 +530,3 @@ NodeCache,

NodeCacheStore,
src_default as default
index_default as default
};
{
"name": "@cacheable/node-cache",
"version": "1.5.1",
"version": "1.5.2",
"description": "Simple and Maintained fast NodeJS internal caching",

@@ -34,14 +34,14 @@ "type": "module",

"devDependencies": {
"@types/node": "^22.8.1",
"@vitest/coverage-v8": "^2.1.3",
"@types/node": "^22.10.2",
"@vitest/coverage-v8": "^2.1.8",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.3",
"xo": "^0.59.3"
"typescript": "^5.7.2",
"vitest": "^2.1.8",
"xo": "^0.60.0"
},
"dependencies": {
"cacheable": "^1.8.1",
"hookified": "^1.5.1",
"keyv": "^5.2.1"
"hookified": "^1.6.0",
"keyv": "^5.2.3",
"cacheable": "^1.8.7"
},

@@ -54,2 +54,3 @@ "files": [

"build": "rimraf ./dist && tsup src/index.ts --format cjs,esm --dts --clean",
"prepublish": "pnpm build",
"test": "xo --fix && vitest run --coverage",

@@ -56,0 +57,0 @@ "test:ci": "xo && vitest run",

Sorry, the diff of this file is not supported yet