New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zcache

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zcache - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

1

lib/CacheCluster.js

@@ -203,2 +203,3 @@ var poolModule = require('generic-pool')

.then(processMgetResults)
.clearContext()
}

@@ -205,0 +206,0 @@

@@ -109,2 +109,3 @@ var poolModule = require('generic-pool')

.then(callMget)
.clearContext()

@@ -130,2 +131,3 @@ return this._prepareReleaseClient(promise)

.then(callGet)
.clearContext()

@@ -151,2 +153,3 @@ return this._prepareReleaseClient(promise)

.then(callSet)
.clearContext()

@@ -172,2 +175,3 @@ return this._prepareReleaseClient(promise)

.then(callDel)
.clearContext()

@@ -174,0 +178,0 @@ return this._prepareReleaseClient(promise)

4

package.json
{
"name": "zcache"
, "description": "AWS zone-aware caching"
, "version": "0.1.5"
, "version": "0.1.6"
, "homepage": "https://github.com/azulus/zcache"

@@ -21,3 +21,3 @@ , "authors": [

"generic-pool": "2.0.3",
"kew": "0.1.3",
"kew": "0.1.5",
"redis": "0.8.2"

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