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

ggencoder

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ggencoder - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

0

ApiExport.js

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ #!/usr/bin/env node

@@ -0,0 +0,0 @@ /*

2

lib/GG-AisEncode.js

@@ -207,3 +207,3 @@ /*

var nmea=[];
nmea [0] = '!AIVDM'; // ! is added after checksum
nmea [0] = (msg.own === true ? '!AIVDO' : '!AIVDM'); // ! is added after checksum
nmea [1] = '1'; // ignore multipart extention messages

@@ -210,0 +210,0 @@ nmea [2] = '1';

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

{
"name": "ggencoder",
"description": "GEOGATE-geojson handles AIS/NMEA encoding/decoding for GEOgate GPS/AIS/GTS framework",
"version": "1.0.4",
"version": "1.0.5",
"author": {
"name": "Fulup Ar Foll",
"email": "fulup@breizhme.net",
"url": "http://www.breizhme.net/fulup"
"email": "fulup@sinagot.net",
"url": "http://sinagot.net"
},

@@ -25,3 +25,3 @@ "keywords": [

"main": "ApiExport.js",
"home": "http://www.geotobe.org/geogate",
"home": "http://sinagot.net/",
"devDependencies": {

@@ -28,0 +28,0 @@ "jison": "*",

@@ -0,0 +0,0 @@ GeoGate

@@ -0,0 +0,0 @@ /*

@@ -0,0 +0,0 @@ /*

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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