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

@injectivelabs/ts-types

Package Overview
Dependencies
Maintainers
9
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.9 to 1.0.10

9

dist/enums.d.ts

@@ -16,11 +16,2 @@ export declare enum EthereumChainId {

}
export declare enum Wallet {
Metamask = "metamask",
Ledger = "ledger",
LedgerLegacy = "ledger-legacy",
Trezor = "trezor",
Keplr = "keplr",
Torus = "torus",
WalletConnect = "wallet-connect"
}
//# sourceMappingURL=enums.d.ts.map

12

dist/enums.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Wallet = exports.ChainId = exports.EthereumChainId = void 0;
exports.ChainId = exports.EthereumChainId = void 0;
var EthereumChainId;

@@ -21,12 +21,2 @@ (function (EthereumChainId) {

})(ChainId = exports.ChainId || (exports.ChainId = {}));
var Wallet;
(function (Wallet) {
Wallet["Metamask"] = "metamask";
Wallet["Ledger"] = "ledger";
Wallet["LedgerLegacy"] = "ledger-legacy";
Wallet["Trezor"] = "trezor";
Wallet["Keplr"] = "keplr";
Wallet["Torus"] = "torus";
Wallet["WalletConnect"] = "wallet-connect";
})(Wallet = exports.Wallet || (exports.Wallet = {}));
//# sourceMappingURL=enums.js.map

4

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

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

},
"gitHead": "8c36c822a3303a62d7a9a2665ea04396b591a6d0"
"gitHead": "7c3ed07347f073c407230731b6a7697b7cca257f"
}

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