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.9.16 to 0.9.17

13

dist/open-websocket.js

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

var _default = function _default(url) {
return new _reconnectingWebsocket.default(url, [], {
var rws = new _reconnectingWebsocket.default(url, [], {
WebSocket: _ws.default,

@@ -24,4 +24,15 @@ connectionTimeout: 4e3,

});
var pong = function pong() {
return rws._ws.pong(function () {
return null;
});
};
rws.addEventListener('open', function () {
rws._ws.on('ping', pong);
});
return rws;
};
exports.default = _default;

2

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