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

memcache-plus

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memcache-plus - npm Package Compare versions

Comparing version 0.2.11 to 0.2.12

yarn.lock

2

lib/client.js

@@ -407,3 +407,3 @@ /**

} else if (this.bufferBeforeError === 0) {
return Promise.reject('Connection is not ready, either not connected yet or disconnected').nodeify(cb);
return Promise.reject(new Error('Connection is not ready, either not connected yet or disconnected')).nodeify(cb);
}

@@ -410,0 +410,0 @@

{
"name": "memcache-plus",
"version": "0.2.11",
"version": "0.2.12",
"description": "Better memcache for node",

@@ -5,0 +5,0 @@ "main": "index.js",

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