Comparing version 0.1.0 to 0.2.0
@@ -5,3 +5,3 @@ { | ||
"description": "A memcache client for node using the binary protocol and SASL authentication", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"homepage": "http://github.com/alevy/memjs", | ||
@@ -15,5 +15,8 @@ "repository": { | ||
}, | ||
"main": "./client", | ||
"main": "./lib/memjs/memjs", | ||
"directories" : { | ||
"lib" : "./lib/memjs" | ||
}, | ||
"scripts": { | ||
"test": "expresso test/*.js" | ||
"test": "NODE_PATH=lib/memjs/ expresso" | ||
}, | ||
@@ -20,0 +23,0 @@ "dependencies": {}, |
@@ -58,5 +58,4 @@ MemJS [![Build Status](https://secure.travis-ci.org/alevy/memjs.png)](http://travis-ci.org/alevy/memjs) | ||
* Handle socket errors and retries | ||
* Add more commands (add, replace, delete, increment, decrement, flush) | ||
* Support expiration and flags | ||
* Add more commands (increment, decrement, flush) | ||
* Support flags | ||
* Support CAS | ||
@@ -66,2 +65,2 @@ | ||
Copyright (c) 2012 Amit Levy, MemCachier. See LICENSE for details. | ||
Copyright (c) 2012 Amit Levy, MemCachier. See LICENSE for details. |
@@ -1,2 +0,2 @@ | ||
var header = require('../header'); | ||
var header = require('header'); | ||
@@ -3,0 +3,0 @@ exports.testParseHeaderResponse = function(be, assert) { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
27690
701
2