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

cache-manager

Package Overview
Dependencies
Maintainers
1
Versions
110
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 3.6.0 to 3.6.1

3

History.md

@@ -0,1 +1,4 @@

- 3.6.1 2022-04-07
- Fix for potential prototype polution exploit in async < 3.2.2 (#186). - @tmbobbins
- 3.6.0 2021-11-12

@@ -2,0 +5,0 @@ - Added keyCount() method to memory store (#173). - @css-master

2

lib/stores/memory.js

@@ -195,3 +195,3 @@ /*eslint no-unused-vars:0*/

};
/**

@@ -198,0 +198,0 @@ * This method is not available in the caching modules.

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

@@ -28,3 +28,3 @@ "main": "index.js",

"dependencies": {
"async": "3.2.0",
"async": "3.2.3",
"lodash": "^4.17.21",

@@ -43,2 +43,2 @@ "lru-cache": "6.0.0"

}
}
}

@@ -52,2 +52,4 @@ [![build status](https://secure.travis-ci.org/BryanDonovan/node-cache-manager.svg)](http://travis-ci.org/BryanDonovan/node-cache-manager)

* [node-cache-manager-couchbase](https://github.com/davidepellegatta/node-cache-manager-couchbase)
## Overview

@@ -54,0 +56,0 @@

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