Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cache-manager-ioredis-yet

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cache-manager-ioredis-yet - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

36

package.json

@@ -18,3 +18,3 @@ {

"description": "Redis store for node-cache-manager updated",
"version": "2.0.3",
"version": "2.0.4",
"license": "MIT",

@@ -38,14 +38,20 @@ "main": "dist/index.js",

],
"scripts": {
"clean": "rimraf dist coverage node_modules yarn.lock pnpm-lock.yaml package-lock.json",
"build": "tsc -p tsconfig.build.json",
"test": "vitest run --coverage",
"test:ci": "vitest run",
"prepare": "pnpm build"
},
"dependencies": {
"cache-manager": "^5.4.0",
"ioredis": "^5.3.2",
"cache-manager": "*",
"ioredis": "^5.4.1",
"telejson": "^7.2.0"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"@vitest/coverage-v8": "1.3.1",
"dotenv-cli": "7.3.0",
"eslint": "8.57.0",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"@vitest/coverage-v8": "1.5.2",
"eslint": "9.1.1",
"eslint-config-prettier": "9.1.0",

@@ -56,4 +62,4 @@ "eslint-plugin-prettier": "5.1.3",

"rimraf": "^5.0.5",
"typescript": "5.3.3",
"vitest": "1.3.1"
"typescript": "5.4.5",
"vitest": "1.5.2"
},

@@ -66,9 +72,3 @@ "engines": {

"*.{json,prisma,md,yml}": "prettier --write"
},
"scripts": {
"clean": "rimraf dist coverage node_modules yarn.lock pnpm-lock.yaml package-lock.json",
"build": "rimraf dist && tsc -p tsconfig.build.json",
"test": "vitest run --coverage",
"test:ci": "vitest run"
}
}
}

Sorry, the diff of this file is not supported yet

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