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

zcache

Package Overview
Dependencies
Maintainers
3
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.9 to 0.2.0

6

lib/RedundantCacheGroup.js

@@ -6,4 +6,2 @@ var util = require('util')

var NO_INSTANCE_FOUND_RESPONSE = Q.reject(new Error('No cache instance is currently available'))
function RedundantCacheGroup() {

@@ -78,3 +76,3 @@ CacheInstance.call(this)

var instance = this._getAvailableInstance()
if (!instance) return NO_INSTANCE_FOUND_RESPONSE
if (!instance) return Q.resolve([])

@@ -86,3 +84,3 @@ return instance.mget(keys)

var instance = this._getAvailableInstance()
if (!instance) return NO_INSTANCE_FOUND_RESPONSE
if (!instance) return Q.resolve(undefined)

@@ -89,0 +87,0 @@ return instance.get(key)

{
"name": "zcache"
, "description": "AWS zone-aware caching"
, "version": "0.1.9"
, "version": "0.2.0"
, "homepage": "https://github.com/azulus/zcache"

@@ -6,0 +6,0 @@ , "authors": [

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