cashaddrjs
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "cashaddrjs", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Bitcoin Cash cashaddr address format support for Node.js and web browsers.", | ||
@@ -5,0 +5,0 @@ "main": "src/cashaddr.js", |
@@ -27,3 +27,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.1.4.min.js](https://cdn.rawgit.com/bitcoincashjs/cashaddrjs/f700942f/dist/cashaddrjs-0.1.4.min.js). | ||
You may also download the distribution file manually and place it within your third-party scripts directory: [dist/cashaddrjs-0.1.5.min.js](https://cdn.rawgit.com/bitcoincashjs/cashaddrjs/master/dist/cashaddrjs-0.1.5.min.js). | ||
@@ -44,3 +44,3 @@ ## Usage | ||
const address = cashaddr.encode('bitcoincash', 'P2KH', hash); | ||
const address = cashaddr.encode('bitcoincash', 'P2PKH', hash); | ||
console.log(address); // 'bitcoincash:qpm2qsznhks23z7629mms6s4cwef74vcwvy22gdx6a' | ||
@@ -64,3 +64,3 @@ | ||
... | ||
<script src="https://cdn.rawgit.com/bitcoincashjs/cashaddrjs/master/dist/cashaddrjs-0.1.4.min.js"></script> | ||
<script src="https://cdn.rawgit.com/bitcoincashjs/cashaddrjs/master/dist/cashaddrjs-0.1.5.min.js"></script> | ||
</head> | ||
@@ -67,0 +67,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
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
1088980