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

memjs

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memjs - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

test/server_test.js

2

lib/memjs/server.js

@@ -29,3 +29,3 @@ var header = require('./header');

var authStr = '\0' + this.username + '\0' + this.password;
var buf = makeRequestBuffer(0x21, '', '', authStr);
var buf = makeRequestBuffer(0x21, 'PLAIN', '', authStr);
this.write(buf);

@@ -32,0 +32,0 @@ }

@@ -5,3 +5,3 @@ {

"description": "A memcache client for node using the binary protocol and SASL authentication",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "http://github.com/alevy/memjs",

@@ -13,3 +13,3 @@ "repository": {

"engines": {
"node": "~v0.6.18"
"node": ">=0.6.18"
},

@@ -16,0 +16,0 @@ "main": "./lib/memjs/memjs",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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