Socket
Socket
Sign inDemoInstall

redis-parser

Package Overview
Dependencies
0
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.1

6

changelog.md

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

## v.2.1.0 - 30 Oct, 2016
## v.2.1.1 - 31 Oct, 2016
Bugfixes
- Fix erroneous added const to var to support Node.js 0.10
Features

@@ -4,0 +8,0 @@

2

lib/parser.js

@@ -230,3 +230,3 @@ 'use strict'

default:
const err = new ReplyError('Protocol error, got ' + JSON.stringify(String.fromCharCode(type)) + ' as reply type byte', 20)
var err = new ReplyError('Protocol error, got ' + JSON.stringify(String.fromCharCode(type)) + ' as reply type byte', 20)
err.offset = parser.offset

@@ -233,0 +233,0 @@ err.buffer = JSON.stringify(parser.buffer)

{
"name": "redis-parser",
"version": "2.1.0",
"version": "2.1.1",
"description": "Javascript Redis protocol (RESP) parser",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc