Socket
Socket
Sign inDemoInstall

bitget-api

Package Overview
Dependencies
14
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

1

lib/rest-client-v2.d.ts

@@ -131,2 +131,3 @@ import { APIResponse, MarginType, FuturesAccountBillRequestV2, FuturesCandlesRequestV2, SpotCandlesRequestV2 } from './types';

getSpotWithdrawalHistory(params: object): Promise<APIResponse<any>>;
getSpotMainSubTransferRecord(params: object): Promise<APIResponse<any>>;
/**

@@ -133,0 +134,0 @@ *

@@ -269,2 +269,5 @@ "use strict";

}
getSpotMainSubTransferRecord(params) {
return this.getPrivate(`/api/v2/spot/account/sub-main-trans-record`, params);
}
/**

@@ -271,0 +274,0 @@ *

2

package.json
{
"name": "bitget-api",
"version": "2.0.1",
"version": "2.0.2",
"description": "Node.js & JavaScript SDK for Bitget REST APIs & WebSockets, with TypeScript & end-to-end 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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc