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

@chain-registry/utils

Package Overview
Dependencies
Maintainers
1
Versions
266
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.2.1 to 1.3.0

main/fees.js

8

CHANGELOG.md

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

# [1.3.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.2.1...@chain-registry/utils@1.3.0) (2022-11-10)
**Note:** Version bump only for package @chain-registry/utils
## [1.2.1](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/utils@1.2.0...@chain-registry/utils@1.2.1) (2022-10-27)

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

@@ -6,2 +6,13 @@ "use strict";

});
var _fees = require("./fees");
Object.keys(_fees).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _fees[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _fees[key];
}
});
});
var _utils = require("./utils");

@@ -8,0 +19,0 @@ Object.keys(_utils).forEach(function (key) {

4

package.json
{
"name": "@chain-registry/utils",
"version": "1.2.1",
"version": "1.3.0",
"description": "Chain Registry Utils",

@@ -79,3 +79,3 @@ "author": "Dan Lynch <pyramation@gmail.com>",

},
"gitHead": "7c1e7c57d12c072c06dfe2c2c8b969b50205925a"
"gitHead": "c35d96830c1cb4f9cc26643e6238ff659867dfb7"
}

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

export * from './fees';
export * from './utils';
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