Socket
Socket
Sign inDemoInstall

webtorrent

Package Overview
Dependencies
Maintainers
1
Versions
529
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webtorrent - npm Package Compare versions

Comparing version 0.2.17 to 0.2.18

6

package.json
{
"name": "webtorrent",
"description": "Streaming torrent client",
"version": "0.2.17",
"version": "0.2.18",
"author": {

@@ -17,3 +17,3 @@ "name": "Feross Aboukhadijeh",

"dependencies": {
"bittorrent-client": "^0.2.1",
"bittorrent-client": "^0.3.1",
"chalk": "^0.4.0",

@@ -25,3 +25,3 @@ "clivas": "^0.1.4",

"mime": "^1.2.11",
"minimist": "^0.1.0",
"minimist": "^0.2.0",
"mkdirp": "^0.5.0",

@@ -28,0 +28,0 @@ "moment": "^2.6.0",

@@ -95,3 +95,3 @@ # ![WebTorrent](https://raw.github.com/feross/webtorrent/master/img/wordmark.png)

**Good solution:** Users who want to download torrents that aren't yet seeded by any WebTorrent users need to install a "hybrid client" that implements WebTorrent **and** BitTorrent. This can be implemented as a Chrome/Firefox App/Extension that bridges the two networks like this:
**Good solution:** Users who want to download torrents that aren't yet seeded by any WebTorrent users need to install a "hybrid client" that implements WebTorrent **and** BitTorrent. This can be implemented as a native torrent client that bridges the two networks like this:

@@ -111,3 +111,3 @@ - Hybrid clients can seed+leech from **both** WebTorrent and BitTorrent users.

### Todo for basic bitorrent client as chrome app
### Todo for basic bitorrent client as node.js command line app

@@ -121,6 +121,4 @@ - ~~Use UDP/TCP APIs~~

- ~~Large file saving (downloading in-memory for now, later IndexedDB/FileSystem API)~~
- Streaming video, options:
- HTTP stream to VLC, like peerflix
- MediaSource into `video` tag
- Flash player for other media types
- ~~Streaming video~~
- ~~HTTP stream to VLC, like peerflix~~

@@ -134,2 +132,5 @@ ### Todo for webtorrent

- UPnP or NAT-PMP (so the hybrid client can get listed in peers' routing tables)
- Streaming video
- MediaSource into `video` tag
- Flash player for other media types

@@ -136,0 +137,0 @@ ### Contributors

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