Huge News!Announcing our $40M Series B led by Abstract Ventures.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 5.1.3-beta to 5.1.4-beta

3

@types/params.d.ts

@@ -90,6 +90,7 @@ import { OrderSide, OrderType, OrderTimeInForce } from './entities.js';

symbol: string;
qty: number;
side: OrderSide;
type: OrderType;
time_in_force: OrderTimeInForce;
qty?: number;
notional?: number;
limit_price?: number;

@@ -96,0 +97,0 @@ stop_price?: number;

/*!
* alpaca@5.1.3-beta
* alpaca@5.1.4-beta
* released under the permissive ISC license

@@ -4,0 +4,0 @@ */

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

@@ -5,0 +5,0 @@ "author": "117",

> **New!**
> Support for the Market Data API v2 is here. This library's version has been
> incremented to `5.1.3-beta` as some breaking changes were made to the
> incremented to `5.1.4-beta` as some breaking changes were made to the
> `AlpacaStream` class. It will remain `beta` until Alpaca marks a stable

@@ -5,0 +5,0 @@ > version of the data API.

@@ -108,6 +108,7 @@ import { OrderSide, OrderType, OrderTimeInForce } from './entities.js'

symbol: string
qty: number
side: OrderSide
type: OrderType
time_in_force: OrderTimeInForce
qty?: number
notional?: number
limit_price?: number

@@ -114,0 +115,0 @@ stop_price?: number

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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