Comparing version 0.3.0 to 0.3.1
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32027
15
824
1