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 4.7.0 to 4.7.1

CHANGELOG.md

30

package.json
{
"name": "create-torrent",
"description": "Create .torrent files",
"version": "4.7.0",
"version": "4.7.1",
"author": {

@@ -27,16 +27,18 @@ "name": "WebTorrent LLC",

"minimist": "^1.2.5",
"multistream": "^4.0.1",
"multistream": "^4.1.0",
"once": "^1.4.0",
"piece-length": "^2.0.1",
"queue-microtask": "^1.2.2",
"queue-microtask": "^1.2.3",
"readable-stream": "^3.6.0",
"run-parallel": "^1.1.10",
"simple-sha1": "^3.0.1"
"run-parallel": "^1.2.0",
"simple-sha1": "^3.1.0"
},
"devDependencies": {
"brfs": "^2.0.2",
"parse-torrent": "^9.1.1",
"@webtorrent/semantic-release-config": "^1.0.5",
"brfs": "2.0.2",
"parse-torrent": "9.1.3",
"semantic-release": "^17.4.4",
"standard": "*",
"tape": "^5.1.1",
"webtorrent-fixtures": "^1.7.3"
"tape": "5.2.2",
"webtorrent-fixtures": "1.7.3"
},

@@ -87,3 +89,11 @@ "engines": {

}
]
],
"renovate": {
"extends": [
"github>webtorrent/renovate-config"
]
},
"release": {
"extends": "@webtorrent/semantic-release-config"
}
}

@@ -1,5 +0,5 @@

# create-torrent [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
# create-torrent [![ci][ci-image]][ci-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url]
[travis-image]: https://img.shields.io/travis/webtorrent/create-torrent/master.svg
[travis-url]: https://travis-ci.org/webtorrent/create-torrent
[ci-image]: https://github.com/webtorrent/create-torrent/actions/workflows/ci.yml/badge.svg
[ci-url]: https://github.com/webtorrent/create-torrent/actions/workflows/ci.yml
[npm-image]: https://img.shields.io/npm/v/create-torrent.svg

@@ -6,0 +6,0 @@ [npm-url]: https://npmjs.org/package/create-torrent

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