New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bittorrent-tracker

Package Overview
Dependencies
Maintainers
1
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bittorrent-tracker - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

4

index.js

@@ -6,3 +6,3 @@ /* vim: set ts=2 sw=2 sts=2 et: */

var bn = require('bn.js')
var BN = require('bn.js')
var bncode = require('bncode')

@@ -706,3 +706,3 @@ var compact2string = require('compact2string')

if (n > MAX_UINT || typeof n === 'string') {
var bytes = bn(n).toArray()
var bytes = new BN(n).toArray()
while (bytes.length < 8) {

@@ -709,0 +709,0 @@ bytes.unshift(0)

{
"name": "bittorrent-tracker",
"description": "Simple, robust, BitTorrent tracker (client & server) implementation",
"version": "0.6.0",
"version": "0.6.1",
"author": {

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

"string2compact": "^1.1.0",
"bn.js": "^0.3.1"
"bn.js": "^0.4.3"
},

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