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

bybit-api

Package Overview
Dependencies
Maintainers
1
Versions
138
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 1.3.0-beta.1 to 1.3.0-beta.2

1

lib/index.d.ts
export * from './rest-client';
export * from './websocket-client';
export * from './logger';
//# sourceMappingURL=index.d.ts.map

@@ -10,2 +10,1 @@ export declare type LogParams = null | any;

};
//# sourceMappingURL=logger.d.ts.map

@@ -311,2 +311,1 @@ import { AxiosRequestConfig } from 'axios';

}
//# sourceMappingURL=rest-client.d.ts.map

@@ -13,2 +13,1 @@ export interface RestClientInverseOptions {

export declare function getBaseRESTInverseUrl(useLivenet?: boolean, restInverseOptions?: RestClientInverseOptions): string;
//# sourceMappingURL=requestUtils.d.ts.map

@@ -38,2 +38,1 @@ import { AxiosRequestConfig, Method } from 'axios';

}
//# sourceMappingURL=requestWrapper.d.ts.map

@@ -45,2 +45,1 @@ /// <reference types="node" />

export {};
//# sourceMappingURL=websocket-client.d.ts.map

2

lib/websocket-client.js

@@ -17,4 +17,4 @@ "use strict";

const events_1 = require("events");
const rest_client_1 = require("./rest-client");
const logger_1 = require("./logger");
const rest_client_1 = require("./rest-client");
const requestUtils_1 = require("./util/requestUtils");

@@ -21,0 +21,0 @@ // import WebSocket from 'ws';

{
"name": "bybit-api",
"version": "1.3.0-beta.1",
"version": "1.3.0-beta.2",
"description": "A production-ready Node.js connector for the Bybit APIs and WebSockets",
"main": "lib/index.js",
"browser": "dist/index.js",
"types": "lib/index.d.ts",

@@ -20,3 +19,3 @@ "files": [

"prepush": "npm run build",
"prepublish": "npm run build && npm run pack",
"prepublish": "npm run build",
"betapublish": "npm publish --tag beta"

@@ -23,0 +22,0 @@ },

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