Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.1.0-alpha to 2.1.1-alpha

2

index.js

@@ -252,3 +252,3 @@ const assert = require('assert')

for (let { database } of [...jobs, ...activeTasks]) {
assert.notEqual(database, dbName, `${dbName} is still in use.`)
assert.notStrictEqual(database, dbName, `${dbName} is still in use.`)
}

@@ -255,0 +255,0 @@ }

{
"name": "couch-continuum",
"version": "2.1.0-alpha",
"version": "2.1.1-alpha",
"description": "Tool for migrating CouchDB databases to new configuration values.",

@@ -16,4 +16,4 @@ "main": "index.js",

"progress": "^2.0.0",
"request": "^2.86.0",
"yargs": "^11.0.0"
"request": "^2.87.0",
"yargs": "^12.0.2"
},

@@ -23,3 +23,3 @@ "devDependencies": {

"mocha": "^5.0.5",
"standard": "^11.0.1"
"standard": "^12.0.1"
},

@@ -26,0 +26,0 @@ "repository": {

@@ -48,3 +48,3 @@ /* globals describe, it, beforeEach, before, afterEach */

dbNames.forEach((dbName) => {
assert.notEqual(dbName[0], '_')
assert.notStrictEqual(dbName[0], '_')
})

@@ -51,0 +51,0 @@ assert(dbNames.includes(dbName))

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