Sign In

@squawk/flight-math

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@squawk/flight-math - npm Package Compare versions

Comparing version
0.5.1
to
0.5.2
+3
-3
package.json
{
"name": "@squawk/flight-math",
"version": "0.5.1",
"version": "0.5.2",
"type": "module",

@@ -12,3 +12,3 @@ "description": "Aviation flight computer calculations - the programmatic equivalent of an E6B",

"url": "git+https://github.com/neilcochran/squawk.git",
"directory": "packages/flight-math"
"directory": "packages/libs/flight-math"
},

@@ -51,4 +51,4 @@ "engines": {

"dependencies": {
"@squawk/units": "^0.4.0"
"@squawk/units": "^0.4.1"
}
}