cashaddrjs
Advanced tools
Comparing version 0.3.7 to 0.3.8
{ | ||
"name": "cashaddrjs", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "Bitcoin Cash cashaddr address format support for Node.js and web browsers.", | ||
@@ -52,3 +52,3 @@ "main": "src/cashaddr.js", | ||
"http-server": "0.11.1", | ||
"jsdoc": "3.6.2", | ||
"jsdoc": "^3.6.3", | ||
"lodash": "4.17.14", | ||
@@ -55,0 +55,0 @@ "mocha": "5.2.0", |
@@ -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.3.7.min.js](https://cdn.rawgit.com/bitcoincashjs/cashaddrjs/master/dist/cashaddrjs-0.3.7.min.js). | ||
You may also download the distribution file manually and place it within your third-party scripts directory: [dist/cashaddrjs-0.3.8.min.js](https://cdn.rawgit.com/bitcoincashjs/cashaddrjs/master/dist/cashaddrjs-0.3.8.min.js). | ||
@@ -58,3 +58,3 @@ ## Usage | ||
... | ||
<script src="https://cdn.rawgit.com/bitcoincashjs/cashaddrjs/master/dist/cashaddrjs-0.3.7.min.js"></script> | ||
<script src="https://cdn.rawgit.com/bitcoincashjs/cashaddrjs/master/dist/cashaddrjs-0.3.8.min.js"></script> | ||
</head> | ||
@@ -61,0 +61,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
118041