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

@signalk/nmea0183-signalk

Package Overview
Dependencies
Maintainers
4
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 2.0.0 to 2.0.1

4

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

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

"test": "mocha",
"deploy": "npm test && npm publish --access public --scope @signalk ."
"deploy": "npm test && git tag -a v$npm_package_version -m 'Release v$npm_package_version' && git push --tags && npm publish --access public --scope @signalk ."
},

@@ -11,0 +11,0 @@ "bin": {

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