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.1.1 to 1.1.2

4

dist/src/ext-dependencies/utils.js

@@ -49,2 +49,6 @@ "use strict";

const unsignedReturnValue = returnValue.replace(/^\-/, '');
if (unsignedReturnValue.length > 83) {
// Too many tokens to be NFT-like as per XLS14d proposal
return false;
}
if (data.length > 1 && unsignedReturnValue.slice(0, 2) === '0.' && Number(data[1]) < -70) {

@@ -51,0 +55,0 @@ // Positive below zero amount, could be NFT

2

package.json
{
"name": "xrpl-txdata",
"version": "1.1.1",
"version": "1.1.2",
"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