New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

xrpl-txdata

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xrpl-txdata - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

dist/src/index.js

@@ -149,2 +149,3 @@ "use strict";

if (!meta.resolved && r.txHash === TxHash) {
this.EventBus.off('result', onTx);
ResolveFormatted(r.result, 'emitter', r.host);

@@ -349,2 +350,3 @@ }

if (r.id === id) {
this.EventBus.off('xrpljson', onTx);
return resolve(r);

@@ -351,0 +353,0 @@ }

2

package.json
{
"name": "xrpl-txdata",
"version": "1.0.5",
"version": "1.0.6",
"description": "Fetch XRPL transaction by hash (+ meta & balances), awaits if required",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

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