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.1 to 1.0.2

4

lib/GG-AisDecode.js

@@ -555,4 +555,6 @@ /*

}
var hex = sum.toString(16).toUpperCase();
if (hex.length === 1) hex = '0' + hex; //single digit hex needs preceding 0, '0F'
return (checksum === sum.toString(16).toUpperCase());
return (checksum === hex);
}

@@ -559,0 +561,0 @@ }

{
"name": "ggencoder",
"description": "GEOGATE-geojson handles AIS/NMEA encoding/decoding for GEOgate GPS/AIS/GTS framework",
"version": "1.0.1",
"version": "1.0.2",
"author": {

@@ -6,0 +6,0 @@ "name": "Fulup Ar Foll",

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