binance-api-node
Advanced tools
Comparing version 0.9.1 to 0.9.2
@@ -243,2 +243,3 @@ // tslint:disable:interface-name | ||
| 'PRICE_FILTER' | ||
| 'PERCENT_PRICE' | ||
| 'LOT_SIZE' | ||
@@ -256,2 +257,9 @@ | 'MIN_NOTIONAL' | ||
export interface SymbolPercentPriceFilter { | ||
filterType: SymbolFilterType, | ||
multiplierDown: string; | ||
multiplierUp: string; | ||
avgPriceMins: number; | ||
} | ||
export interface SymbolLotSizeFilter { | ||
@@ -283,2 +291,3 @@ filterType: SymbolFilterType, | ||
| SymbolPriceFilter | ||
| SymbolPercentPriceFilter | ||
| SymbolLotSizeFilter | ||
@@ -327,2 +336,3 @@ | SymbolMinNotionalFilter | ||
type: OrderType; | ||
newOrderRespType?: NewOrderRespType; | ||
} | ||
@@ -374,2 +384,4 @@ | ||
export type NewOrderRespType = 'ACK' | 'RESULT' | 'FULL'; | ||
export type TimeInForce = 'GTC' | 'IOC' | 'FOK'; | ||
@@ -376,0 +388,0 @@ |
{ | ||
"name": "binance-api-node", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "A node API wrapper for Binance", | ||
"main": "dist", | ||
"files": ["dist", "index.d.ts"], | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "build": "rimraf dist && babel src -d dist", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
1
2
69392
7
1324