bytebuffer.js icon indicating copy to clipboard operation
bytebuffer.js copied to clipboard

A fast and complete ByteBuffer implementation using either ArrayBuffers in the browser or Buffers under node.js.

Results 41 bytebuffer.js issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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.

![image](https://user-images.githubusercontent.com/9162319/47764621-f1b96e00-dd00-11e8-8d35-c75da163019e.png) ![image](https://user-images.githubusercontent.com/9162319/47764636-ff6ef380-dd00-11e8-8d25-fc461063300d.png) 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