Socket
Socket
Sign inDemoInstall

torrentz

Package Overview
Dependencies
Maintainers
1
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

torrentz - npm Package Compare versions

Comparing version 12.0.2 to 12.0.3

2

index.js

@@ -35,3 +35,3 @@ const WebTorrent = require('webtorrent')

this.db = new Level(this._base, { valueEncoding: 'json' })
this.webtorrent = new WebTorrent({ ...finalOpts, dht: { verify: ed.verify }, tracker: true })
this.webtorrent = new WebTorrent({ ...finalOpts, dht: { verify: ed.verify } })

@@ -38,0 +38,0 @@ globalThis.WEBTORRENT_ANNOUNCE = createTorrent.announceList.map(arr => arr[0]).filter(url => url.indexOf('wss://') === 0 || url.indexOf('ws://') === 0)

{
"name": "torrentz",
"version": "12.0.2",
"version": "12.0.3",
"description": "",

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

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