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.12.0 to 0.12.1

4

dist/http-client.js

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

},
futuresPrices: function futuresPrices() {
return pubCall('/fapi/v1/ticker/price').then(function (r) {
futuresPrices: function futuresPrices(payload) {
return pubCall('/fapi/v1/ticker/price', payload).then(function (r) {
return (Array.isArray(r) ? r : [r]).reduce(function (out, cur) {

@@ -648,0 +648,0 @@ return out[cur.symbol] = cur.price, out;

@@ -594,3 +594,3 @@ // tslint:disable:interface-name

futuresDailyStats(options?: { symbol: string }): Promise<DailyStatsResult | DailyStatsResult[]>
futuresPrices(): Promise<{ [index: string]: string }>
futuresPrices(options?: { symbol: string }): Promise<{ [index: string]: string }>
futuresAllBookTickers(): Promise<{ [key: string]: Ticker }>

@@ -998,3 +998,3 @@ futuresMarkPrice(): Promise<MarkPriceResult[]>

filterType: SymbolFilterType.MIN_NOTIONAL
notional: string
minNotional: string
}

@@ -1001,0 +1001,0 @@

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

@@ -5,0 +5,0 @@ "main": "dist",

Sorry, the diff of this file is too big to display

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