node/deps/nbytes
Node.js GitHub Bot 713601e8bd
deps: update nbytes to 0.1.4
PR-URL: https://github.com/nodejs/node/pull/62698
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2026-05-05 16:19:27 +02:00
..
include deps: update nbytes to 0.1.4 2026-05-05 16:19:27 +02:00
src deps: update nbytes to 0.1.3 2026-02-20 21:57:52 +00:00
tests deps: update nbytes to 0.1.1 2024-08-10 23:26:02 +00:00
tools deps: update nbytes and add update script 2024-07-12 13:58:08 +00:00
.clang-format deps: update nbytes and add update script 2024-07-12 13:58:08 +00:00
.gitignore deps: update nbytes and add update script 2024-07-12 13:58:08 +00:00
.python-version deps: update nbytes and add update script 2024-07-12 13:58:08 +00:00
.release-please-manifest.json deps: update nbytes to 0.1.4 2026-05-05 16:19:27 +02:00
BUILD.gn
CHANGELOG.md deps: update nbytes to 0.1.4 2026-05-05 16:19:27 +02:00
CMakeLists.txt deps: update nbytes to 0.1.4 2026-05-05 16:19:27 +02:00
LICENSE deps: update nbytes and add update script 2024-07-12 13:58:08 +00:00
nbytes.gyp deps: fix include_dirs of nbytes 2024-07-18 07:39:34 +00:00
nbytes.pc.in deps: update nbytes to 0.1.3 2026-02-20 21:57:52 +00:00
pyproject.toml deps: update nbytes and add update script 2024-07-12 13:58:08 +00:00
README.md
release-please-config.json deps: update nbytes to 0.1.3 2026-02-20 21:57:52 +00:00
unofficial.gni deps: fix include_dirs of nbytes 2024-07-18 07:39:34 +00:00

Node.js bytes (nbytes) library

The nbytes library extracts certain Node.js specific byte manipulation functions from the core of Node.js itself and makes them available for use in other projects that need to emulate Node.js' behavior.