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

orionx-sdk

Package Overview
Dependencies
Maintainers
0
Versions
39
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.0.0-rc2 to 2.0.0-rc4

2

lib/markets.js

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

const query = `
query sdk_market($code: String!) {
query sdk_market($code: ID) {
market(code: $code) {

@@ -22,0 +22,0 @@ code

@@ -0,1 +1,2 @@

import Api from './api';
import User from './user';

@@ -9,3 +10,3 @@ import Orders from './orders';

private readonly apiEndpoint;
private apiClient;
apiClient: Api;
user: User;

@@ -12,0 +13,0 @@ orders: Orders;

{
"name": "orionx-sdk",
"version": "2.0.0-rc2",
"version": "2.0.0-rc4",
"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