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

binance

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binance - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

2

lib/main-client.js

@@ -301,3 +301,3 @@ "use strict";

else if (symbols) {
urlSuffix += '?' + symbols;
urlSuffix += '?symbols=' + symbols;
}

@@ -304,0 +304,0 @@ return this.get('api/v3/exchangeInfo' + urlSuffix);

@@ -267,5 +267,5 @@ import { WsKey } from '../websocket-client';

interface SpotBalanceFormatted {
a: string;
f: number;
l: number;
asset: string;
availableBalance: number;
onOrderBalance: number;
}

@@ -525,2 +525,5 @@ export interface WsMessageSpotOutboundAccountPositionFormatted extends WsSharedBase {

rp: numberInString;
pP: boolean;
si: numberInString;
ss: numberInString;
};

@@ -527,0 +530,0 @@ }

{
"name": "binance",
"version": "2.3.2",
"version": "2.3.3",
"description": "Node.js connector for Binance's REST APIs and WebSockets, with TypeScript & integration tests.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

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