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.10 to 0.0.11

6

lib/memcached.js

@@ -248,3 +248,3 @@ "use strict";

if (server in this.issues && this.issues[server].failed) {
return query.callback && query.callback(false, false);
return query.callback && query.callback('Server not available');
}

@@ -260,6 +260,6 @@

// check for issues
if (!S) return query.callback && query.callback(false, false);
if (error) return query.callback && query.callback(error);
if (!S) return query.callback && query.callback('Connect did not give a server');
if (S.readyState !== 'open') {

@@ -266,0 +266,0 @@ return query.callback && query.callback('Connection readyState is set to ' + S.readySate);

{
"name": "memcached",
"version": "0.0.10",
"version": "0.0.11",
"author": {

@@ -5,0 +5,0 @@ "name": "Arnout Kazemier"

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