Socket
Socket
Sign inDemoInstall

hiredis

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hiredis - npm Package Compare versions

Comparing version 0.1.6 to 0.1.8

deps/hiredis/adapters/ae.h

2

deps/hiredis/README.md

@@ -174,3 +174,3 @@ # HIREDIS

The following examples shows a simple pipeline (resulting in only a single call to `write(2)` and
a single call to `write(2)`):
a single call to `read(2)`):

@@ -177,0 +177,0 @@ redisReply *reply;

{
"name": "hiredis",
"description": "Wrapper for reply processing code in hiredis",
"version": "0.1.6",
"version": "0.1.8",
"homepage": "http://github.com/pietern/hiredis-node",

@@ -12,3 +12,3 @@ "author": "Pieter Noordhuis <pcnoordhuis@gmail.com>",

"scripts": {
"preinstall": "cd deps/hiredis && make static && cd ../.. && node-waf configure build",
"preinstall": "node-waf configure build",
"test": "expresso"

@@ -15,0 +15,0 @@ },

@@ -15,3 +15,3 @@ var hiredis = require("./hiredis");

for (i = 0; i < 1000000; i++) {
for (i = 0; i < 10000; i++) {
parser.feed(feed);

@@ -18,0 +18,0 @@ parser.get();

var assert = require("assert"),
spawn = require('child_process').spawn,
hiredis = require("../build/default/hiredis");
hiredis = require("../hiredis");

@@ -5,0 +5,0 @@ /* Monkey-patch Buffer.isBuffer on 0.3.1 */

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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