Socket
Socket
Sign inDemoInstall

memcached

Package Overview
Dependencies
4
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

tests/memcached-add.test.js

1

lib/memcached.js

@@ -362,2 +362,3 @@ "use strict";

, 'NOT_STORED': function notstored(tokens, dataSet, err) {
err.push('Item is not stored');
return [CONTINUE, false];

@@ -364,0 +365,0 @@ }

2

package.json
{
"name": "memcached"
, "version": "0.1.1"
, "version": "0.1.2"
, "author": "Arnout Kazemier"

@@ -5,0 +5,0 @@ , "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."

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc