@darkwolf/base58
Advanced tools
Comparing version 1.1.0 to 6.6.6
{ | ||
"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 |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
6956
159
1
+ Added@darkwolf/code-error@6.6.6(transitive)
+ Added@darkwolf/validator@6.7.3(transitive)
- Removed@darkwolf/code-error@2.1.0(transitive)
- Removed@darkwolf/validator@2.2.1(transitive)
Updated@darkwolf/code-error@^6.6.6
Updated@darkwolf/validator@^6.7.0