buffer-alloc-unsafe
Buffer allocator
A ponyfill for Buffer.allocUnsafe to provide backwards compatibility and safety features.
A ponyfill for Buffer.allocUnsafe
14 stars
3 watching
5 forks
Language: JavaScript
last commit: about 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
linusu/buffer-alloc | Provides an alternative implementation of the Buffer.alloc function | 12 |
linusu/buffer-from | A ponyfill for Buffer.from that allows cross-browser compatibility and provides a simple way to create buffers from arrays, TypedArrays, or strings. | 23 |
coruus/safeclib | Library providing functions to mitigate security risks and improve code safety | 13 |
xoac/static-bytes | Prevents buffer overflows and simplifies byte manipulation in Rust | 6 |
ckaznocha/protoc-gen-lint | Checks .proto files for style violations according to Google's Protocol Buffer Style Guide | 284 |
pallets/markupsafe | Protects against injection attacks by safely escaping untrusted strings in HTML and XML markup | 636 |
canscale/stablebuffer | A Motoko library implementing stable, persistent buffers with a standardized API | 12 |
persan/protobuf-ada | A software implementation of Google's Protocol Buffers data interchange format in Ada | 18 |
feross/buffer | Provides an API identical to Node.js Buffer for the browser | 1,802 |
idanarye/nvim-buffls | Adds LSP functionality to specific Neovim buffers | 9 |
bufferapp/buffer-ruby | A Ruby wrapper for the Buffer API | 56 |
thealexbarney/libhac | A .NET library reimplementing parts of the Nintendo Switch OS for decrypting and extracting content file formats. | 399 |
troyedwardsjr/linc_duktape | Native bindings for an embeddable JavaScript engine. | 2 |
rubocop/guard-rubocop | Automatically checks Ruby code style with RuboCop when files are modified. | 262 |
wearerequired/lint-action | Automates linting and auto-fixes errors in JavaScript code | 575 |