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 1.0.4 to 1.0.5

4

dist/cosmos.d.ts

@@ -28,2 +28,6 @@ export interface Coin {

}
export declare enum DevnetCosmosChainId {
Injective = "injective-777",
Injective1 = "injective-777"
}
//# sourceMappingURL=cosmos.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TestnetCosmosChainId = exports.CosmosChainId = exports.StreamOperation = void 0;
exports.DevnetCosmosChainId = exports.TestnetCosmosChainId = exports.CosmosChainId = exports.StreamOperation = void 0;
var StreamOperation;

@@ -30,2 +30,7 @@ (function (StreamOperation) {

})(TestnetCosmosChainId = exports.TestnetCosmosChainId || (exports.TestnetCosmosChainId = {}));
var DevnetCosmosChainId;
(function (DevnetCosmosChainId) {
DevnetCosmosChainId["Injective"] = "injective-777";
DevnetCosmosChainId["Injective1"] = "injective-777";
})(DevnetCosmosChainId = exports.DevnetCosmosChainId || (exports.DevnetCosmosChainId = {}));
//# sourceMappingURL=cosmos.js.map

4

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

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

},
"gitHead": "172f79413bccb67059332765409eed0ea38092d0"
"gitHead": "8db5954d397c5dc30ed87b2a2a91f9aadb885c2f"
}

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