2.3.0 • Published 14 days ago

bare-buffer v2.3.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
14 days ago

bare-buffer

Native buffers for JavaScript.

npm i bare-buffer

Usage

const Buffer = require('bare-buffer')

const message = Buffer.from('hello')
const empty = Buffer.alloc(16)
const buffer = Buffer.allocUnsafe(4).fill(123)
const combined = Buffer.concat([buffer, buffer])

License

Apache-2.0

2.3.0

14 days ago

2.2.0

17 days ago

2.1.1

2 months ago

2.1.0

3 months ago

2.0.5

3 months ago

2.0.4

3 months ago

2.0.3

3 months ago

2.0.2

3 months ago

2.0.1

3 months ago

1.2.9

6 months ago

1.2.8

7 months ago

1.2.7

8 months ago

1.2.10

6 months ago

2.0.0

6 months ago

1.2.6

11 months ago

1.2.5

11 months ago

1.2.4

12 months ago

1.2.3

12 months ago

1.2.2

12 months ago