Socket
Socket
Sign inDemoInstall

hiredis

Package Overview
Dependencies
Maintainers
1
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.15 to 0.1.16

17

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

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

"node": ">= 0.6.0"
}
},
"repository": {
"type": "git",
"url": "git@github.com:pietern/hiredis-node.git"
},
"bugs": {
"url": "https://github.com/pietern/hiredis-node/issues"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/pietern/hiredis-node#license"
}
]
}

@@ -0,1 +1,3 @@

[![Build Status](https://travis-ci.org/pietern/hiredis-node.png?branch=master)](https://travis-ci.org/pietern/hiredis-node)
# hiredis-node

@@ -13,3 +15,3 @@

[hiredis]: http://github.com/antirez/hiredis
[hiredis]: http://github.com/redis/hiredis

@@ -61,4 +63,10 @@ ## Install

## Windows
Dmitry Gorbunov (@fuwaneko) made a [fork of hiredis-node][windows_fork] with Windows support.
[windows_fork]: https://github.com/fuwaneko/hiredis-node
## License
This code is released under the BSD license, after the license of hiredis.

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