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

base-x-bytearray

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

base-x-bytearray - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

5

index.js

@@ -75,3 +75,6 @@ // base-x encoding

}
if (ByteArray.name === 'Uuint8array') {
// This handles an issue in safari
return new Uint8Array(bytes.reverse())
}
return ByteArray.from(bytes.reverse())

@@ -78,0 +81,0 @@ }

2

package.json
{
"name": "base-x-bytearray",
"version": "0.1.0",
"version": "0.1.1",
"description": "Fast base encoding / decoding of any given alphabet to Uint8Array/Buffer",

@@ -5,0 +5,0 @@ "keywords": [

# base-x
[![NPM Package](https://img.shields.io/npm/v/base-x.svg?style=flat-square)](https://www.npmjs.org/package/uintarray8-base-x)
[![NPM Package](https://img.shields.io/npm/v/base-x.svg?style=flat-square)](https://www.npmjs.org/package/base-x-bytearray)
[![Build Status](https://img.shields.io/travis/cryptocoinjs/base-x.svg?branch=master&style=flat-square)](https://travis-ci.org/pelle/base-x)

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