Socket
Socket
Sign inDemoInstall

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 1.0.0 to 1.0.1

6

dashkeys.js

@@ -29,3 +29,3 @@ /** @typedef {import('./base-x.types.js').BaseX} BaseX */

/**
* @typedef {DashKeys}
* @typedef DashKeys
* @prop {DecodeBase58Check} decode

@@ -1230,2 +1230,4 @@ * @prop {EncodeKeyUint8Array} encodeKey

//@ts-ignore
Window.DashKeys = _DashKeys;
//@ts-ignore
Window.BaseX = _DashKeys.BaseX = BaseX;

@@ -1283,3 +1285,3 @@ //@ts-ignore

* @callback GenerateWif
* @param {GenerateWifOpts} opts
* @param {GenerateWifOpts} [opts]
* @returns {Promise<String>} - JS Bytes Buffer (Uint8Array, Node & Browsers)

@@ -1286,0 +1288,0 @@ */

{
"name": "dashkeys",
"version": "1.0.0",
"version": "1.0.1",
"description": "Generate, validate, create, and convert WIFs and PayAddress.",

@@ -5,0 +5,0 @@ "main": "dashkeys.js",

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