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

bittorrent-protocol

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bittorrent-protocol - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

1

index.js

@@ -244,2 +244,3 @@ module.exports = Wire

Wire.prototype._onhandshake = function (infoHash, peerId, extensions) {
this.peerId = peerId
this.peerExtensions = extensions

@@ -246,0 +247,0 @@ this.emit('handshake', infoHash, peerId, extensions)

2

package.json
{
"name": "bittorrent-protocol",
"version": "0.4.3",
"version": "0.4.4",
"description": "Simple, robust, BitTorrent peer wire protocol implementation",

@@ -5,0 +5,0 @@ "main": "index.js",

# bittorrent-protocol
### Simple, robust, BitTorrent peer wire protocol implementation
[![Build Status](http://img.shields.io/travis/feross/bittorrent-protocol.svg)](https://travis-ci.org/feross/bittorrent-protocol)
[![NPM Version](http://img.shields.io/npm/v/bittorrent-protocol.svg)](https://npmjs.org/package/bittorrent-protocol)
[![NPM](http://img.shields.io/npm/dm/bittorrent-protocol.svg)](https://npmjs.org/package/bittorrent-protocol)
[![Gittip](http://img.shields.io/gittip/feross.svg)](https://www.gittip.com/feross/)
[![Build Status](https://travis-ci.org/feross/bittorrent-protocol.png?branch=master)](https://travis-ci.org/feross/bittorrent-protocol)
[![Dependency Status](https://david-dm.org/feross/bittorrent-protocol.png)](https://david-dm.org/feross/bittorrent-protocol)
### Simple, robust, BitTorrent wire protocol implementation
[![browser support](https://ci.testling.com/feross/bittorrent-protocol.png)](https://ci.testling.com/feross/bittorrent-protocol)
Node.js implementation of the [BitTorrent peer wire protocol specification](https://wiki.theory.org/BitTorrentSpecification#Peer_wire_protocol_.28TCP.29).
Node.js implementation of the [BitTorrent peer wire protocol](https://wiki.theory.org/BitTorrentSpecification#Peer_wire_protocol_.28TCP.29).

@@ -15,3 +17,5 @@ The protocol is the main communication layer for BitTorrent file transfer and is used by [WebTorrent](https://github.com/feross/WebTorrent).

`npm install bittorrent-protocol`
```
npm install bittorrent-protocol
```

@@ -193,4 +197,2 @@ ## Usage is simple

MIT
This was originally forked from [peer-wire-protocol](https://github.com/mafintosh/peer-wire-protocol) which is also MIT licensed.
MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org). Originally forked from [peer-wire-protocol](https://github.com/mafintosh/peer-wire-protocol) which is also MIT.
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