New:Socket for Asana Is Now Available.Learn more
Sign In

@squawk/airways

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/airways - npm Package Compare versions

Comparing version
0.2.2
to
0.2.3
+8
-7
package.json
{
"name": "@squawk/airways",
"version": "0.2.2",
"version": "0.2.3",
"type": "module",

@@ -22,4 +22,4 @@ "description": "Airway lookup, traversal, and expansion by designation, fix, or search",

".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}

@@ -34,10 +34,11 @@ },

"test": "node --test 'dist/**/*.spec.js'",
"lint": "tsc --noEmit && eslint src"
"lint": "tsc --noEmit && eslint src",
"lint:pack": "publint && attw --pack . --profile esm-only"
},
"dependencies": {
"@squawk/types": "*",
"@squawk/units": "*"
"@squawk/types": "^0.3.1",
"@squawk/units": "^0.4.0"
},
"devDependencies": {
"@squawk/airway-data": "*",
"@squawk/airway-data": "^0.3.3",
"@types/node": "^25.6.0"

@@ -44,0 +45,0 @@ },