bytebuffer.js
bytebuffer.js copied to clipboard
A fast and complete ByteBuffer implementation using either ArrayBuffers in the browser or Buffers under node.js.
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
Fixes https://github.com/protobufjs/bytebuffer.js/issues/99
``` (node:5321) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead. ``` The above deprecation error is logged from...
There are several fixes in master which are not in the latest 5.0.1 release (from 2016). Could a newer version be published as newer versions of node are complaining about...
Hi! I am working on a project having bytebuffer as a dependency. Bytebuffer is not used directly, but is in the `node_modules`-folder. Bulding the application on (Vercel)[vercel.com] causes the application...
Updates long.js to the latest major release.
When built for node, these two methods result in a second redundant return statement. Error captured by coverity static analysis tool.
  what is this? It's wrong when I run this code in chrome console;
This is probably a silly question, but how can I initialise a ByteBuffer instance from an existing ArrayBuffer? Thanks