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

@fintech-solutions/core

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fintech-solutions/core - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

dist/domain/asset-shortcode.enum.d.ts

@@ -41,3 +41,5 @@ export declare enum AssetShortcode {

WrappedBitcoin = "WBTC_ERC20",
BNB_ERC20 = "BNB_ERC20"
BNB_ERC20 = "BNB_ERC20",
TronUSDT = "USDT_TRC20",
TronUSDC = "USDC_TRC20"
}

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

AssetShortcode["BNB_ERC20"] = "BNB_ERC20";
AssetShortcode["TronUSDT"] = "USDT_TRC20";
AssetShortcode["TronUSDC"] = "USDC_TRC20";
})(AssetShortcode = exports.AssetShortcode || (exports.AssetShortcode = {}));
//# sourceMappingURL=asset-shortcode.enum.js.map
{
"name": "@fintech-solutions/core",
"private": false,
"version": "1.0.3",
"version": "1.0.4",
"description": "",

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

@@ -44,2 +44,5 @@ export enum AssetShortcode {

BNB_ERC20 = 'BNB_ERC20',
TronUSDT = 'USDT_TRC20',
TronUSDC = 'USDC_TRC20',
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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