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

orionx-sdk

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orionx-sdk - npm Package Compare versions

Comparing version 2.1.0-rc.0 to 2.1.0-rc.1

36

lib/orders.js

@@ -106,11 +106,2 @@ "use strict";

_id
type
amount
limitPrice
status
createdAt
market {
code
}
clientId
}

@@ -145,11 +136,2 @@ }

_id
type
amount
limitPrice
status
createdAt
market {
code
}
clientId
}

@@ -189,11 +171,2 @@ }

_id
type
amount
limitPrice
status
createdAt
market {
code
}
clientId
}

@@ -234,11 +207,2 @@ }

_id
type
amount
limitPrice
status
createdAt
market {
code
}
clientId
}

@@ -245,0 +209,0 @@ }

@@ -37,9 +37,2 @@ export interface GetOrdersParameters {

_id: string;
type: string;
amount: number;
limitPrice: number;
status: string;
createdAt: number;
market: Market;
clientId: null;
}

@@ -46,0 +39,0 @@ export interface PlaceStopLimitOrder {

2

package.json
{
"name": "orionx-sdk",
"version": "2.1.0-rc.0",
"version": "2.1.0-rc.1",
"description": "Official Orionx SDK for Node.js",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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