Sign In

@squawk/procedure-data

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squawk/procedure-data - npm Package Compare versions

Comparing version
0.2.0
to
0.3.0
+1
-1
package.json
{
"name": "@squawk/procedure-data",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",

@@ -5,0 +5,0 @@ "description": "Pre-processed FAA NASR procedure snapshot for use with @squawk/procedures",

@@ -1,3 +0,5 @@

# @squawk/procedure-data
<h1><img src="../../assets/squawk-logo.svg" alt="squawk logo" width="48" height="48" style="vertical-align: middle">&nbsp; @squawk/procedure-data</h1>
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](../../LICENSE.md) [![npm](https://img.shields.io/npm/v/@squawk/procedure-data)](https://www.npmjs.com/package/@squawk/procedure-data) ![TypeScript](https://img.shields.io/badge/TypeScript-blue?logo=typescript&logoColor=white)
Pre-processed snapshot of US instrument procedure data derived from the FAA NASR

@@ -9,2 +11,4 @@ 28-day subscription cycle. Data only - no query logic, no dependency on

Part of the [@squawk](https://www.npmjs.com/org/squawk) aviation library suite. See all packages on npm.
## Coverage

@@ -71,5 +75,9 @@

All data is derived from the FAA National Airspace System Resource (NASR) 28-day
The bundled snapshot is built from the **2026-04-16** NASR cycle. The FAA publishes
updated NASR data every 28 days. To update, re-run the build pipeline below against
a newer cycle.
All data is derived from the [FAA National Airspace System Resource (NASR)](https://www.faa.gov/air_traffic/flight_info/aeronav/aero_data/NASR_Subscription/) 28-day
subscription, which is public domain. Procedure data comes from STARDP.txt, a
fixed-width file encoding SID and STAR waypoint sequences. The build pipeline
that produces this dataset lives in `scripts/build-procedure-data/`.
that produces this dataset lives in [tools/build-procedure-data](https://github.com/neilcochran/squawk/tree/main/tools/build-procedure-data).

Sorry, the diff of this file is not supported yet