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

@type-cacheable/node-cache-adapter

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@type-cacheable/node-cache-adapter - npm Package Compare versions

Comparing version

to
14.1.0

14

package.json
{
"name": "@type-cacheable/node-cache-adapter",
"version": "14.0.1",
"version": "14.1.0",
"description": "Adapter for using node-cache with type-cacheable",

@@ -41,11 +41,11 @@ "main": "dist/index.js",

"devDependencies": {
"@type-cacheable/core": "^14.0.1",
"node-cache": "^5.0.0",
"typescript": "^5.0.2"
"@type-cacheable/core": "^14.1.0",
"node-cache": "^5.1.2",
"typescript": "^5.5.4"
},
"peerDependencies": {
"@type-cacheable/core": "^14.0.0",
"node-cache": "^5.0.0"
"@type-cacheable/core": ">=14.0.0 < 15.0.0",
"node-cache": ">=5.0.0 < 6.0.0"
},
"gitHead": "8633d42353f0f5daa4bf9dcea3b28c3881c57273"
"gitHead": "525af89e742244539108a7e744a33725a60b04d4"
}