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.10.46 to 0.10.47

5

dist/open-websocket.js

@@ -31,3 +31,6 @@ "use strict";

rws.addEventListener('open', function () {
rws._ws.on('ping', pong);
// .on only works in node env, not in browser. https://github.com/Ashlar/binance-api-node/issues/404#issuecomment-833668033
if (rws._ws.on) {
rws._ws.on('ping', pong);
}
});

@@ -34,0 +37,0 @@ return rws;

2

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