Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@signalk/nmea0183-signalk

Package Overview
Dependencies
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@signalk/nmea0183-signalk - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

hooks/DBK.js

3

hooks/index.js

@@ -5,2 +5,4 @@ module.exports = {

'DBT': require('./DBT.js'),
'DBK': require('./DBK.js'),
'DBS': require('./DBS.js'),
'DPT': require('./DPT.js'),

@@ -15,2 +17,3 @@ 'DSC': require('./DSC.js'),

'PNKEP': require('./proprietary/PNKEP.js'),
'MDA': require('./MDA.js'),
'MTW': require('./MTW.js'),

@@ -17,0 +20,0 @@ 'MWV': require('./MWV.js'),

4

package.json
{
"name": "@signalk/nmea0183-signalk",
"version": "3.2.0",
"version": "3.3.0",
"description": "A node.js/javascript parser for NMEA0183 sentences. Sentences are parsed to Signal K format.",

@@ -36,3 +36,3 @@ "main": "index.js",

"chai-things": "^0.2.0",
"mocha": "^5.0.0"
"mocha": "^6.1.3"
},

@@ -39,0 +39,0 @@ "repository": {

@@ -15,2 +15,4 @@ # signalk-parser-nmea0183

- [DBT - Depth Below Transducer](http://www.catb.org/gpsd/NMEA.html#_dbt_depth_below_transducer)
- [DBS - Depth Below Surface](http://www.catb.org/gpsd/NMEA.html#_dbs_depth_below_surface)
- [DBK - Depth Below Keel](http://www.catb.org/gpsd/NMEA.html#_dbk_depth_below_keel)
- [DPT - Depth of Water](http://www.catb.org/gpsd/NMEA.html#_dpt_depth_of_water)

@@ -24,2 +26,3 @@ - [DSC - Digital Selective Calling Class-D Radios](http://continuouswave.com/whaler/reference/DSC_Datagrams.html)

- KEP - NKE Performance data
- [MDA - Meteorological Composite](http://catb.org/gpsd/NMEA.html#_mda_meteorilogical_composite)
- [MTW - Mean Temperature of Water](http://catb.org/gpsd/NMEA.html#_mtw_mean_temperature_of_water)

@@ -26,0 +29,0 @@ - [MWV - Wind Speed and Angle](http://www.catb.org/gpsd/NMEA.html#_mwv_wind_speed_and_angle)

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