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

redis

Package Overview
Dependencies
Maintainers
7
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis - npm Package Compare versions

Comparing version 2.4.1 to 2.4.2

.nyc_output/20579.json

6

changelog.md
Changelog
=========
## v.2.4.2 - 27 Nov, 2015
Bugfixes
- Fixed not emitting ready after reconnect with disable_resubscribing ([@maxgalbu](https://github.com/maxgalbu))
## v.2.4.1 - 25 Nov, 2015

@@ -5,0 +11,0 @@

1

index.js

@@ -385,2 +385,3 @@ 'use strict';

if (this.options.disable_resubscribing) {
this.emit('ready');
return;

@@ -387,0 +388,0 @@ }

2

lib/parsers/javascript.js

@@ -140,3 +140,3 @@ 'use strict';

this._buffer = new Buffer(0);
this.send_error(new Error('Protocol error, got "' + String.fromCharCode(this._type) + '" as reply type byte'));
this.send_error(new Error('Protocol error, got ' + JSON.stringify(String.fromCharCode(this._type)) + ' as reply type byte'));
}

@@ -143,0 +143,0 @@ };

{
"name": "redis",
"version": "2.4.1",
"version": "2.4.2",
"description": "Redis client library",

@@ -5,0 +5,0 @@ "keywords": [

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