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

@squawk/types - npm Package Compare versions

Comparing version
0.8.0
to
0.8.6
+5
-3
package.json
{
"name": "@squawk/types",
"version": "0.8.0",
"version": "0.8.6",
"type": "module",

@@ -35,3 +35,5 @@ "description": "Shared TypeScript type definitions for the @squawk aviation libraries",

"lint": "tsc --noEmit && eslint src",
"lint:pack": "publint && attw --pack . --profile esm-only"
"lint:pack": "publint && attw --pack . --profile esm-only",
"api:check": "api-extractor run --verbose",
"api:report": "api-extractor run --local --verbose"
},

@@ -52,4 +54,4 @@ "dependencies": {

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