Socket
Socket
Sign inDemoInstall

memcached

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memcached - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

lib/memcached.js

@@ -115,3 +115,3 @@ var EventEmitter = require('events').EventEmitter

, data: Utils.curry(memcached, private.buffer, S)
, timeout: function streamTimeout(){ Manager.remove(this) }
, timeout: function streamTimeout(){ memcached.connectionIssue('timeout', S, callback) }
, end: S.end

@@ -723,2 +723,2 @@ });

module.exports = Client;
module.exports = Client;
{
"name": "memcached"
, "version": "0.0.2"
, "version": "0.0.3"
, "author": "Arnout Kazemier"

@@ -39,2 +39,2 @@ , "description": "A fully featured Memcached API client, supporting both single and clustered Memcached servers through consistent hashing and failover/failure. Memcached is rewrite of nMemcached, which will be deprecated in the near future."

}
}
}
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