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

couch-init2

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

couch-init2 - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

2

lib/wait_for_couchdb.js

@@ -15,3 +15,3 @@ const bluebird = require('bluebird')

.catch(err => {
if (err.name === 'TimeoutError' || err.code === 'ECONNREFUSED') {
if (err.name === 'TimeoutError' || err.code === 'ECONNREFUSED' || err.code === 'ECONNRESET') {
const warningMessage = yellow(`[${packageName}] waiting for CouchDB on`)

@@ -18,0 +18,0 @@ console.warn(warningMessage, obfuscateLogin(dbBaseUrl))

{
"name": "couch-init2",
"version": "2.3.0",
"version": "2.3.1",
"description": "Opiniated CouchDB databases initializer",

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

Sorry, the diff of this file is not supported yet

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