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

@master-chief/alpaca

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@master-chief/alpaca - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

4

lib/params.ts

@@ -99,6 +99,8 @@ export interface AddToWatchList {

side: 'buy' | 'sell'
type: 'market' | 'limit' | 'stop' | 'stop_limit'
type: 'market' | 'limit' | 'stop' | 'stop_limit' | 'trailing_stop'
time_in_force: 'day' | 'gtc' | 'opg' | 'cls' | 'ioc' | 'fok'
limit_price?: number
stop_price?: number
trail_price?: number
trail_percent?: number
extended_hours?: boolean

@@ -105,0 +107,0 @@ client_order_id?: string

{
"name": "@master-chief/alpaca",
"version": "1.2.2",
"version": "1.3.0",
"description": "A TypeScript Node.js library for the https://alpaca.markets REST API and WebSocket streams.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -8,4 +8,4 @@ # alpaca

A TypeScript Node.js library for the https://alpaca.markets REST API and
WebSocket streams.
a TypeScript Node.js library for the https://alpaca.markets REST API and
WebSocket streams

@@ -12,0 +12,0 @@ ## Contents

@@ -82,6 +82,8 @@ export interface AddToWatchList {

side: 'buy' | 'sell';
type: 'market' | 'limit' | 'stop' | 'stop_limit';
type: 'market' | 'limit' | 'stop' | 'stop_limit' | 'trailing_stop';
time_in_force: 'day' | 'gtc' | 'opg' | 'cls' | 'ioc' | 'fok';
limit_price?: number;
stop_price?: number;
trail_price?: number;
trail_percent?: number;
extended_hours?: boolean;

@@ -88,0 +90,0 @@ client_order_id?: string;

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