Skip to content

Releases: mxcoppell/tradestation-api-ts

v1.3.1 - Security Fix

05 Jan 21:03
81163c5

Choose a tag to compare

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

05 Jan 20:35

Choose a tag to compare

Changed

  • Made clientSecret optional in TradeStationClient configuration to support public clients (e.g., mobile or desktop apps) that do not use a client secret.