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.1 to 2.0.2

2

dist/index.js

@@ -32,3 +32,3 @@ "use strict";

const telejson = __importStar(require("telejson"));
const stringify = (value) => telejson.stringify({ v: value });
const stringify = (value) => telejson.stringify({ v: value }, { maxDepth: Infinity });
const parse = (value) => telejson.parse(value)?.v;

@@ -35,0 +35,0 @@ const getVal = (value) => stringify(value);

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

"description": "Redis store for node-cache-manager updated",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",

@@ -21,0 +21,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is not supported yet

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