couchdb-bootstrap icon indicating copy to clipboard operation
couchdb-bootstrap copied to clipboard

Bootstrap CouchDB projects: configure, setup security, deploy ddocs and create users.

Results 23 couchdb-bootstrap issues
Sort by recently updated
recently updated
newest added

Bumps [json-schema](https://github.com/kriszyp/json-schema) from 0.2.3 to 0.4.0. Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update version b62f1da Protect against constructor modification, #84 fb427cd Link to json-schema-org...

dependencies

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.3 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semver-regex&package-manager=npm_and_yarn&previous-version=3.1.3&new-version=3.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.15.1. Commits 62a551c Release version 1.15.1 of the npm package. 7fe0779 Use for ... of. 948c30c Fix redirecting to relative URL when using proxy 22e81fc...

dependencies

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.5 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

include https://github.com/jo/couchdb-create-index

Bumps [async](https://github.com/caolan/async) from 3.2.1 to 3.2.2. Changelog Sourced from async's changelog. v3.2.2 Fix potential prototype pollution exploit Commits acc084e Version 3.2.2 acd7316 Update built files b50d648 update changelog for 3.2.2...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Running a simple `cdbb http://localhost:5984 ./couchdb` works fine in version 1.14.0, but is completely broken in 14.2.0. Basically, despite what the docs say, CommonJS `index.js` modules at best make the...

bug

I need to create a partitioned database, with the structure being defined using the 'CouchDB Filesystem Mapping'. I can't find any specific documentation showing an example of how this would...