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.3.0 to 0.4.0

7

CHANGELOG.md

@@ -0,5 +1,10 @@

### 0.4.0 (2015-05-25)
* Upgrade to latest nan to be compatible with io.js
* Update license attribute
### 0.3.0 (2015-04-03)
* Update to latest hiredis including basic windows support
* Refactore to use only the parser from hiredis source.
* Refactor to use only the parser from hiredis source.

@@ -6,0 +11,0 @@ ### 0.2.0 (2015-02-08)

11

package.json
{
"name": "hiredis",
"description": "Wrapper for reply processing code in hiredis",
"version": "0.3.0",
"version": "0.4.0",
"homepage": "http://github.com/redis/hiredis-node",

@@ -14,3 +14,3 @@ "author": "Jan-Erik Rediger <janerik@fnordig.de>",

"bindings": "*",
"nan": "~1.5.0"
"nan": "^1.8.4"
},

@@ -27,8 +27,3 @@ "engines": {

},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/redis/hiredis-node#license"
}
]
"license": "BSD-3-Clause"
}

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