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.12 to 1.0.13

2

dist/trade.d.ts

@@ -8,3 +8,3 @@ export declare enum TradeExecutionType {

export declare enum TradeExecutionSide {
Maker = "market",
Maker = "maker",
Taker = "taker"

@@ -11,0 +11,0 @@ }

@@ -13,3 +13,3 @@ "use strict";

(function (TradeExecutionSide) {
TradeExecutionSide["Maker"] = "market";
TradeExecutionSide["Maker"] = "maker";
TradeExecutionSide["Taker"] = "taker";

@@ -16,0 +16,0 @@ })(TradeExecutionSide = exports.TradeExecutionSide || (exports.TradeExecutionSide = {}));

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

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

},
"gitHead": "02bed31496feb19d3a4fd7f2e05a0c321dba498c"
"gitHead": "ce548dc2f7607bf294f26e1450d045d4a80873c2"
}

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