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

@ex-master/core

Package Overview
Dependencies
Maintainers
2
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ex-master/core - npm Package Compare versions

Comparing version 0.3.6 to 0.3.7

3

bld/library/spot-client.d.ts

@@ -71,4 +71,5 @@ /// <reference types="node" />

private symbolToMarketDataMap;
get markets(): Market[];
get balances(): Balance[];
get destroyed(): boolean;
get balances(): Balance[];
constructor({ dashboard, isPrivateness, }?: SpotClientOptions);

@@ -75,0 +76,0 @@ abstract getMarkets(): Promise<SpotMarketData[]>;

@@ -23,4 +23,4 @@ "use strict";

}
get destroyed() {
return this._destroyed;
get markets() {
return this._markets;
}

@@ -30,2 +30,5 @@ get balances() {

}
get destroyed() {
return this._destroyed;
}
getBalance(currency) {

@@ -32,0 +35,0 @@ let balance = this.balanceMap.get(currency);

{
"name": "@ex-master/core",
"version": "0.3.6",
"version": "0.3.7",
"main": "bld/library/index.js",

@@ -25,3 +25,3 @@ "types": "bld/library/index.d.ts",

},
"gitHead": "40db0078db1373a81ef66fa8b91cb60d69a3b699"
"gitHead": "e1855dbc4a0042b321d4401daabc95a682b6be62"
}

@@ -102,4 +102,4 @@ import {EventEmitter} from 'events';

get destroyed(): boolean {
return this._destroyed;
get markets(): Market[] {
return this._markets;
}

@@ -111,2 +111,6 @@

get destroyed(): boolean {
return this._destroyed;
}
constructor({

@@ -113,0 +117,0 @@ dashboard = defaultDashboard,

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