Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

javascript-binary-converter

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

javascript-binary-converter - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

2

package.json
{
"name": "javascript-binary-converter",
"version": "0.0.12",
"version": "0.0.13",
"description": "A utility package to quickly handle and convert various Javascript binary objects",

@@ -5,0 +5,0 @@ "main": "build/cjs/index.js",

@@ -5,2 +5,5 @@ javascript-binary-converter is a simple utility to convert various binary data objects in Javascript, like Blob, File, TypedArray and others. Works both in the browser and in Node.js(with limitations). It also provides some conversion abilities of raw bytes.

> :warning: **The API is still unstable and might undergo significant changes. Do not rely on semver, until it reaches version 1.0**
## Installation

@@ -12,2 +15,3 @@

## Usage in the browser, or under any ES6 modules environment:

@@ -176,4 +180,7 @@

Just like you can get bytes from other formats, you can convert bytes to others. Currently, this can be done only with an array of strings, each representing a byte. Some of the methods available:
> :warning: **This API Currently accepts only an array of strings**
Just like you can get bytes from other formats, you can convert bytes to others. Currently, this can be done only with an **array of strings**, each representing a byte. Some of the methods available:
#### Bytes to image

@@ -186,3 +193,3 @@

documet.body.appendChild(image)
document.body.appendChild(image)
```

@@ -189,0 +196,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc