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.13.0 to 1.13.1

30

package.json

@@ -5,3 +5,3 @@ {

"main": "index.js",
"version": "1.13.0",
"version": "1.13.1",
"bin": {

@@ -17,3 +17,3 @@ "couchdb-bootstrap": "cli.js",

"type": "git",
"url": "https://github.com/eHealthAfrica/couchdb-bootstrap.git"
"url": "git+https://github.com/eHealthAfrica/couchdb-bootstrap.git"
},

@@ -26,3 +26,7 @@ "keywords": [

],
"author": "Johannes J. Schmidt <schmidt@netzmerk.com> (http://die-tf.de/)",
"author": {
"name": "Johannes J. Schmidt",
"email": "schmidt@netzmerk.com",
"url": "http://die-tf.de/"
},
"license": "Apache-2.0",

@@ -34,16 +38,18 @@ "bugs": {

"devDependencies": {
"nano": "^6.1.5",
"nano": "^6.2.0",
"tap-spec": "^4.1.1",
"tape": "^4.2.2",
"tape": "^4.4.0",
"semantic-release": "^6.0.3"
},
"dependencies": {
"async": "^1.5.0",
"couchdb-configure": "^1.5.0",
"couchdb-push": "^2.3.0",
"couchdb-secure": "^1.4.1",
"glob": "^6.0.1",
"async": "^1.5.2",
"couchdb-configure": "^1.5.1",
"couchdb-push": "^2.3.1",
"couchdb-secure": "^1.4.2",
"glob": "^6.0.4",
"minimist": "^1.2.0",
"nano-option": "^1.2.1"
}
"nano-option": "^1.2.2"
},
"readme": "ERROR: No README data found!",
"_id": "couchdb-bootstrap@0.0.0-semantically-released"
}

15

README.md

@@ -7,11 +7,10 @@ # CouchDB Bootstrap

* Configure CouchDB
* Create users
* Create databases (unless they exist)
* Setup database \_security object
* Deploy design documents
* Initiate replications
* Seed documents
* set and override `/_config`
* create databases (unless existent)
* create and update database \_security objects
* create and update user accounts
* create and update design documents
* create and update replication documents
* create and update seed documents
CouchDB Bootstrap combines different small tools, which can also be used

@@ -18,0 +17,0 @@ independently. Each of those tools come has a similar API and is shipped with a

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