Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bybit-api

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bybit-api - npm Package Compare versions

Comparing version 3.3.9 to 3.3.10

3

lib/util/websocket-util.js

@@ -257,3 +257,4 @@ "use strict";

}
if (upperTopic.indexOf('USDC') !== -1) {
if (upperTopic.indexOf('USDC') !== -1 ||
upperTopic.indexOf('PERP') !== -1) {
return exports.WS_KEY_MAP.unifiedPerpUSDCPublic;

@@ -260,0 +261,0 @@ }

{
"name": "bybit-api",
"version": "3.3.9",
"version": "3.3.10",
"description": "Complete & robust node.js SDK for Bybit'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