cashaddrjs
Advanced tools
Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "cashaddrjs", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Bitcoin Cash cashaddr address format support for Node.js and web browsers.", | ||
@@ -5,0 +5,0 @@ "main": "src/cashaddr.js", |
@@ -9,3 +9,3 @@ # CashAddr.js: The new Bitcoin Cash address format for Node.js and web browsers. | ||
Compliant with the original CashAddr [specification](https://github.com/Bitcoin-UAHF/spec/blob/master/cashaddr.md) which improves upon [BIP 173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki). | ||
Compliant with the original CashAddr [specification](https://github.com/bitcoincashorg/bitcoincash.org/blob/master/spec/cashaddr.md) which improves upon [BIP 173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki). | ||
@@ -30,3 +30,3 @@ *Note:* This is a JavaScript implementation of the CashAddr format specification. If you are looking for a general purpose Bitcoin Cash address translation library, check out the easy-to-use and well-tested [BchAddr.js](https://github.com/ealmansi/bchaddrjs). | ||
You may also download the distribution file manually and place it within your third-party scripts directory: [dist/cashaddrjs-0.4.2.min.js](https://unpkg.com/cashaddrjs@0.4.2/dist/cashaddrjs-0.4.2.min.js). | ||
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). | ||
@@ -59,3 +59,3 @@ ## Usage | ||
... | ||
<script src="https://unpkg.com/cashaddrjs@0.4.2/dist/cashaddrjs-0.4.2.min.js"></script> | ||
<script src="https://unpkg.com/cashaddrjs@0.4.3/dist/cashaddrjs-0.4.3.min.js"></script> | ||
</head> | ||
@@ -76,2 +76,2 @@ ... | ||
Browse automatically generated jsdocs [online](https://cdn.rawgit.com/ealmansi/cashaddrjs/master/docs/index.html). | ||
Browse automatically generated jsdocs [online](https://emilio.almansi.me/cashaddrjs/module-cashaddr.html). |
@@ -9,3 +9,3 @@ # CashAddr.js: The new Bitcoin Cash address format for Node.js and web browsers. | ||
Compliant with the original CashAddr [specification](https://github.com/Bitcoin-UAHF/spec/blob/master/cashaddr.md) which improves upon [BIP 173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki). | ||
Compliant with the original CashAddr [specification](https://github.com/bitcoincashorg/bitcoincash.org/blob/master/spec/cashaddr.md) which improves upon [BIP 173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki). | ||
@@ -74,2 +74,2 @@ *Note:* This is a JavaScript implementation of the CashAddr format specification. If you are looking for a general purpose Bitcoin Cash address translation library, check out the easy-to-use and well-tested [BchAddr.js](https://github.com/ealmansi/bchaddrjs). | ||
Browse automatically generated jsdocs [online](https://cdn.rawgit.com/ealmansi/cashaddrjs/master/docs/index.html). | ||
Browse automatically generated jsdocs [online](https://emilio.almansi.me/cashaddrjs/module-cashaddr.html). |
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
110085