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

@ctrl/shared-torrent

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctrl/shared-torrent - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

dist/index.d.ts

@@ -13,3 +13,3 @@ /// <reference types="node" />

addTorrent(torrent: string | Buffer, options?: any): Promise<any>;
normalizedAddTorrent(torrent: string | Buffer, options: AddTorrentOptions): Promise<NormalizedTorrent>;
normalizedAddTorrent(torrent: string | Buffer, options?: Partial<AddTorrentOptions>): Promise<NormalizedTorrent>;
}

@@ -16,0 +16,0 @@ export interface TorrentSettings {

{
"name": "@ctrl/shared-torrent",
"version": "1.3.0",
"version": "1.3.1",
"description": "shared types and interfaces between torrent clients",

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

@@ -5,4 +5,5 @@ # shared-torrent [![npm](https://img.shields.io/npm/v/@ctrl/shared-torrent.svg?maxAge=3600)](https://www.npmjs.com/package/@ctrl/shared-torrent) [![CircleCI](https://circleci.com/gh/TypeCtrl/shared-torrent.svg?style=svg)](https://circleci.com/gh/TypeCtrl/shared-torrent)

deluge - https://github.com/TypeCtrl/deluge
transmission - https://github.com/TypeCtrl/transmission
qbittorrent - https://github.com/TypeCtrl/qbittorrent
#### Normalized Torrent Clients
- deluge - [https://github.com/TypeCtrl/deluge](@ctrl/deluge)
- transmission - [https://github.com/TypeCtrl/transmission](@ctrl/transmission)
- qbittorrent - [https://github.com/TypeCtrl/qbittorrent](@ctrl/qbittorrent)

Sorry, the diff of this file is not supported yet

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