
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
nmea0183-signalk
Advanced tools
A Node.js stream.Transform which converts NMEA 0183 sentences into Signal K sparse messages.
The following is the list of sentences the parser supports. Pull requests welcome!
$ git clone https://github.com/SignalK/signalk-parser-nmea0183.git
$ cd signalk-parser-nmea0183
$ npm install
$ echo '$IIDBT,035.53,f,010.83,M,005.85,F*23' | ./bin/nmea0183-signalk
Should return something like this:
{
"self": "D344B1D0",
"version": "1",
"vessels": {
"D344B1D0": {
"uuid": "D344B1D0",
"environment": {
"depth": {
"belowTransducer": {
"value": 10.83,
"source": {
"type": "NMEA0183",
"sentence": "DBT",
"label": "signalk/signalk-parser-nmea0183",
"talker": "II"
},
"timestamp": "2016-04-15T17:56:52.000Z"
}
}
}
}
}
}
You can also pipe a file into the parser CLI:
$ cat some-nmea-file.log | ./bin/nmea0183-signalk
See https://github.com/SignalK/signalk-server-node/blob/master/providers/nmea0183-signalk.js for an example in a Node application.
FAQs
NMEA0183 to Signal K parser
The npm package nmea0183-signalk receives a total of 0 weekly downloads. As such, nmea0183-signalk popularity was classified as not popular.
We found that nmea0183-signalk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.