create-torrent icon indicating copy to clipboard operation
create-torrent copied to clipboard

Create .torrent files

Results 21 create-torrent issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [readable-stream](https://togithub.com/nodejs/readable-stream) | [`^3.6.0` -> `^4.1.0`](https://renovatebot.com/diffs/npm/readable-stream/3.6.0/4.1.0) | [![age](https://badges.renovateapi.com/packages/npm/readable-stream/4.1.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [minimist](https://togithub.com/substack/minimist) | [`^1.2.5` -> `^1.2.6`](https://renovatebot.com/diffs/npm/minimist/1.2.5/1.2.6) | [![age](https://badges.renovateapi.com/packages/npm/minimist/1.2.6/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

**What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [X] Bug fix [ ] New feature [ ] Other, please explain:...

**What version of this package are you using?** master branch **What operating system, Node.js, and npm version?** N/A **What happened?** Default trackers differ in `index.js` and `README.md` https://github.com/webtorrent/create-torrent/blob/83ac5172d55fb89ab530fa21ad31fbdb2af3773a/index.js#L18-L26 https://github.com/webtorrent/create-torrent/blob/83ac5172d55fb89ab530fa21ad31fbdb2af3773a/README.md?plain=1#L78-L87 **What...

help wanted
accepted

**What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [ ] Bug fix [ ] New feature [x] Other, please explain:...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | fast-blob-stream | [`^1.0.3` -> `^1.1.1`](https://renovatebot.com/diffs/npm/fast-blob-stream/1.0.3/1.1.1) | [![age](https://badges.renovateapi.com/packages/npm/fast-blob-stream/1.1.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

Requires https://github.com/webtorrent/create-torrent/pull/173 first! **What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [ ] Bug fix [ ] New feature [...

**What version of this package are you using?** 4.5.0 **What problem do you want to solve?** I'm using a async source for my list of files and currently create-torrent only...

very similar to https://github.com/webtorrent/webtorrent/pull/1832 this allows the `multistream`, `blockstream2`, and `once` dependencies to be dropped Compatibility shouldn't be an issue https://caniuse.com/#search=for%20await (and node >=10)

accepted