Socket
Socket
Sign inDemoInstall

@xchainjs/xchain-util

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xchainjs/xchain-util - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/index.esm.js

@@ -346,2 +346,4 @@ import BigNumber from 'bignumber.js';

var _a, _b;
if (s === 'KUJI.USK')
return { chain: 'KUJI', symbol: 'USK', ticker: 'USK', type: AssetType.TOKEN }; // TODO: Find a better way to avoid hardcoding
const isSynth = s.includes(SYNTH_ASSET_DELIMITER);

@@ -348,0 +350,0 @@ const isTrade = s.includes(TRADE_ASSET_DELIMITER);

@@ -354,2 +354,4 @@ 'use strict';

var _a, _b;
if (s === 'KUJI.USK')
return { chain: 'KUJI', symbol: 'USK', ticker: 'USK', type: exports.AssetType.TOKEN }; // TODO: Find a better way to avoid hardcoding
const isSynth = s.includes(SYNTH_ASSET_DELIMITER);

@@ -356,0 +358,0 @@ const isTrade = s.includes(TRADE_ASSET_DELIMITER);

2

package.json
{
"name": "@xchainjs/xchain-util",
"version": "1.0.1",
"version": "1.0.2",
"description": "Helper utilities for XChain clients",

@@ -5,0 +5,0 @@ "keywords": [

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