Socket
Socket
Sign inDemoInstall

@chain-registry/client

Package Overview
Dependencies
5
Maintainers
3
Versions
139
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.21.5 to 1.21.6

3

main/chain-info.js

@@ -25,3 +25,3 @@ "use strict";

}
(0, _createClass2["default"])(ChainInfo, [{
return (0, _createClass2["default"])(ChainInfo, [{
key: "refresh",

@@ -57,3 +57,2 @@ value: function refresh() {

}]);
return ChainInfo;
}();

@@ -29,3 +29,3 @@ "use strict";

}
(0, _createClass2["default"])(ChainRegistryChainUtil, [{
return (0, _createClass2["default"])(ChainRegistryChainUtil, [{
key: "getAssetByDenom",

@@ -113,3 +113,2 @@ value: function getAssetByDenom(denom) {

}]);
return ChainRegistryChainUtil;
}();

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

}
(0, _createClass2["default"])(ChainRegistryFetcher, [{
return (0, _createClass2["default"])(ChainRegistryFetcher, [{
key: "chains",

@@ -229,3 +229,2 @@ get: function get() {

}]);
return ChainRegistryFetcher;
}();

@@ -14,3 +14,2 @@ "use strict";

var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));
var _assertThisInitialized2 = _interopRequireDefault(require("@babel/runtime/helpers/assertThisInitialized"));
var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));

@@ -26,3 +25,2 @@ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));

var ChainRegistryClient = exports.ChainRegistryClient = /*#__PURE__*/function (_ChainRegistryFetcher) {
(0, _inherits2["default"])(ChainRegistryClient, _ChainRegistryFetcher);
function ChainRegistryClient(options) {

@@ -37,3 +35,3 @@ var _this;

_this = _callSuper(this, ChainRegistryClient, [restOptions]);
(0, _defineProperty2["default"])((0, _assertThisInitialized2["default"])(_this), "_options", {
(0, _defineProperty2["default"])(_this, "_options", {
chainNames: [],

@@ -51,3 +49,4 @@ baseUrl: 'https://raw.githubusercontent.com/cosmos/chain-registry/master'

}
(0, _createClass2["default"])(ChainRegistryClient, [{
(0, _inherits2["default"])(ChainRegistryClient, _ChainRegistryFetcher);
return (0, _createClass2["default"])(ChainRegistryClient, [{
key: "generateUrls",

@@ -91,3 +90,2 @@ value: function generateUrls() {

}]);
return ChainRegistryClient;
}(_fetcher.ChainRegistryFetcher);
{
"name": "@chain-registry/client",
"version": "1.21.5",
"version": "1.21.6",
"description": "Chain Registry Client",

@@ -78,8 +78,8 @@ "author": "Dan Lynch <pyramation@gmail.com>",

"@babel/runtime": "^7.21.0",
"@chain-registry/types": "^0.18.7",
"@chain-registry/utils": "^1.19.6",
"@chain-registry/types": "^0.18.8",
"@chain-registry/utils": "^1.19.7",
"bfs-path": "^1.0.2",
"cross-fetch": "^3.1.5"
},
"gitHead": "7def14f7596a56f96fa377f1f410d03466ee5735"
"gitHead": "3c6e31032f2b6cc79e35ea27e414acdf3c2ceb97"
}
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