
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@squawk/procedure-data
Advanced tools
Pre-processed FAA NASR procedure snapshot for use with @squawk/procedures
Pre-processed snapshot of US instrument procedure data derived from the FAA NASR
28-day subscription cycle. Data only - no query logic, no dependency on
@squawk/procedures.
npm install @squawk/procedure-data
import { usBundledProcedures } from '@squawk/procedure-data';
// Inspect metadata
console.log(usBundledProcedures.properties.nasrCycleDate); // "2026-01-22"
console.log(usBundledProcedures.properties.recordCount);
console.log(usBundledProcedures.properties.sidCount);
console.log(usBundledProcedures.properties.starCount);
// Use with @squawk/procedures for zero-config procedure queries
import { createProcedureResolver } from '@squawk/procedures';
const resolver = createProcedureResolver({ data: usBundledProcedures.records });
Consumers who have their own data pipeline can use @squawk/procedures alone and
pass any compatible Procedure array at initialization.
Each record is a full Procedure object from @squawk/types. Key fields:
| Property | Type | Description |
|---|---|---|
name | string | Human-readable name (e.g. "AALLE FOUR") |
computerCode | string | FAA computer code (e.g. "AALLE4") |
type | ProcedureType | SID or STAR |
airports | string[] | All adapted airports served by this procedure |
commonRoutes | ProcedureCommonRoute[] | Trunk paths with waypoints and per-route adapted airports |
transitions | ProcedureTransition[] | Named entry/exit transitions |
Each ProcedureWaypoint contains:
| Property | Type | Description |
|---|---|---|
fixIdentifier | string | Fix or navaid identifier (e.g. "AALLE", "DEN") |
category | ProcedureWaypointCategory | FIX, NAVAID, or AIRPORT |
typeCode | ProcedureWaypointTypeCode | Raw FAA type code (P, R, NW, ND, AA, etc.) |
lat, lon | number | Decimal degrees |
icaoRegionCode | string or undefined | ICAO region code (e.g. "K2", "K5") |
All data is derived from the FAA National Airspace System Resource (NASR) 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/.
FAQs
Pre-processed FAA CIFP procedure snapshot (SIDs, STARs, IAPs) for use with @squawk/procedures
The npm package @squawk/procedure-data receives a total of 15 weekly downloads. As such, @squawk/procedure-data popularity was classified as not popular.
We found that @squawk/procedure-data demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.