Socket
Socket
Sign inDemoInstall

@chain-registry/utils

Package Overview
Dependencies
Maintainers
1
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chain-registry/utils - npm Package Compare versions

Comparing version 1.9.1 to 1.10.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [1.10.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.9.1...@chain-registry/utils@1.10.0) (2023-04-20)
**Note:** Version bump only for package @chain-registry/utils
## [1.9.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.9.0...@chain-registry/utils@1.9.1) (2023-04-18)

@@ -8,0 +16,0 @@

2

main/utils.js

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

function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
var ibcDenom = function ibcDenom(paths, coinMinimalDenom) {

@@ -19,0 +19,0 @@ var prefixes = [];

{
"name": "@chain-registry/utils",
"version": "1.9.1",
"version": "1.10.0",
"description": "Chain Registry Utils",

@@ -44,38 +44,38 @@ "author": "Dan Lynch <pyramation@gmail.com>",

"devDependencies": {
"@babel/cli": "7.19.3",
"@babel/core": "7.19.6",
"@babel/eslint-parser": "^7.19.1",
"@babel/node": "^7.19.1",
"@babel/cli": "7.21.0",
"@babel/core": "7.21.4",
"@babel/eslint-parser": "^7.21.3",
"@babel/node": "^7.20.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-export-default-from": "7.18.10",
"@babel/plugin-proposal-object-rest-spread": "7.19.4",
"@babel/plugin-transform-runtime": "7.19.6",
"@babel/preset-env": "7.19.4",
"@babel/preset-typescript": "^7.17.12",
"@types/jest": "^29.2.0",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-transform-runtime": "7.21.4",
"@babel/preset-env": "7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@types/jest": "^29.5.1",
"@types/sha.js": "^2.4.0",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "29.2.1",
"babel-watch": "^7.0.0",
"babel-jest": "29.5.0",
"babel-watch": "^7.7.2",
"cross-env": "^7.0.2",
"eslint": "8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint": "8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "8.0.0",
"eslint-plugin-unused-imports": "2.0.0",
"jest": "^29.2.1",
"jest": "^29.5.0",
"long": "^5.2.0",
"prettier": "^2.7.0",
"regenerator-runtime": "^0.13.10",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
"prettier": "^2.8.7",
"regenerator-runtime": "^0.13.11",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
},
"dependencies": {
"@babel/runtime": "^7.19.4",
"@chain-registry/types": "^0.15.0",
"@babel/runtime": "^7.21.0",
"@chain-registry/types": "^0.16.0",
"sha.js": "^2.4.11"
},
"gitHead": "f07fc16626ee23d8c143d30d82079cd6fb56e498"
"gitHead": "51dac38c0a630c1ca49d55de9b4a9c71665a6775"
}
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