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

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 1.8.1 to 1.8.2

2

index.js

@@ -11,2 +11,4 @@ const util = require('util');

this.redisClient.on('error', err => console.warn(`Warning: Redis reported a client error: ${err}`));
// Mutex functions need to be bound to the main PettyCache object

@@ -13,0 +15,0 @@ for (let method in this.mutex) {

2

package.json

@@ -33,3 +33,3 @@ {

},
"version": "1.8.1"
"version": "1.8.2"
}
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