petty-cache
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -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) { |
@@ -33,3 +33,3 @@ { | ||
}, | ||
"version": "1.8.1" | ||
"version": "1.8.2" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80869
1307