New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

getbs58

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

getbs58

Package getbs58 creates base58 encoder/decoder functions by BigInt

latest
npmnpm
Version
2.0.0
Version published
Maintainers
1
Created
Source

Package getbs58 creates base58 encoder/decoder functions by BigInt.

Usage

import bs58 from "getbs58";

const raw = "00eb15231dfceb60925886b67d065299925915aeb172c06647";
const result = bs58.encode(raw);
console.log(result);
// => 1NS17iag9jJgTHD1VXjvLCEnZuQ3rJDE9L
console.log(bs58.decode(result) === raw);
// => true

Keywords

base58

FAQs

Package last updated on 15 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts