Socket
Socket
Sign inDemoInstall

cache-manager

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cache-manager - npm Package Compare versions

Comparing version 5.7.3 to 5.7.4

1

dist/caching.js

@@ -82,3 +82,2 @@ "use strict";

else {
// eslint-disable-next-line @typescript-eslint/no-throw-literal
throw error;

@@ -85,0 +84,0 @@ }

30

package.json
{
"name": "cache-manager",
"version": "5.7.3",
"version": "5.7.4",
"description": "Cache module for Node.js",

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

"@types/lodash.clonedeep": "^4.5.9",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"@vitest/coverage-v8": "^2.0.2",
"eslint-config-xo-typescript": "^4.0.0",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitest/coverage-v8": "^2.0.4",
"eslint-config-xo-typescript": "^5.0.0",
"rimraf": "^6.0.1",
"typescript": "^5.5.3",
"vitest": "^2.0.2",
"xo": "^0.58.0"
"typescript": "^5.5.4",
"vitest": "^2.0.4",
"xo": "^0.59.3"
},

@@ -65,3 +65,13 @@ "xo": {

"tsx"
]
],
"rules": {
"@typescript-eslint/use-unknown-in-catch-callback-variable": "off",
"promise/prefer-await-to-then": "off",
"no-promise-executor-return promise/param-names": "off",
"promise/param-names": "off",
"no-promise-executor-return": "off",
"@typescript-eslint/only-throw-error": "off",
"promise/valid-params": "off",
"n/file-extension-in-import": "off"
}
},

@@ -68,0 +78,0 @@ "scripts": {

@@ -95,5 +95,5 @@ # cache-manager

- [Example Custom Store lru-cache](./src/stores/memory.ts)
- [Example Custom Store redis](https://github.com/jaredwray/cache-manager/packages/cache-manager-redis-yet)
- [Example Custom Store ioredis](https://github.com/jaredwray/cache-manager/packages/cache-manager-ioredis-yet)
- [Example Custom Store lru-cache](https://github.com/jaredwray/cache-manager/blob/main/packages/cache-manager/src/stores/memory.ts)
- [Example Custom Store redis](https://github.com/jaredwray/cache-manager/tree/main/packages/cache-manager-redis-yet)
- [Example Custom Store ioredis](https://github.com/jaredwray/cache-manager/tree/main/packages/cache-manager-ioredis-yet)

@@ -100,0 +100,0 @@ #### Create single cache store synchronously

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc