New:Socket for Asana Is Now Available.Learn more
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.2.0
to
0.2.1
+1
-1
dist/index.d.ts

@@ -11,3 +11,3 @@ /**

*
* const kmh = speed.ktsToKmh(250);
* const kmh = speed.knotsToKilometersPerHour(250);
* const da = isa.densityAltitudeFt(5000, 30);

@@ -14,0 +14,0 @@ * const label = format.formatAltitude(3500);

@@ -11,3 +11,3 @@ /**

*
* const kmh = speed.ktsToKmh(250);
* const kmh = speed.knotsToKilometersPerHour(250);
* const da = isa.densityAltitudeFt(5000, 30);

@@ -14,0 +14,0 @@ * const label = format.formatAltitude(3500);

{
"name": "@squawk/units",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",

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

@@ -1,3 +0,5 @@

# @squawk/units
<h1><img src="../../assets/squawk-logo.svg" alt="squawk logo" width="48" height="48" style="vertical-align: middle">&nbsp; @squawk/units</h1>
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](../../LICENSE.md) [![npm](https://img.shields.io/npm/v/@squawk/units)](https://www.npmjs.com/package/@squawk/units) ![TypeScript](https://img.shields.io/badge/TypeScript-blue?logo=typescript&logoColor=white)
Aviation-aware unit conversion and formatting utilities. Conversions and formatters for speed, distance, altitude, pressure, temperature, and angle—plus ISA standard atmosphere calculations and compressible-flow aerodynamics.

@@ -7,2 +9,4 @@

Part of the [@squawk](https://www.npmjs.com/org/squawk) aviation library suite. See all packages on npm.
## Installation

@@ -9,0 +13,0 @@