Sign In

@squawk/types

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
This package has malicious versions linked to the ongoing "Mini Shai-Hulud" supply chain attack.

Affected versions:

0.8.10.8.20.8.3
+2 more
View campaign page

@squawk/types

Shared TypeScript type definitions for the @squawk aviation libraries

Source
npmnpm
Version
0.5.0
Version published
Weekly downloads
196
115.38%
Maintainers
1
Weekly downloads
 
Created
Source

squawk logo  @squawk/types

MIT License npm TypeScript

Shared TypeScript type definitions used across multiple @squawk packages. Contains types for core domain models that cross the logic/data/build-script boundary: aircraft, position, airports, navaids, fixes, airways, procedures, airspace, and flight-math results.

Domain-specific types that are produced and consumed by a single package live in that package instead:

  • Weather types (METAR, TAF, SIGMET, AIRMET, PIREP) are exported by @squawk/weather
  • NOTAM types (ICAO and FAA domestic) are exported by @squawk/notams

Documentation

Part of the @squawk aviation library suite. See all packages on npm.

Installation

npm install @squawk/types

Usage

import type { Aircraft, Position, Airport, Navaid, Fix } from '@squawk/types';

All types are re-exported from the package root. See the documentation for the full reference.

Keywords

aviation

FAQs

Package last updated on 21 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts