cashaddrjs
Advanced tools
Comparing version 0.4.3 to 0.4.4
{ | ||
"name": "cashaddrjs", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "Bitcoin Cash cashaddr address format support for Node.js and web browsers.", | ||
@@ -5,0 +5,0 @@ "main": "src/cashaddr.js", |
@@ -29,3 +29,3 @@ # CashAddr.js: The new Bitcoin Cash address format for Node.js and web browsers. | ||
You may also download the distribution file manually and place it within your third-party scripts directory: [dist/cashaddrjs-0.4.3.min.js](https://unpkg.com/cashaddrjs@0.4.3/dist/cashaddrjs-0.4.3.min.js). | ||
You may also download the distribution file manually and place it within your third-party scripts directory: [dist/cashaddrjs-0.4.4.min.js](https://unpkg.com/cashaddrjs@0.4.4/dist/cashaddrjs-0.4.4.min.js). | ||
@@ -58,3 +58,3 @@ ## Usage | ||
... | ||
<script src="https://unpkg.com/cashaddrjs@0.4.3/dist/cashaddrjs-0.4.3.min.js"></script> | ||
<script src="https://unpkg.com/cashaddrjs@0.4.4/dist/cashaddrjs-0.4.4.min.js"></script> | ||
</head> | ||
@@ -61,0 +61,0 @@ ... |
@@ -20,3 +20,3 @@ /** | ||
* Compliant with the original cashaddr specification: | ||
* {@link https://github.com/Bitcoin-UAHF/spec/blob/master/cashaddr.md} | ||
* {@link https://github.com/bitcoincashorg/bitcoincash.org/blob/master/spec/cashaddr.md} | ||
* @module cashaddr | ||
@@ -23,0 +23,0 @@ */ |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
110121