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.8 to 0.1.9

.npmignore

5

lib/RedisConnection.js

@@ -13,2 +13,5 @@ var redis = require('redis')

this._host = host || null
this._port = port || null
this._bound_onConnect = this._onConnect.bind(this)

@@ -116,2 +119,2 @@ this._bound_onError = this._onError.bind(this)

module.exports = RedisConnection
module.exports = RedisConnection

2

package.json
{
"name": "zcache"
, "description": "AWS zone-aware caching"
, "version": "0.1.8"
, "version": "0.1.9"
, "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