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 2.9.0 to 2.9.1

5

History.md

@@ -0,3 +1,6 @@

- 2.9.1 2019-05-28
- Bind isCacheableValue to its underlying store (#126). - @arash16
- 2.9.0 2018-03-26
- Fix store's this context for isCacheableValue method (#119). -@alexandrusavin
- Fix store's this context for isCacheableValue method (#119). - @alexandrusavin

@@ -4,0 +7,0 @@ - 2.8.0 2018-02-28

2

lib/multi_caching.js

@@ -48,3 +48,3 @@ /** @module cacheManager/multiCaching */

if (cache.store && typeof cache.store.isCacheableValue === 'function') {
return cache.store.isCacheableValue;
return cache.store.isCacheableValue.bind(cache.store);
} else {

@@ -51,0 +51,0 @@ return self._isCacheableValue;

{
"name": "cache-manager",
"version": "2.9.0",
"version": "2.9.1",
"description": "Cache module for Node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

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