New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@signalk/nmea0183-utilities

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@signalk/nmea0183-utilities - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

test/coordinate.js

1

index.js

@@ -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 @@

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc