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

@master-chief/alpaca-ts

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@master-chief/alpaca-ts - npm Package Compare versions

Comparing version 7.0.5-alpha to 7.0.6-alpha

2

dist/Client.d.ts

@@ -35,2 +35,3 @@ import type { OpenAPIConfig } from "./core/OpenAPI.js";

export declare class Client {
private readonly request;
readonly calendar: CalendarService;

@@ -45,3 +46,2 @@ readonly clock: ClockService;

readonly watchlists: WatchlistsService;
readonly request: BaseHttpRequest;
readonly account: AccountServices;

@@ -48,0 +48,0 @@ constructor(options?: ClientOptions, HttpRequest?: HttpRequestConstructor);

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

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

@@ -51,2 +51,4 @@ import type { OpenAPIConfig } from "./core/OpenAPI.js";

export class Client {
private readonly request: BaseHttpRequest;
public readonly calendar: CalendarService;

@@ -61,3 +63,2 @@ public readonly clock: ClockService;

public readonly watchlists: WatchlistsService;
public readonly request: BaseHttpRequest;
public readonly account: AccountServices;

@@ -64,0 +65,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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