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.1.0 to 0.2.0

lib/memjs/header.js

9

package.json

@@ -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) {

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