
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
aivdm-decoder
Advanced tools
AIVDM (AIS) Decoder module for Node,js
Install: npm install aivdm-decoder
import { aivdmDecode } from "aivdm-decoder";
const { aivdmDecode } = require('aivdm-decoder');
const { aivdmDecode } = require('aivdm-decoder');
const aisDecoder = new aivdmDecode({returnJson: false, aivdmPassthrough: true});
const sentences = [
"!AIVDM,1,1,,B,15DbCb0PAgbmOBsdJb7AJ@ib00SM,0*34",
"!AIVDM,1,1,,B,37PAfn0Oj3:lIhEd`Ij9gWmd0Pq1,0*2B",
"!AIVDM,1,1,,A,1;@1hrh00qKbOaGe9UL<dajd04ht,0*74",
"!AIVDM,2,1,0,B,53ddOr3SnbKSTP7;;?Q9B0@59LTr22222222220l20@57Hm60@T3lU821@A3,0*41",
"!AIVDM,2,2,0,B,0CQ88888880,2*3D"
];
sentences.forEach(function (sentence) {
const decoded = aisDecoder.decode(sentence);
console.log(decoded)
})
Options:
returnJson: If true, then the decoded message is returned as JSON, if false, then the decoded message is returned as an object. Default false
aivdmPassthrough: If true then the raw aivdm message is included in the output as property 'aivdm'. Default true
includeMID: if true then the nationality of the vessel (derrived from it's mmsi) is returned. Default true.
FAQs
Decoded AIS AIVDM Sentences
We found that aivdm-decoder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.