Socket
Socket
Sign inDemoInstall

@chain-registry/client

Package Overview
Dependencies
15
Maintainers
3
Versions
137
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.46.2 to 1.46.3

2

chain-util.d.ts
import { Asset } from '@chain-registry/types';
import type { Denom, Exponent, DenomPriceMap, CoinGeckoUSDPrice } from '@chain-registry/utils';
import type { CoinGeckoUSDPrice, Denom, DenomPriceMap, Exponent } from '@chain-registry/utils';
import { ChainInfo } from './chain-info';

@@ -4,0 +4,0 @@ export interface ChainRegistryChainUtilOptions {

@@ -1,2 +0,2 @@

import { getAssetByDenom, getAssetBySymbol, getDenomByCoinGeckoId, getCoinGeckoIdByDenom, getSymbolByDenom, getDenomBySymbol, getExponentByDenom, getExponentBySymbol, getAssetLogoByDenom, getAssetNameByDenom, getChainNameByDenom, mapCoinGeckoPricesToDenoms, convertBaseUnitToDollarValue, convertDollarValueToBaseUnit, convertBaseUnitToDisplayUnit, convertDisplayUnitToBaseUnit } from '@chain-registry/utils';
import { convertBaseUnitToDisplayUnit, convertBaseUnitToDollarValue, convertDisplayUnitToBaseUnit, convertDollarValueToBaseUnit, getAssetByDenom, getAssetBySymbol, getAssetLogoByDenom, getAssetNameByDenom, getChainNameByDenom, getCoinGeckoIdByDenom, getDenomByCoinGeckoId, getDenomBySymbol, getExponentByDenom, getExponentBySymbol, getSymbolByDenom, mapCoinGeckoPricesToDenoms } from '@chain-registry/utils';
export class ChainRegistryChainUtil {

@@ -3,0 +3,0 @@ _assets = [];

{
"name": "@chain-registry/client",
"version": "1.46.2",
"version": "1.46.3",
"description": "Chain Registry Client",

@@ -24,5 +24,6 @@ "author": "Dan Lynch <pyramation@gmail.com>",

"copy": "copyfiles -f LICENSE README.md package.json dist",
"clean": "del dist/**",
"clean": "rimraf dist/**",
"prepare": "npm run build",
"build": "npm run clean; tsc; tsc -p tsconfig.esm.json; npm run copy",
"lint": "eslint . --fix",
"test": "jest",

@@ -38,4 +39,4 @@ "test:watch": "jest --watch"

"dependencies": {
"@chain-registry/types": "^0.43.2",
"@chain-registry/utils": "^1.44.2",
"@chain-registry/types": "^0.43.3",
"@chain-registry/utils": "^1.44.3",
"bfs-path": "^1.0.2",

@@ -51,3 +52,3 @@ "cross-fetch": "^3.1.5"

],
"gitHead": "9e09944a2a5b14f3fb6e93feb28ba324dd781c83"
"gitHead": "c9af8b461cb1103d99af752d6efc7dbe00f52f7c"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc