couch-continuum
Advanced tools
Comparing version 2.1.0-alpha to 2.1.1-alpha
@@ -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)) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
46009
0
+ Addedcamelcase@5.3.1(transitive)
+ Addedfind-up@3.0.0(transitive)
+ Addedlocate-path@3.0.0(transitive)
+ Addedp-limit@2.3.0(transitive)
+ Addedp-locate@3.0.0(transitive)
+ Addedp-try@2.2.0(transitive)
+ Addedy18n@4.0.3(transitive)
+ Addedyargs@12.0.5(transitive)
+ Addedyargs-parser@11.1.1(transitive)
- Removedcamelcase@4.1.0(transitive)
- Removedfind-up@2.1.0(transitive)
- Removedlocate-path@2.0.0(transitive)
- Removedp-limit@1.3.0(transitive)
- Removedp-locate@2.0.0(transitive)
- Removedp-try@1.0.0(transitive)
- Removedy18n@3.2.2(transitive)
- Removedyargs@11.1.1(transitive)
- Removedyargs-parser@9.0.2(transitive)
Updatedrequest@^2.87.0
Updatedyargs@^12.0.2