New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

couch-continuum

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

couch-continuum - npm Package Compare versions

Comparing version 1.0.0-alpha to 1.0.1-alpha

7

index.js

@@ -265,2 +265,9 @@ 'use strict'

json: true
}).catch((error) => {
// catch 1.x
if (error.error === 'illegal_database_name') {
return { jobs: [] }
} else {
throw error
}
})

@@ -267,0 +274,0 @@ ]).then(([activeTasks, jobsResponse]) => {

2

package.json
{
"name": "couch-continuum",
"version": "1.0.0-alpha",
"version": "1.0.1-alpha",
"description": "Tool for migrating CouchDB databases to new configuration values.",

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

@@ -5,5 +5,5 @@ # couch-continuum

[![npm version](https://img.shields.io/npm/v/couch-continuum.svg?style=flat-square)](https://www.npmjs.com/package/couch-continuum)
[![Build Status](https://img.shields.io/travis/neighbourhoodie/couch-continuum/master.svg?style=flat-square)](https://travis-ci.com/neighbourhoodie/couch-continuum)
[![Test Coverage](https://img.shields.io/coveralls/github/neighbourhoodie/couch-continuum/master.svg?style=flat-square)](https://coveralls.io/github/neighbourhoodie/couch-continuum)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)
[![Build Status](https://img.shields.io/travis/neighbourhoodie/couch-continuum/master.svg?style=flat-square)](https://travis-ci.org/neighbourhoodie/couch-continuum)
<!-- [![Test Coverage](https://img.shields.io/coveralls/github/neighbourhoodie/couch-continuum/master.svg?style=flat-square)](https://coveralls.io/github/neighbourhoodie/couch-continuum) -->

@@ -63,7 +63,6 @@ A tool for migrating CouchDB databases. It is useful for modifying database configuration values that can only be set during database creation, like `q` and `placement`. For example:

Install the tool's dependencies using [npm](https://www.npmjs.com/):
Install the tool using [npm](https://www.npmjs.com/):
```bash
npm install
npm link
$ npm install -g couch-continuum
```

@@ -70,0 +69,0 @@

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