@cloudant/couchbackup
Advanced tools
Comparing version 2.11.2 to 2.11.3-290
@@ -1,2 +0,2 @@ | ||
// Copyright © 2017, 2024 IBM Corp. All rights reserved. | ||
// Copyright © 2017, 2025 IBM Corp. All rights reserved. | ||
// | ||
@@ -88,3 +88,3 @@ // Licensed under the Apache License, Version 2.0 (the "License"); | ||
const actUrl = new URL(url.pathname.substring(0, url.pathname.lastIndexOf('/')), url.origin); | ||
const dbName = url.pathname.substring(url.pathname.lastIndexOf('/') + 1); | ||
const dbName = decodeURIComponent(url.pathname.substring(url.pathname.lastIndexOf('/') + 1)); | ||
let authenticator; | ||
@@ -91,0 +91,0 @@ // Default to cookieauth unless an IAM key is provided |
{ | ||
"name": "@cloudant/couchbackup", | ||
"version": "2.11.2", | ||
"version": "2.11.3-290", | ||
"description": "CouchBackup - command-line backup utility for Cloudant/CouchDB", | ||
@@ -27,3 +27,3 @@ "homepage": "https://github.com/IBM/couchbackup", | ||
"@ibm-cloud/cloudant": "0.12.0", | ||
"commander": "13.0.0", | ||
"commander": "13.1.0", | ||
"debug": "4.4.0" | ||
@@ -30,0 +30,0 @@ }, |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
127587
1
+ Addedabort-controller@3.0.0(transitive)
+ Addedbase64-js@1.5.1(transitive)
+ Addedbuffer@6.0.3(transitive)
+ Addedcommander@13.1.0(transitive)
+ Addedevent-target-shim@5.0.1(transitive)
+ Addedevents@3.3.0(transitive)
+ Addedprocess@0.11.10(transitive)
+ Addedreadable-stream@4.7.0(transitive)
+ Addedreadable-web-to-node-stream@3.0.3(transitive)
+ Addedsemver@7.7.1(transitive)
- Removedcommander@13.0.0(transitive)
- Removedinherits@2.0.4(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedreadable-web-to-node-stream@3.0.2(transitive)
- Removedsemver@7.7.0(transitive)
- Removedutil-deprecate@1.0.2(transitive)
Updatedcommander@13.1.0