Socket
Socket
Sign inDemoInstall

couchdb-configure

Package Overview
Dependencies
57
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

4

index.js

@@ -71,3 +71,5 @@ const nanoOption = require('nano-option')

})
return async.series(configTasks, done)
return async.series(configTasks, function (error, responses) {
done(error, responses[0])
})
}

@@ -74,0 +76,0 @@ })

@@ -9,4 +9,3 @@ {

"pretest": "standard",
"semantic-release": "semantic-release",
"travis-deploy-once": "travis-deploy-once"
"semantic-release": "semantic-release"
},

@@ -38,3 +37,3 @@ "repository": {

},
"version": "2.0.0",
"version": "2.0.1",
"release": {

@@ -41,0 +40,0 @@ "branches": [

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