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

@injectivelabs/ts-types

Package Overview
Dependencies
Maintainers
11
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@injectivelabs/ts-types - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

16

dist/cosmos.d.ts

@@ -12,2 +12,18 @@ export interface Coin {

}
export declare enum CosmosChainId {
Injective = "injective-1",
Cosmoshub = "cosmoshub-4",
Juno = "juno-1",
Osmosis = "osmosis-1",
Terra = "columbus-5",
TerraUST = "columbus-5",
Chihuahua = "chihuahua-1",
Axelar = "axelar-dojo-1",
Evmos = "evmos_9001-2",
Persistence = "core-1"
}
export declare enum TestnetCosmosChainId {
Injective = "injective-888",
Cosmoshub = "cosmoshub-testnet"
}
//# sourceMappingURL=cosmos.d.ts.map

20

dist/cosmos.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.StreamOperation = void 0;
exports.TestnetCosmosChainId = exports.CosmosChainId = exports.StreamOperation = void 0;
var StreamOperation;

@@ -12,2 +12,20 @@ (function (StreamOperation) {

})(StreamOperation = exports.StreamOperation || (exports.StreamOperation = {}));
var CosmosChainId;
(function (CosmosChainId) {
CosmosChainId["Injective"] = "injective-1";
CosmosChainId["Cosmoshub"] = "cosmoshub-4";
CosmosChainId["Juno"] = "juno-1";
CosmosChainId["Osmosis"] = "osmosis-1";
CosmosChainId["Terra"] = "columbus-5";
CosmosChainId["TerraUST"] = "columbus-5";
CosmosChainId["Chihuahua"] = "chihuahua-1";
CosmosChainId["Axelar"] = "axelar-dojo-1";
CosmosChainId["Evmos"] = "evmos_9001-2";
CosmosChainId["Persistence"] = "core-1";
})(CosmosChainId = exports.CosmosChainId || (exports.CosmosChainId = {}));
var TestnetCosmosChainId;
(function (TestnetCosmosChainId) {
TestnetCosmosChainId["Injective"] = "injective-888";
TestnetCosmosChainId["Cosmoshub"] = "cosmoshub-testnet";
})(TestnetCosmosChainId = exports.TestnetCosmosChainId || (exports.TestnetCosmosChainId = {}));
//# sourceMappingURL=cosmos.js.map

4

package.json
{
"name": "@injectivelabs/ts-types",
"description": "List of types that can be reused throughout Injective's projects.",
"version": "0.5.3",
"version": "0.5.4",
"license": "MIT",

@@ -33,3 +33,3 @@ "main": "dist/index.js",

},
"gitHead": "bdb53f83e2275c81a7a94a71b5930da189be73cb"
"gitHead": "51430c7200fdfc412974d985734e0ec2e9a82ddf"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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