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 3.6.1 to 3.6.2

3

History.md

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

- 3.6.2 2022-05-19
- Use lodash.cloneDeep npm instead of full lodash. (#190). - @ricardomozartlino
- 3.6.1 2022-04-07

@@ -2,0 +5,0 @@ - Fix for potential prototype polution exploit in async < 3.2.2 (#186). - @tmbobbins

2

lib/stores/memory.js
/*eslint no-unused-vars:0*/
var Lru = require("lru-cache");
var cloneDeep = require('lodash/cloneDeep');
var cloneDeep = require('lodash.clonedeep');
var utils = require('../utils');

@@ -5,0 +5,0 @@ var isObject = utils.isObject;

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

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

"async": "3.2.3",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0",
"lru-cache": "6.0.0"

@@ -32,0 +32,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