You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

cacheable

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cacheable - npm Package Compare versions

Comparing version
1.10.2
to
1.10.3
+7
-7
package.json
{
"name": "cacheable",
"version": "1.10.2",
"version": "1.10.3",
"description": "High Performance Layer 1 / Layer 2 Caching with Keyv Storage",

@@ -24,7 +24,7 @@ "type": "module",

"devDependencies": {
"@faker-js/faker": "^9.8.0",
"@keyv/redis": "^4.5.0",
"@keyv/valkey": "^1.0.6",
"@faker-js/faker": "^9.9.0",
"@keyv/redis": "^5.0.0",
"@keyv/valkey": "^1.0.7",
"@types/eslint": "^9.6.1",
"@types/node": "^24.0.7",
"@types/node": "^24.1.0",
"@vitest/coverage-v8": "^3.2.4",

@@ -36,7 +36,7 @@ "lru-cache": "^11.1.0",

"vitest": "^3.2.4",
"xo": "^1.1.1"
"xo": "^1.2.1"
},
"dependencies": {
"hookified": "^1.10.0",
"keyv": "^5.3.4"
"keyv": "^5.4.0"
},

@@ -43,0 +43,0 @@ "keywords": [

@@ -54,3 +54,3 @@ [<img align="center" src="https://cacheable.org/logo.svg" alt="Cacheable" />](https://github.com/jaredwray/cacheable)

`cacheable` is primarily used as an extension to you caching engine with a robust storage backend [Keyv](https://keyv.org), Memonization (Wrap), Hooks, Events, and Statistics.
`cacheable` is primarily used as an extension to your caching engine with a robust storage backend [Keyv](https://keyv.org), Memoization (Wrap), Hooks, Events, and Statistics.

@@ -57,0 +57,0 @@ ```bash