Sign In

@squawk/units

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squawk/units - npm Package Compare versions

Comparing version
0.4.2
to
0.4.8
+2
-1
dist/index.d.ts
/**
* @squawk/units - Aviation-aware unit conversion and formatting utilities.
* @packageDocumentation
* Aviation-aware unit conversion and formatting utilities.
*

@@ -4,0 +5,0 @@ * All exports are grouped by domain namespace. Import the namespace and call functions

@@ -1,1 +0,1 @@

{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAChC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC"}
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAC1C,OAAO,KAAK,WAAW,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,KAAK,KAAK,MAAM,YAAY,CAAC;AACpC,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAChC,OAAO,KAAK,MAAM,MAAM,aAAa,CAAC"}
/**
* @squawk/units - Aviation-aware unit conversion and formatting utilities.
* @packageDocumentation
* Aviation-aware unit conversion and formatting utilities.
*

@@ -4,0 +5,0 @@ * All exports are grouped by domain namespace. Import the namespace and call functions

{
"name": "@squawk/units",
"version": "0.4.2",
"version": "0.4.8",
"type": "module",

@@ -36,3 +36,5 @@ "description": "Aviation-aware unit conversion and formatting utilities",

"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"
},

@@ -51,4 +53,4 @@ "keywords": [

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