node-bencode
node-bencode copied to clipboard
bencode de/encoder for nodejs
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/webtorrent/node-bencode). ## Open The following updates have all...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [semantic-release](https://togithub.com/semantic-release/semantic-release) | [`19.0.2` -> `19.0.3`](https://renovatebot.com/diffs/npm/semantic-release/19.0.2/19.0.3) | [](https://docs.renovatebot.com/merge-confidence/)...
**What version of this package are you using?** 2.0.2 **What operating system, Node.js, and npm version?** OS: KDE neon 5.23 (Ubuntu 20.04) Node version: v17.6.0 npm version: 8.5.1 **What happened?**...
… '%3A' at every string delimitator **What is the purpose of this pull request? (put an "X" next to item)** [ ] Documentation update [ ] Bug fix [x] New...
So, this is a fun one I noticed yesterday: Number.toString() can not be relied upon to give you all digits of an integer: ```js // Number.toString() > 340282366920938463463374607431768211456..toString() '3.402823669209385e+38' //...
These are the test torrent files from the [BitTorrent v2 announcement](https://blog.libtorrent.org/2020/09/bittorrent-v2/) on libtorrent.org, accompanied by basic encode / decode equivalency tests to track compliance (and hence are breaking the tests)
bittorrent scrape need to use infohash as key, it is a binary.
I am using `bencode` in a`Angular6` and it is throwing an error `Buffer.isBuffer is not a function` Here is my funciton in component.ts and is giving an error at this...
Not sure if this is a bug or not but I'd like to discuss how decode should behave when we feed multiple parts. Example: ``` javascript bencode.decode('i123ei123e', 'utf8'); // 123...
Reverts themasch/node-bencode#50 so here we start the new diskussion about #44 after reverting it in #50 ;)