@darkwolf/base58
Advanced tools
Comparing version 100.0.1 to 100.0.2
{ | ||
"name": "@darkwolf/base58", | ||
"version": "100.0.1", | ||
"version": "100.0.2", | ||
"description": "Base58", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -45,2 +45,3 @@ # Base58 | ||
const decodedBufferFromString = Base58.decodeFromString(encodedBufferToString) // => <Uint8Array 00 02 04 08 0f 1f 3f 7f ff> | ||
// Custom Alphabet | ||
@@ -47,0 +48,0 @@ const dw58 = new Base58('AveDarkwo1f23456789BCEFGHJKLMNPQRSTUVWXYZbcdghijmnpqstuxyz') |
Sorry, the diff of this file is not supported yet
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
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
33688
805
78