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

binance-api-node

Package Overview
Dependencies
Maintainers
1
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binance-api-node - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

12

index.d.ts

@@ -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 @@

3

package.json
{
"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",

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