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 0.6.0 to 0.7.0

3

History.md

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

- 0.7.0 2014-06-15
Bumping package versions, mostly devDependencies
- 0.6.0 2014-06-15

@@ -2,0 +5,0 @@ Adding caching.keys() function (issue #6)

18

package.json
{
"name": "cache-manager",
"version": "0.6.0",
"version": "0.7.0",
"description": "Cache module for Node.js",

@@ -23,13 +23,13 @@ "main": "index.js",

"dependencies": {
"async": ">=0.1.22",
"lru-cache": ">=2.3.0"
"async": "^0.9.0",
"lru-cache": "^2.5.0"
},
"devDependencies": {
"coveralls": "~2.3.0",
"istanbul": ">=0.1.29",
"jshint": ">=1.0.1",
"mocha": ">=1.8.1",
"optimist": ">=0.3.5",
"sinon": ">=1.5.2"
"coveralls": "^2.3.0",
"istanbul": "^0.2.11",
"jshint": "^2.5.1",
"mocha": "^1.20.1",
"optimist": "^0.6.1",
"sinon": "^1.10.2"
}
}

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