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.4.3 to 3.4.4

3

History.md

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

- 3.4.4 2021-06-11
- vulnerability fix in package-lock.json.
- 3.4.3 2021-03-30

@@ -2,0 +5,0 @@ - Bump y18n in package-lock.json (vulnerability fix).

10

package.json
{
"name": "cache-manager",
"version": "3.4.3",
"version": "3.4.4",
"description": "Cache module for Node.js",
"main": "index.js",
"files": [
"index.js",
"/examples",
"/lib"
"index.js",
"/examples",
"/lib"
],

@@ -42,2 +42,2 @@ "scripts": {

}
}
}

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

* [node-cache-manager-fs](https://github.com/hotelde/node-cache-manager-fs)
* [node-cache-manager-fs-binary](https://github.com/sheershoff/node-cache-manager-fs-binary)

@@ -221,3 +219,3 @@

```js
memoryCache.mset('foo', 'bar', 'foo2', 'bar2' {ttl: ttl}, function(err) {
memoryCache.mset('foo', 'bar', 'foo2', 'bar2', {ttl: ttl}, function(err) {
if (err) { throw err; }

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