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

dashkeys

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dashkeys - npm Package Compare versions

Comparing version 0.9.0 to 0.9.1

2

package.json
{
"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

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