Socket
Socket
Sign inDemoInstall

create-torrent

Package Overview
Dependencies
Maintainers
9
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-torrent - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [6.0.2](https://github.com/webtorrent/create-torrent/compare/v6.0.1...v6.0.2) (2022-12-03)
### Bug Fixes
* drop rusha ([#184](https://github.com/webtorrent/create-torrent/issues/184)) ([9fcc2e9](https://github.com/webtorrent/create-torrent/commit/9fcc2e97c99bcd5f23e857f855630a759802bcf6))
## [6.0.1](https://github.com/webtorrent/create-torrent/compare/v6.0.0...v6.0.1) (2022-11-28)

@@ -2,0 +9,0 @@

2

index.js

@@ -11,3 +11,3 @@ /*! create-torrent. MIT License. WebTorrent LLC <https://webtorrent.io/opensource> */

import queueMicrotask from 'queue-microtask'
import sha1 from 'simple-sha1'
import { sha1 } from 'uint8-util'
import 'fast-readable-async-iterator'

@@ -14,0 +14,0 @@

{
"name": "create-torrent",
"description": "Create .torrent files",
"version": "6.0.1",
"version": "6.0.2",
"author": {

@@ -32,3 +32,3 @@ "name": "WebTorrent LLC",

"run-parallel": "^1.2.0",
"simple-sha1": "^3.1.0"
"uint8-util": "^1.0.1"
},

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