New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@injectivelabs/ts-types

Package Overview
Dependencies
Maintainers
12
Versions
176
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.14.33 to 1.14.34-alpha.0

5

dist/cjs/enums.d.ts

@@ -101,3 +101,6 @@ export declare enum EthereumChainId {

MsgPrivilegedExecuteContract = "injective.exchange.v1beta1.MsgPrivilegedExecuteContract",
MsgMultiSend = "cosmos.bank.v1beta1.MsgMultiSend"
MsgRelayProviderPrices = "injective.oracle.v1beta1.MsgRelayProviderPrices",
MsgMultiSend = "cosmos.bank.v1beta1.MsgMultiSend",
MsgSetWithdrawAddress = "cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
MsgWithdrawValidatorCommission = "cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission"
}

@@ -104,0 +107,0 @@ export declare enum MsgStatus {

3

dist/cjs/enums.js

@@ -107,3 +107,6 @@ "use strict";

MsgType["MsgPrivilegedExecuteContract"] = "injective.exchange.v1beta1.MsgPrivilegedExecuteContract";
MsgType["MsgRelayProviderPrices"] = "injective.oracle.v1beta1.MsgRelayProviderPrices";
MsgType["MsgMultiSend"] = "cosmos.bank.v1beta1.MsgMultiSend";
MsgType["MsgSetWithdrawAddress"] = "cosmos.distribution.v1beta1.MsgSetWithdrawAddress";
MsgType["MsgWithdrawValidatorCommission"] = "cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission";
})(MsgType || (exports.MsgType = MsgType = {}));

@@ -110,0 +113,0 @@ var MsgStatus;

@@ -101,3 +101,6 @@ export declare enum EthereumChainId {

MsgPrivilegedExecuteContract = "injective.exchange.v1beta1.MsgPrivilegedExecuteContract",
MsgMultiSend = "cosmos.bank.v1beta1.MsgMultiSend"
MsgRelayProviderPrices = "injective.oracle.v1beta1.MsgRelayProviderPrices",
MsgMultiSend = "cosmos.bank.v1beta1.MsgMultiSend",
MsgSetWithdrawAddress = "cosmos.distribution.v1beta1.MsgSetWithdrawAddress",
MsgWithdrawValidatorCommission = "cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission"
}

@@ -104,0 +107,0 @@ export declare enum MsgStatus {

@@ -104,3 +104,6 @@ export var EthereumChainId;

MsgType["MsgPrivilegedExecuteContract"] = "injective.exchange.v1beta1.MsgPrivilegedExecuteContract";
MsgType["MsgRelayProviderPrices"] = "injective.oracle.v1beta1.MsgRelayProviderPrices";
MsgType["MsgMultiSend"] = "cosmos.bank.v1beta1.MsgMultiSend";
MsgType["MsgSetWithdrawAddress"] = "cosmos.distribution.v1beta1.MsgSetWithdrawAddress";
MsgType["MsgWithdrawValidatorCommission"] = "cosmos.distribution.v1beta1.MsgWithdrawValidatorCommission";
})(MsgType || (MsgType = {}));

@@ -107,0 +110,0 @@ export var MsgStatus;

{
"name": "@injectivelabs/ts-types",
"description": "List of types that can be reused throughout Injective.",
"version": "1.14.33",
"version": "1.14.34-alpha.0",
"sideEffects": false,
"license": "Apache-2.0",
"type": "module",
"types": "dist/cjs/index.d.ts",

@@ -57,6 +58,6 @@ "main": "dist/cjs/index.js",

},
"dependencies": {
"devDependencies": {
"shx": "^0.3.2"
},
"gitHead": "6d2aac97e32d5b61b9aba73e0363695fb70ce1c8"
"gitHead": "0ccb2dab25c4101880001ede11f174cb7e430671"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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