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

@darkwolf/base58

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@darkwolf/base58 - npm Package Compare versions

Comparing version 13.21.70 to 13.21.71

2

package.json
{
"name": "@darkwolf/base58",
"version": "13.21.70",
"version": "13.21.71",
"description": "Base58",

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

@@ -30,11 +30,11 @@ # Base58

const decodedBtc = btc58.decode(encodedBtc)
```
## Methods
### withAlphabet(alphabet)
### encode(string)
### decode(base58)
### encodeInt(integer)
### decodeInt(base58)
### encode(input)
### decode(input)
### encodeInt(input)
### decodeInt(input)
## Error Codes
#### invalid-alphabet
#### invalid-input
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