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.11.29 to 0.11.30

18

index.d.ts

@@ -1335,5 +1335,5 @@ // tslint:disable:interface-name

unrealizedPnL: string
marginType: string
marginType: Lowercase<MarginType_LT>
isolatedWallet: string
positionSide: string
positionSide: PositionSide_LT
}

@@ -1601,3 +1601,3 @@

entryPrice: string
marginType: string
marginType: Lowercase<MarginType_LT>
isAutoAddMargin: string

@@ -1612,3 +1612,6 @@ isolatedMargin: string

unRealizedProfit: string
positionSide: string
positionSide: PositionSide_LT
notional: string
isolatedWallet: string
updateTime: number
}

@@ -1672,4 +1675,9 @@

maxNotional: string
positionSide: string
positionSide: PositionSide_LT
positionAmt: string
notional: string
isolatedWallet: string
updateTime: number
bidNotional: string
askNotional: string
}

@@ -1676,0 +1684,0 @@

{
"name": "binance-api-node",
"version": "0.11.29",
"version": "0.11.30",
"description": "A node API wrapper for Binance",

@@ -5,0 +5,0 @@ "main": "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