Socket
Socket
Sign inDemoInstall

petty-cache

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

petty-cache - npm Package Compare versions

Comparing version 2.6.1 to 3.0.0

10

package.json
{
"description": "A cache module for node.js that uses a two-level cache (in-memory cache for recently accessed data plus Redis for distributed caching) with some extra features to avoid cache stampedes and thundering herds.",
"dependencies": {
"async": "^3.1.0",
"lock": "^1.1.0",
"memory-cache": "^0.2.0",
"redis": "^2.8.0"
"async": "~3.1.1",
"lock": "~1.1.0",
"memory-cache": "~0.2.0",
"redis": "~3.0.2"
},

@@ -33,3 +33,3 @@ "devDependencies": {

},
"version": "2.6.1"
"version": "3.0.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