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

@cloudant/couchbackup

Package Overview
Dependencies
Maintainers
6
Versions
519
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cloudant/couchbackup - npm Package Compare versions

Comparing version 2.11.2 to 2.11.3-290

4

includes/request.js

@@ -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 @@ },

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