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

@ctrl/deluge

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctrl/deluge - npm Package Compare versions

Comparing version 4.2.0 to 4.3.0

2

dist/src/deluge.js

@@ -321,2 +321,3 @@ import { existsSync } from 'fs';

labels: [],
raw: listTorrents,
};

@@ -594,2 +595,3 @@ for (const id of Object.keys(listTorrents.result.torrents)) {

totalDownloaded: torrent.total_done,
raw: torrent,
};

@@ -596,0 +598,0 @@ return result;

18

package.json
{
"name": "@ctrl/deluge",
"version": "4.2.0",
"version": "4.3.0",
"description": "TypeScript api wrapper for deluge using got",

@@ -32,19 +32,19 @@ "author": "Scott Cooper <scttcper@gmail.com>",

"@ctrl/magnet-link": "^3.1.1",
"@ctrl/shared-torrent": "^4.2.0",
"@ctrl/shared-torrent": "^4.3.1",
"@ctrl/url-join": "^2.0.2",
"formdata-node": "^5.0.0",
"got": "^12.3.1",
"got": "^12.5.0",
"tough-cookie": "^4.1.2"
},
"devDependencies": {
"@ctrl/eslint-config": "3.4.10",
"@ctrl/eslint-config": "3.5.0",
"@sindresorhus/tsconfig": "3.0.1",
"@types/node": "18.7.14",
"@types/node": "18.7.18",
"@types/tough-cookie": "4.0.2",
"@vitest/coverage-c8": "0.22.1",
"@vitest/coverage-c8": "0.23.4",
"c8": "7.12.0",
"p-wait-for": "5.0.0",
"typedoc": "0.23.12",
"typescript": "4.8.2",
"vitest": "0.22.1"
"typedoc": "0.23.15",
"typescript": "4.8.3",
"vitest": "0.23.4"
},

@@ -51,0 +51,0 @@ "publishConfig": {

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