node-bencode icon indicating copy to clipboard operation
node-bencode copied to clipboard

bencode de/encoder for nodejs

Results 32 node-bencode issues
Sort by recently updated
recently updated
newest added

Just kicking off the proposal to get some proper browser tests into this again, as there are apparently a couple of issues in browserland that escaped us in the past.

wip

- [x] Implement Encoder - [ ] Implement Decoder - [x] switch from mocha to tape on `streams` branch - [ ] write tests for encoder/decoder streams

enhancement

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [nanobench](https://togithub.com/mafintosh/nanobench) | [`2.1.1` -> `3.0.0`](https://renovatebot.com/diffs/npm/nanobench/2.1.1/3.0.0) | [![age](https://badges.renovateapi.com/packages/npm/nanobench/3.0.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 | |---|---|---|---|---|---| | [tape](https://togithub.com/ljharb/tape) | [`5.5.3` -> `5.6.1`](https://renovatebot.com/diffs/npm/tape/5.5.3/5.6.1) | [![age](https://badges.renovateapi.com/packages/npm/tape/5.6.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [semantic-release](https://redirect.github.com/semantic-release/semantic-release) | [`21.1.2` -> `25.0.2`](https://renovatebot.com/diffs/npm/semantic-release/21.1.2/25.0.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/25.0.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semantic-release/21.1.2/25.0.2?slim=true) | --- ### Release...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | major | `v3` -> `v4` | --- ### Release...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://redirect.github.com/actions/setup-node) | action | major | `v3` -> `v4` | --- ### Release...

dependencies

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v3` -> `v4` | --- ### Release...

dependencies

continue #94 based on #165 ## purpose [ ] Documentation update [ ] Bug fix [x] New feature [ ] Other ## changes fix equality test for Uint8Array

## purpose [ ] Documentation update [x] Bug fix [ ] New feature [ ] Other alternative to #164 ## before ``` $ npm run benchmark > [email protected] benchmark >...