Comparing version 1.0.2 to 1.0.3
@@ -98,3 +98,3 @@ /** @typedef {import('./base-x.types.js').BaseX} BaseX */ | ||
/** @type {typeof window.crypto} */ | ||
let Crypto = Window.crypto || require("node:crypto"); | ||
let Crypto = globalThis.crypto; | ||
let Utils = {}; | ||
@@ -101,0 +101,0 @@ |
{ | ||
"name": "dashkeys", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Generate, validate, create, and convert WIFs and PayAddress.", | ||
@@ -5,0 +5,0 @@ "main": "dashkeys.js", |
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
68466