@ctrl/deluge
Advanced tools
Comparing version 4.2.0 to 4.3.0
@@ -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; |
{ | ||
"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": { |
Potential vulnerability
Supply chain riskInitial human review suggests the presence of a vulnerability in this package. It is pending further analysis and confirmation.
Found 1 instance in 1 package
40768
1187
1
Updated@ctrl/shared-torrent@^4.3.1
Updatedgot@^12.5.0