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.0.10 to 2.0.11

3

CHANGELOG.md
# Binance API
## 2.0.11
- Fix APIs that use the DELETE method.
## 2.0.9-10

@@ -4,0 +7,0 @@ - Fix typo in websocket types.

2

lib/util/BaseRestClient.js

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

const options = Object.assign(Object.assign({}, this.globalRequestOptions), { url: [baseUrl, endpoint].join('/'), method: method, json: true });
if (method === 'GET') {
if (method === 'GET' || method === 'DELETE') {
options.params = params;

@@ -142,0 +142,0 @@ }

{
"name": "binance",
"version": "2.0.10",
"version": "2.0.11",
"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