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 2.3.1 to 2.3.2

6

lib/util/BaseRestClient.js

@@ -85,3 +85,2 @@ "use strict";

_call(method, endpoint, params, isPublicApi) {
var _a;
return __awaiter(this, void 0, void 0, function* () {

@@ -97,7 +96,2 @@ const options = Object.assign(Object.assign({}, this.globalRequestOptions), { url: [this.baseUrl, endpoint].join(endpoint.startsWith('/') ? '' : '/'), method: method, json: true });

options.params = signResult.paramsWithSign;
if ((_a = options.params) === null || _a === void 0 ? void 0 : _a.agentSource) {
options.data = {
agentSource: requestUtils_1.agentSource,
};
}
}

@@ -104,0 +98,0 @@ else {

2

package.json
{
"name": "bybit-api",
"version": "2.3.1",
"version": "2.3.2",
"description": "Node.js connector 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