Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cashaddrjs

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cashaddrjs - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

dist/cashaddrjs-0.4.4.js

2

package.json
{
"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 @@ */

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc