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.8.2 to 0.8.3

4

dist/websocket.js

@@ -351,3 +351,5 @@ 'use strict';

var int = setInterval(keepStreamAlive(keepDataStream, listenKey), 50e3);
var int = setInterval(function () {
keepStreamAlive(keepDataStream, listenKey);
}, 50e3);
keepStreamAlive(keepDataStream, listenKey)();

@@ -354,0 +356,0 @@

{
"name": "binance-api-node",
"version": "0.8.2",
"version": "0.8.3",
"description": "A node API wrapper for Binance",

@@ -5,0 +5,0 @@ "main": "dist",

@@ -262,3 +262,5 @@ import zip from 'lodash.zipobject'

const int = setInterval(keepStreamAlive(keepDataStream, listenKey), 50e3)
const int = setInterval(() => {
keepStreamAlive(keepDataStream, listenKey)
}, 50e3)
keepStreamAlive(keepDataStream, listenKey)()

@@ -265,0 +267,0 @@

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