javascript-binary-converter
Advanced tools
Comparing version 0.0.11 to 0.0.12
{ | ||
"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'] | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1050679