Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redisparse

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redisparse - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.gitmodules

10

package.json
{
"name": "redisparse",
"version": "0.1.0",
"version": "0.1.1",
"description": "Streaming Redis response parser",

@@ -17,2 +17,5 @@ "main": "parser.js",

],
"scripts": {
"test": "node test"
},
"author": "Tõnis Tiigi <tonistiigi@gmail.com>",

@@ -24,4 +27,7 @@ "license": "MIT",

"devDependencies": {
"optimist": "~0.3.5"
"optimist": "~0.3.5",
"JSONStream": "~0.4.2",
"v8-profiler": "~3.6.2-1",
"archy": "0.0.2"
}
}

4

parser.js

@@ -191,2 +191,4 @@ var EventEmitter = require('events').EventEmitter

exports.Parser = Parser
exports.Parser = Parser
exports.name = 'redisparse'

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

[![Build Status](https://secure.travis-ci.org/tonistiigi/redisparse.png)](http://travis-ci.org/tonistiigi/redisparse)
## redisparse

@@ -2,0 +4,0 @@

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