Socket
Socket
Sign inDemoInstall

couchdb-bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

couchdb-bootstrap - npm Package Compare versions

Comparing version 1.8.0 to 1.9.0

2

cli.js

@@ -6,3 +6,3 @@ #!/usr/bin/env node

var options = minimist(process.argv.slice(2), {
boolean: 'multipart',
boolean: ['multipart', 'watch'],
string: 'concurrency'

@@ -9,0 +9,0 @@ })

{
"name": "couchdb-bootstrap",
"version": "1.8.0",
"version": "1.9.0",
"description": "Bootstrap projects: configure CouchDB, setup security, deploy ddocs and create users.",

@@ -34,3 +34,3 @@ "main": "index.js",

"couchdb-configure": "^1.3.3",
"couchdb-push": "^2.0.3",
"couchdb-push": "^2.1.1",
"couchdb-secure": "^1.3.4",

@@ -37,0 +37,0 @@ "glob": "^5.0.10",

@@ -75,2 +75,3 @@ # CouchDB Bootstrap

* `options.multipart` - When set to `true`, attachments are saved via multipart api. Default is `false`.
* `options.watch` - When set to `true`, documents are pushed on filesystem change. Default is `false`.
* `callback` - called when done with a `response` object describing the status of all operations.

@@ -96,3 +97,3 @@

`options.index` is always true.
`OPTIONS` can be '--concurrency' or `--multipart`, see above.
`OPTIONS` can be '--concurrency', `--multipart` or `--watch`, see above.

@@ -99,0 +100,0 @@ ### Example

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