Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
safe-buffer
Safer Node.js Buffer API
jsesc
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
get-stream
Get a stream as a string, Buffer, ArrayBuffer or array
buffer
Node.js Buffer API, for the browser
buffer-from
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
ieee754
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
typed-array-buffer
Get the ArrayBuffer out of a TypedArray, robustly.
arraybuffer.prototype.slice
ES spec-compliant shim for ArrayBuffer.prototype.slice
is-buffer
Determine if an object is a Buffer
quick-lru
Simple “Least Recently Used” (LRU) cache
smart-buffer
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
is-array-buffer
Is this value a JS ArrayBuffer?
is-shared-array-buffer
Is this value a JS SharedArrayBuffer?
bl
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!
file-type
Detect the file type of a file, stream, or data
data-view-buffer
Get the ArrayBuffer out of a DataView, robustly.
buffer-equal-constant-time
Constant-time comparison of Buffers
data-uri-to-buffer
Create an ArrayBuffer instance from a Data URI string
get-stdin
Get stdin as a string or buffer
@xtuc/ieee754
Read/write IEEE754 floating point numbers from/to a Buffer or array-like object