Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ctrl/qbittorrent

Package Overview
Dependencies
Maintainers
0
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctrl/qbittorrent - npm Package Compare versions

Comparing version 8.3.0 to 9.0.0

1

dist/src/qbittorrent.d.ts

@@ -147,2 +147,3 @@ import type { AddTorrentOptions as NormalizedAddTorrentOptions, AllClientData, NormalizedTorrent, TorrentClient, TorrentSettings } from '@ctrl/shared-torrent';

* {@link https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)#delete-torrents}
* @param deleteFiles (default: false) remove files from disk
*/

@@ -149,0 +150,0 @@ removeTorrent(hashes: string | string[] | 'all', deleteFiles?: boolean): Promise<boolean>;

3

dist/src/qbittorrent.js

@@ -324,4 +324,5 @@ import { parse as cookieParse } from 'cookie';

* {@link https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)#delete-torrents}
* @param deleteFiles (default: false) remove files from disk
*/
async removeTorrent(hashes, deleteFiles = true) {
async removeTorrent(hashes, deleteFiles = false) {
const data = {

@@ -328,0 +329,0 @@ hashes: normalizeHashes(hashes),

{
"name": "@ctrl/qbittorrent",
"version": "8.3.0",
"version": "9.0.0",
"description": "TypeScript api wrapper for qbittorrent using got",

@@ -5,0 +5,0 @@ "author": "Scott Cooper <scttcper@gmail.com>",

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