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.6 to 1.0.7

2

dist/src/index.d.ts
import { BalanceChanges } from './ext-dependencies/balanceParser';
export { parseBalanceChanges } from './ext-dependencies/balanceParser';
export declare type AnyJson = Record<string, unknown>;

@@ -57,2 +58,1 @@ export interface TxResult extends AnyJson {

}
export {};

@@ -42,2 +42,4 @@ "use strict";

const logInvalid = log.extend('invalid');
var balanceParser_2 = require("./ext-dependencies/balanceParser");
Object.defineProperty(exports, "parseBalanceChanges", { enumerable: true, get: function () { return balanceParser_2.parseBalanceChanges; } });
class TxData {

@@ -44,0 +46,0 @@ constructor(endpoints, options) {

{
"name": "xrpl-txdata",
"version": "1.0.6",
"version": "1.0.7",
"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