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

longbridge

Package Overview
Dependencies
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

longbridge - npm Package Compare versions

Comparing version 0.2.34 to 0.2.35

14

index.d.ts

@@ -23,3 +23,3 @@ /* tslint:disable */

* Websocket url for trade API (default:
* "wss://openapi-trade.longbridgeapp.com")
* "wss://openapi-trade.longbridgeapp.com/v2")
*/

@@ -393,3 +393,5 @@ tradeWsUrl?: string

/** Trailing Market If Touched (Trailing Percent) */
TSMPCT = 12
TSMPCT = 12,
/** Special Limit Order */
SLO = 13
}

@@ -497,6 +499,8 @@ /** Order tag */

/**
* Gets a new `access_token`, and also replaces the `access_token` in
* `Config`
* Gets a new `access_token`
*
* `expired_at` - The expiration time of the access token, defaults to `90`
* days.
*/
refreshAccessToken(): Promise<string>
refreshAccessToken(expiredAt?: Date | undefined | null): Promise<string>
}

@@ -503,0 +507,0 @@ export class Decimal {

{
"name": "longbridge",
"version": "0.2.34",
"version": "0.2.35",
"main": "index.js",

@@ -35,7 +35,7 @@ "types": "index.d.ts",

"optionalDependencies": {
"longbridge-win32-x64-msvc": "0.2.34",
"longbridge-darwin-x64": "0.2.34",
"longbridge-linux-x64-gnu": "0.2.34",
"longbridge-darwin-arm64": "0.2.34"
"longbridge-win32-x64-msvc": "0.2.35",
"longbridge-darwin-x64": "0.2.35",
"longbridge-linux-x64-gnu": "0.2.35",
"longbridge-darwin-arm64": "0.2.35"
}
}
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