Releases: mxcoppell/tradestation-api-ts
Releases · mxcoppell/tradestation-api-ts
v1.3.1 - Security Fix
Security
- Fixed several security vulnerabilities by updating dependencies:
- form-data: Updated from 4.0.2 to 4.0.5 (Critical)
- axios: Updated from 1.7.9 to 1.13.2 (High)
- @babel/helpers: Updated from 7.26.9 to 7.28.4 (Moderate)
- js-yaml: Updated from 3.14.1 to 3.14.2 (Moderate)
- brace-expansion: Updated from 1.1.11 to 1.1.12 and 2.0.1 to 2.0.2 (Low)
v1.3.0 - Optional Client Secret
Changed
- Made
clientSecretoptional inTradeStationClientconfiguration to support public clients (e.g., mobile or desktop apps) that do not use a client secret.