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.1 to 0.4.2

5

index.js

@@ -5,4 +5,4 @@ module.exports = Wire

var bncode = require('bncode')
var inherits = require('inherits')
var stream = require('stream')
var util = require('util')

@@ -26,3 +26,3 @@ var MESSAGE_PROTOCOL = new Buffer('\u0013BitTorrent protocol')

util.inherits(Wire, stream.Duplex)
inherits(Wire, stream.Duplex)

@@ -85,3 +85,2 @@ function Wire () {

Wire.prototype.destroy = function () {

@@ -88,0 +87,0 @@ this.emit('close')

{
"name": "bittorrent-protocol",
"version": "0.4.1",
"version": "0.4.2",
"description": "Simple, robust, BitTorrent peer wire protocol implementation",

@@ -8,3 +8,4 @@ "main": "index.js",

"bitfield": "~0.1.0",
"bncode": "~0.5.0"
"bncode": "~0.5.0",
"inherits": "~2.0.1"
},

@@ -11,0 +12,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