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

bittorrent-protocol

Package Overview
Dependencies
Maintainers
7
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.1.1 to 3.1.2

1

index.js

@@ -0,1 +1,2 @@

/*! bittorrent-protocol. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */
const arrayRemove = require('unordered-array-remove')

@@ -2,0 +3,0 @@ const bencode = require('bencode')

32

package.json
{
"name": "bittorrent-protocol",
"description": "Simple, robust, BitTorrent peer wire protocol implementation",
"version": "3.1.1",
"version": "3.1.2",
"author": {
"name": "WebTorrent, LLC",
"name": "WebTorrent LLC",
"email": "feross@webtorrent.io",

@@ -14,8 +14,8 @@ "url": "https://webtorrent.io"

"dependencies": {
"bencode": "^2.0.0",
"bencode": "^2.0.1",
"bitfield": "^3.0.0",
"debug": "^4.1.1",
"randombytes": "^2.0.5",
"readable-stream": "^3.0.0",
"speedometer": "^1.0.0",
"debug": "^4.2.0",
"randombytes": "^2.1.0",
"readable-stream": "^3.6.0",
"speedometer": "^1.1.0",
"unordered-array-remove": "^1.0.2"

@@ -25,3 +25,3 @@ },

"standard": "*",
"tape": "^4.0.0"
"tape": "^5.0.1"
},

@@ -46,3 +46,17 @@ "keywords": [

"test": "standard && tape test/*.js"
}
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
}
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