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

bittorrent-protocol

Package Overview
Dependencies
Maintainers
8
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 3.0.1 to 3.1.0

3

index.js

@@ -5,3 +5,2 @@ const arrayRemove = require('unordered-array-remove')

const debug = require('debug')('bittorrent-protocol')
const extend = require('xtend')
const randombytes = require('randombytes')

@@ -235,3 +234,3 @@ const speedometer = require('speedometer')

// Create extended message object from registered extensions
const msg = extend(this.extendedHandshake)
const msg = Object.assign({}, this.extendedHandshake)
msg.m = {}

@@ -238,0 +237,0 @@ for (const ext in this.extendedMapping) {

{
"name": "bittorrent-protocol",
"description": "Simple, robust, BitTorrent peer wire protocol implementation",
"version": "3.0.1",
"version": "3.1.0",
"author": {

@@ -15,9 +15,8 @@ "name": "WebTorrent, LLC",

"bencode": "^2.0.0",
"bitfield": "^2.0.0",
"debug": "^3.1.0",
"bitfield": "^3.0.0",
"debug": "^4.1.1",
"randombytes": "^2.0.5",
"readable-stream": "^2.3.2",
"readable-stream": "^3.0.0",
"speedometer": "^1.0.0",
"unordered-array-remove": "^1.0.2",
"xtend": "^4.0.0"
"unordered-array-remove": "^1.0.2"
},

@@ -24,0 +23,0 @@ "devDependencies": {

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