@signalk/nmea0183-utilities
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -89,2 +89,3 @@ 'use strict'; | ||
if(outputFormat == 'km') return value / utils.RATIOS.KM_IN_NM; | ||
if(outputFormat == 'm') return value * 1000 / utils.RATIOS.KM_IN_NM ; | ||
} | ||
@@ -91,0 +92,0 @@ |
{ | ||
"name": "@signalk/nmea0183-utilities", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Various utilities for transforming NMEA0183 units into SI units for use in SK.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
15009
10
431
0