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

@satoshipay/stellar-transfer

Package Overview
Dependencies
Maintainers
10
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@satoshipay/stellar-transfer - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

1

dist/stellar-toml.d.ts

@@ -25,2 +25,3 @@ export declare type StellarTomlCurrency = Partial<{

TRANSFER_SERVER: string;
TRANSFER_SERVER_SEP0024: string;
}>;

4

dist/transfer-server.js

@@ -49,3 +49,5 @@ "use strict";

function getTransferServerURL(stellarTomlData) {
return stellarTomlData.TRANSFER_SERVER || null;
return (stellarTomlData.TRANSFER_SERVER_SEP0024 ||
stellarTomlData.TRANSFER_SERVER ||
null);
}

@@ -52,0 +54,0 @@ function TransferServer(domain, serverURL, assets, network, options) {

{
"name": "@satoshipay/stellar-transfer",
"version": "0.2.0",
"version": "0.2.1",
"description": "Stellar SEP-24 client implementation",

@@ -5,0 +5,0 @@ "author": "SatoshiPay Ltd (https://satoshipay.io/)",

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