New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.8.1 to 0.8.2

1

index.d.ts

@@ -37,2 +37,3 @@ // tslint:disable:interface-name

aggTrades(options?: { symbol: string, fromId?: string, startTime?: number, endTime?: number, limit?: number }): Promise<AggregatedTrade>;
allBookTickers(): Promise<{ [key: string]: Ticker }>;
book(options: { symbol: string, limit?: number }): Promise<OrderBook>;

@@ -39,0 +40,0 @@ exchangeInfo(): Promise<ExchangeInfo>;

2

package.json
{
"name": "binance-api-node",
"version": "0.8.1",
"version": "0.8.2",
"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