Socket
Socket
Sign inDemoInstall

hiredis

Package Overview
Dependencies
Maintainers
2
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.4.1 to 0.5.0

7

CHANGELOG.md

@@ -0,1 +1,8 @@

### 0.5.0 (2016-04-xy)
* Dropping support for EOL Node versions.
* This does not mean it breaks right now, but we're not testing against v0.8 and iojs anymore.
* Do not cast a potentially non-String value to String (#117, iamstolis)
* Upgrade to new nan version (#119, nicolashenry), avoiding deprecation warnings in Node v6
### 0.4.1 (2015-08-22)

@@ -2,0 +9,0 @@

12

package.json
{
"name": "hiredis",
"description": "Wrapper for reply processing code in hiredis",
"version": "0.4.1",
"version": "0.5.0",
"homepage": "http://github.com/redis/hiredis-node",
"author": "Jan-Erik Rediger <janerik@fnordig.de>",
"contributors": ["Pieter Noordhuis <pcnoordhuis@gmail.com>" ],
"contributors": [
"Pieter Noordhuis <pcnoordhuis@gmail.com>"
],
"main": "hiredis",

@@ -13,7 +15,7 @@ "scripts": {

"dependencies": {
"bindings": "*",
"nan": "^2.0.5"
"bindings": "^1.2.1",
"nan": "^2.3.4"
},
"engines": {
"node": ">= 0.8.0"
"node": ">= 0.10.0"
},

@@ -20,0 +22,0 @@ "repository": {

@@ -25,4 +25,20 @@ [![Build Status](https://travis-ci.org/redis/hiredis-node.png?branch=master)](https://travis-ci.org/redis/hiredis-node)

This requires:
* `gcc` / `g++` 4.8 or newer.
* `python` 2.7 or any newer 2.x version. `python` 3.x is not supported.
For running on Travis check the bundled [.travis.yml](.travis.yml).
[npm]: https://npmjs.org/
## Contribute
To work on the code, first fetch the bundled hiredis submodule, then build hiredis and run the tests.
```
git submodule update --init
npm install
npm test
```
## Usage

@@ -29,0 +45,0 @@

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