Socket
Socket
Sign inDemoInstall

machinepack-redis

Package Overview
Dependencies
14
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.2 to 2.0.3

2

machines/get-connection.js

@@ -140,3 +140,3 @@ module.exports = {

// and the `authLater` meta key isn't `true`, bail out immediately.
if (err.command === 'INFO' && err.code === 'NOAUTH' && inputs.meta.authLater !== true) {
if (err.command === 'INFO' && err.code === 'NOAUTH' && (inputs.meta && inputs.meta.authLater !== true)) {
client.removeListener('end', onPreConnectionEnd);

@@ -143,0 +143,0 @@ client.removeListener('error', onPreConnectionError);

{
"name": "machinepack-redis",
"version": "2.0.2",
"version": "2.0.3",
"description": "Structured Node.js bindings for Redis.",

@@ -5,0 +5,0 @@ "scripts": {

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