🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

safe-cex

Package Overview
Dependencies
Maintainers
1
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

safe-cex - npm Package Compare versions

Comparing version
8.6.4
to
8.6.5
+2
-1
CHANGELOG.md

@@ -1,2 +0,2 @@

## [8.6.2](https://github.com/gmtech-xyz/safe-cex/compare/v8.5.1...v8.6.2) (2024-09-28)
## [8.6.4](https://github.com/gmtech-xyz/safe-cex/compare/v8.5.1...v8.6.4) (2024-11-25)

@@ -8,2 +8,3 @@

* **bybit:** log err batch orders ([30db69d](https://github.com/gmtech-xyz/safe-cex/commit/30db69d11b1dc77c5244126887821e1fd1a08caf))
* **bybit:** support cancel orders legacy account ([58b7358](https://github.com/gmtech-xyz/safe-cex/commit/58b7358fd433d476a48e1f4033a326fb63ef1697))
* **bybit:** support legacy contract account ([0c241b2](https://github.com/gmtech-xyz/safe-cex/commit/0c241b21894d690ed2f937d4f0fa9c5ac884fe33))

@@ -10,0 +11,0 @@ * **phemex/orders:** filter out executed orders ([be018c6](https://github.com/gmtech-xyz/safe-cex/commit/be018c6cb27ba6e2c300ffeebf6b405c6ac87660))

@@ -9,13 +9,13 @@ "use strict";

exports.BASE_URL = {
livenet: 'https://api.woo.org',
testnet: 'https://api.staging.woo.org',
livenet: 'https://api.woox.io',
testnet: 'https://api.staging.woox.io',
};
exports.BASE_WS_URL = {
public: {
livenet: 'wss://wss.woo.org/ws/stream/',
testnet: 'wss://wss.staging.woo.org/ws/stream/',
livenet: 'wss://wss.woox.io/ws/stream/',
testnet: 'wss://wss.staging.woox.io/ws/stream/',
},
private: {
livenet: 'wss://wss.woo.org/v2/ws/private/stream/',
testnet: 'wss://wss.staging.woo.org/v2/ws/private/stream/',
livenet: 'wss://wss.woox.io/v2/ws/private/stream/',
testnet: 'wss://wss.staging.woox.io/v2/ws/private/stream/',
},

@@ -22,0 +22,0 @@ };

{
"name": "safe-cex",
"version": "8.6.4",
"version": "8.6.5",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",