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

@ivfuture/ecomm-cache-redis

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ivfuture/ecomm-cache-redis - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

3

dist/services/redis-cache.js

@@ -49,3 +49,4 @@ "use strict";

this.TTL = (_b = options.ttl) !== null && _b !== void 0 ? _b : DEFAULT_CACHE_TIME;
this.namespace = options.namespace || DEFAULT_NAMESPACE;
this.namespace =
"".concat(this.constructor.name, ":") + options.namespace || DEFAULT_NAMESPACE;
}

@@ -52,0 +53,0 @@ /**

{
"name": "@ivfuture/ecomm-cache-redis",
"version": "1.5.0",
"version": "1.6.0",
"description": "Redis Cache Module for Medusa",

@@ -39,3 +39,3 @@ "main": "dist/index.js",

},
"gitHead": "9edde96da627143ee3075c7cd455ec3419fc8afe"
"gitHead": "461d6aa3e9fe612e49ed7d92fb0319186b6a54e8"
}

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