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.7.2
to
0.7.8
+1
-1
dist/browser.d.ts

@@ -8,3 +8,3 @@ /**

*
* Node consumers should use the default {@link "."} entry point instead,
* Node consumers should use the default entry point instead,
* which performs the same work synchronously at module load time.

@@ -11,0 +11,0 @@ */

@@ -8,3 +8,3 @@ /**

*
* Node consumers should use the default {@link "."} entry point instead,
* Node consumers should use the default entry point instead,
* which performs the same work synchronously at module load time.

@@ -11,0 +11,0 @@ */

@@ -8,3 +8,3 @@ /**

*
* Browser and edge consumers should use the {@link "./browser"} entry point
* Browser and edge consumers should use the `./browser` entry point
* instead, which performs the same work asynchronously via `fetch` and

@@ -11,0 +11,0 @@ * `DecompressionStream`.

@@ -8,3 +8,3 @@ /**

*
* Browser and edge consumers should use the {@link "./browser"} entry point
* Browser and edge consumers should use the `./browser` entry point
* instead, which performs the same work asynchronously via `fetch` and

@@ -11,0 +11,0 @@ * `DecompressionStream`.

{
"name": "@squawk/procedure-data",
"version": "0.7.2",
"version": "0.7.8",
"type": "module",

@@ -42,3 +42,5 @@ "description": "Pre-processed FAA CIFP procedure snapshot (SIDs, STARs, IAPs) for use with @squawk/procedures",

"lint": "tsc --noEmit && eslint src",
"lint:pack": "publint && attw --pack . --profile esm-only --exclude-entrypoints \"./data/procedures.json.gz\""
"lint:pack": "publint && attw --pack . --profile esm-only --exclude-entrypoints \"./data/procedures.json.gz\"",
"api:check": "api-extractor run --verbose && api-extractor run --verbose -c api-extractor.browser.json",
"api:report": "api-extractor run --local --verbose && api-extractor run --local --verbose -c api-extractor.browser.json"
},

@@ -63,4 +65,4 @@ "dependencies": {

"devDependencies": {
"@types/node": "^25.6.0"
"@types/node": "^25.9.3"
}
}

@@ -5,3 +5,3 @@ <h1><img src="../../../assets/squawk-logo.svg" alt="squawk logo" width="48" height="48" style="vertical-align: middle">&nbsp; @squawk/procedure-data</h1>

Pre-processed snapshot of US instrument procedure data from the **2026-05-14** FAA CIFP
Pre-processed snapshot of US instrument procedure data from the **2026-06-11** FAA CIFP
cycle. Covers Standard Instrument Departures (SIDs), Standard Terminal Arrival Routes

@@ -8,0 +8,0 @@ (STARs), and Instrument Approach Procedures (IAPs) in the unified ARINC 424 leg model.

/**
* @packageDocumentation
* Pre-processed FAA CIFP procedure snapshot (SIDs, STARs, IAPs) for use
* with `@squawk/procedures`.
*
* The package root re-exports the Node entry point. Browser and edge
* consumers should import from `@squawk/procedure-data/browser` instead,
* which exposes an async loader (`loadUsBundledProcedures`) that uses
* `fetch` and `DecompressionStream` rather than `node:fs`.
*/
export * from './node.js';
//# sourceMappingURL=index.d.ts.map
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,cAAc,WAAW,CAAC"}
/**
* @packageDocumentation
* Pre-processed FAA CIFP procedure snapshot (SIDs, STARs, IAPs) for use
* with `@squawk/procedures`.
*
* The package root re-exports the Node entry point. Browser and edge
* consumers should import from `@squawk/procedure-data/browser` instead,
* which exposes an async loader (`loadUsBundledProcedures`) that uses
* `fetch` and `DecompressionStream` rather than `node:fs`.
*/
export * from './node.js';

Sorry, the diff of this file is not supported yet