Socket
Socket
Sign inDemoInstall

@swarthy/wait-for

Package Overview
Dependencies
51
Maintainers
1
Versions
9
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

.eslintrc.yml

2

lib/redis.js

@@ -26,3 +26,3 @@ const redis = require('redis')

url: connectionString,
retry_strategy: function(opts) {
retry_strategy: function (opts) {
debug('Attempt #%d', opts.attempt)

@@ -29,0 +29,0 @@ if (opts.attempt > maxAttempts) {

{
"name": "@swarthy/wait-for",
"version": "2.0.2",
"version": "2.0.3",
"description": "Wait for (PostgresSQL|RabbitMQ|Redis) server is available",

@@ -28,7 +28,7 @@ "main": "index.js",

"amqplib": "^0.5.5",
"bluebird": "^3.5.5",
"commander": "^2.20.0",
"bluebird": "^3.7.2",
"commander": "^5.1.0",
"debug": "^4.1.1",
"pg": "^7.12.0",
"redis": "^2.8.0"
"pg": "^8.0.3",
"redis": "^3.0.2"
},

@@ -38,9 +38,9 @@ "devDependencies": {

"chai-as-promised": "7.1.1",
"eslint": "6.1.0",
"eslint-config-inclusive": "1.1.3",
"eslint-plugin-node": "9.1.0",
"mocha": "6.2.0",
"sinon": "7.4.0",
"sinon-chai": "3.3.0",
"snyk": "1.208.0"
"eslint": "6.8.0",
"eslint-config-inclusive": "1.2.7",
"eslint-plugin-node": "11.1.0",
"mocha": "7.1.2",
"sinon": "^9.0.2",
"sinon-chai": "3.5.0",
"snyk": "1.319.2"
},

@@ -47,0 +47,0 @@ "engines": {

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