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.11 to 0.0.12

2

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

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

@@ -201,5 +201,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.

var hexes = converter(bytes).toDecimals({isSigned:false})//Can be signed or unsigned. Default is false.
var hexes = converter(bytes).toHex({isSigned:false})//Can be signed or unsigned. Default is false.
//['D4','FC','88']
```
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