Comparing version 0.9.0 to 0.9.1
{ | ||
"name": "dashkeys", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Generate, validate, create, and convert WIFs and PayAddress.", | ||
@@ -5,0 +5,0 @@ "main": "dashkeys.js", |
@@ -15,3 +15,3 @@ # [DashKeys.js][dashkeys-js] | ||
## Table of Contents | ||
# Table of Contents | ||
@@ -43,7 +43,7 @@ - 🚀 [Install](#install) | ||
## Install | ||
# Install | ||
Works in Command Line, Node, Bun, Bundlers, and Browsers | ||
### Terminal | ||
## Terminal | ||
@@ -99,3 +99,3 @@ ```sh | ||
## Usage | ||
# Usage | ||
@@ -121,3 +121,3 @@ ```js | ||
## API | ||
# API | ||
@@ -134,3 +134,3 @@ Dash Keys doesn't do anything that other Base58Check libraries don't do. | ||
### Common Conversions | ||
## Common Conversions | ||
@@ -153,3 +153,3 @@ ```js | ||
### Common Encode / Decode Options | ||
## Common Encode / Decode Options | ||
@@ -167,3 +167,3 @@ ```js | ||
### Debugging Encoder / Decoder | ||
## Debugging Encoder / Decoder | ||
@@ -197,3 +197,3 @@ ```js | ||
### Helpful Helper Utils | ||
## Helpful Helper Utils | ||
@@ -213,3 +213,3 @@ ```js | ||
### Swappable Secp256k1 Utils | ||
## Swappable Secp256k1 Utils | ||
@@ -252,3 +252,3 @@ We felt it was important to **not strictly depend** on _our_ chosen | ||
## Glossary | ||
# Glossary | ||
@@ -273,3 +273,3 @@ Here are bunches of terms by their canonical name, as well as a terse | ||
### Address | ||
## Address | ||
@@ -297,3 +297,3 @@ Also: Payment Address, Pay Addr, Addr | ||
### Base X | ||
## Base X | ||
@@ -304,3 +304,3 @@ A bespoke algorithm for arbitrary-width bit encoding. \ | ||
### Base58 | ||
## Base58 | ||
@@ -317,3 +317,3 @@ A specific 58-character _Base X_ alphabet. \ | ||
### Base58Check | ||
## Base58Check | ||
@@ -331,3 +331,3 @@ A Base58 encoding schema with prefixes and suffixes. \ | ||
### Check | ||
## Check | ||
@@ -341,3 +341,3 @@ Also: Base58 Checksum, Base58 Hash, Base58 SHA-256 | ||
### Compressed Byte | ||
## Compressed Byte | ||
@@ -351,3 +351,3 @@ Also: Compression Flag, Recovery Bit, Y is Even / Odd Byte, Quadrant | ||
### HD Key | ||
## HD Key | ||
@@ -364,3 +364,3 @@ Also: HD Wallet WIF | ||
### Private Key | ||
## Private Key | ||
@@ -409,3 +409,3 @@ Also: PrivKey | ||
### PubKey Hash | ||
## PubKey Hash | ||
@@ -421,3 +421,3 @@ Also: Public Key Hash, PKH, PubKeyHash | ||
### Public Key | ||
## Public Key | ||
@@ -464,3 +464,3 @@ Also: PubKey | ||
### RIPEMD160 | ||
## RIPEMD160 | ||
@@ -470,3 +470,3 @@ An old, deprecated hash 20-byte algorithm - similar to MD5. \ | ||
### Version | ||
## Version | ||
@@ -490,3 +490,3 @@ Also: Base58Check Version, Coin Version, Privacy Byte | ||
### WIF | ||
## WIF | ||
@@ -516,3 +516,3 @@ Also: Wallet Import Format, Paper Wallet, Swipe Key, Private Key QR | ||
### Zoomonic | ||
## Zoomonic | ||
@@ -524,7 +524,7 @@ The HD Wallet used for all testing fixtures in this ecosystem of code. \ | ||
## Fixtures | ||
# Fixtures | ||
For troubleshooting, debugging, etc. | ||
### The Canonical Dash "Zoomonic": | ||
## The Canonical Dash "Zoomonic": | ||
@@ -542,3 +542,3 @@ All keys used in this example - and across this ecosystem of DASH tools - are HD | ||
### Anatomy of Addrs & WIFs | ||
## Anatomy of Addrs & WIFs | ||
@@ -586,3 +586,3 @@ ```sh | ||
### Troubleshooting Uncompressed Keys | ||
## Troubleshooting Uncompressed Keys | ||
@@ -623,3 +623,3 @@ If you see these values, then you've mistakenly used uncompressed keys. | ||
## Implementation Details | ||
# Implementation Details | ||
@@ -626,0 +626,0 @@ It also serves as a **reference implementation** for porting to **other |
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
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
0
67311