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 1.1.0 to 6.6.6

src/Base58Error.js

12

package.json
{
"name": "@darkwolf/base58",
"version": "1.1.0",
"description": "Base58 Encoder/Decoder Utility",
"version": "6.6.6",
"description": "Base58",
"main": "index.js",

@@ -16,5 +16,3 @@ "scripts": {

"encoder",
"decoder",
"utility",
"utils"
"decoder"
],

@@ -28,5 +26,5 @@ "author": "Pavel Wolf",

"dependencies": {
"@darkwolf/code-error": "^2.1.0",
"@darkwolf/validator": "^2.2.0"
"@darkwolf/code-error": "^6.6.6",
"@darkwolf/validator": "^6.7.0"
}
}

@@ -1,2 +0,2 @@

# Base58 Encoder/Decoder Utility
# Base58
## Install

@@ -14,4 +14,5 @@ ```sh

```
## Init
### new Base58(alphabet)
## Methods
### setAlphabet(alphabet)
### encode(input)

@@ -24,2 +25,1 @@ ### decode(input)

#### invalid-input
#### invalid-number
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