Socket
Socket
Sign inDemoInstall

machinepack-redis

Package Overview
Dependencies
14
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.4 to 2.0.5

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 && 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.4",
"version": "2.0.5",
"description": "Structured Node.js bindings for Redis.",

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

<h1>
<a href="http://node-machine.org" title="Node-Machine public registry"><img alt="node-machine logo" title="Node-Machine Project" src="http://node-machine.org/images/machine-anthropomorph-for-white-bg.png" width="50" /></a>
machinepack-redis
</h1>
# <img alt="node-machine logo" title="Node-Machine Project" src="http://node-machine.org/images/machine-anthropomorph-for-white-bg.png" width="50"/> machinepack-redis

@@ -7,0 +4,0 @@ ### [Docs](http://node-machine.org/machinepack-redis) &nbsp; [Browse other machines](http://node-machine.org/machinepacks) &nbsp; [FAQ](http://node-machine.org/implementing/FAQ) &nbsp; [Newsgroup](https://groups.google.com/forum/?hl=en#!forum/node-machine)

Sorry, the diff of this file is not supported yet

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