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

@chain-registry/juno

Package Overview
Dependencies
Maintainers
1
Versions
365
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chain-registry/juno - npm Package Compare versions

Comparing version 0.8.3 to 0.9.0

8

CHANGELOG.md

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

# [0.9.0](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.8.3...@chain-registry/juno@0.9.0) (2022-09-06)
**Note:** Version bump only for package @chain-registry/juno
## [0.8.3](https://github.com/cosmology-tech/chain-registry/compare/@chain-registry/juno@0.8.2...@chain-registry/juno@0.8.3) (2022-08-31)

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

10

package.json
{
"name": "@chain-registry/juno",
"version": "0.8.3",
"version": "0.9.0",
"description": "Chain Registry info for Juno",

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

"@babel/preset-typescript": "^7.17.12",
"@chain-registry/utils": "^0.6.3",
"@chain-registry/utils": "^0.7.0",
"@types/jest": "^28.1.1",

@@ -65,3 +65,3 @@ "@typescript-eslint/eslint-plugin": "5.31.0",

"babel-watch": "^7.0.0",
"chain-registry": "^0.9.3",
"chain-registry": "^0.10.0",
"cross-env": "^7.0.2",

@@ -82,5 +82,5 @@ "eslint": "8.20.0",

"@babel/runtime": "^7.18.3",
"@chain-registry/types": "^0.6.0"
"@chain-registry/types": "^0.7.0"
},
"gitHead": "44feb1d68ade1e331f9fcc28d82dd889bb69952d"
"gitHead": "7c873d9ec494d540e68dfbcaf55cc54cc2ab4a87"
}

@@ -7,9 +7,9 @@ import asset_list from './asset_list';

declare const _default: {
chain: import("@chain-registry/types").Chain;
assets: import("@chain-registry/types").AssetList;
asset_list: import("@chain-registry/types").AssetList;
testnet: import("@chain-registry/types").Chain;
testnet_assets: import("@chain-registry/types").AssetList;
chain: import('@chain-registry/types').Chain;
assets: import('@chain-registry/types').AssetList;
asset_list: import('@chain-registry/types').AssetList;
testnet: import('@chain-registry/types').Chain;
testnet_assets: import('@chain-registry/types').AssetList;
};
export default _default;
export { asset_list, assets, chain, testnet, testnet_assets };
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