New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

binance-futures-connector

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

binance-futures-connector - npm Package Compare versions

Comparing version 1.1.6 to 1.1.7

2

package.json
{
"name": "binance-futures-connector",
"version": "1.1.6",
"version": "1.1.7",
"description": "币安-合约+现货-sdk,持续更新,欢迎PR一起完善,微信:wkc19891",

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

@@ -16,3 +16,3 @@ const { validateRequiredParameters } = require('../helpers/validation.js')

super(options)
this.wsURL = options.wsURL || 'wss://fstream.binance.com'
this.wsURL = options.wsURL || 'wss://fstream-auth.binance.com'
this.reconnectDelay = 5000

@@ -19,0 +19,0 @@ this.ip = options.ip;

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