
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
metar-parser
Advanced tools
Parses METAR and SPECI weather reports.
Remarks are still Work In Progress
npm i metar-parser
yarn add metar-parser
const parse = require('metar-parser');
const parsed = parse('METAR CYWG 172000Z 30015G25KT 3/4SM R36/4000FT/D -SN BLSN BKN008 OVC040 M05/M08 A2992 REFZRA WS RWY36 RMK SF5NS3 SLP134');
console.log(parsed);
{
"type":"METAR",
"auto":false,
"station":"CYWG",
"time":{
"day":17,
"hour":20,
"minute":0,
"date":"Wed, 17 Oct 2018 20:00:38 GMT"
},
"wind":{
"direction":300,
"speedKt":15,
"speedMps":7.72,
"gust":25,
"variableDirection":false,
"variation":null
},
"correction":false,
"nosig":false,
"visibility":{
"meters":1207,
"feet":3960,
"miles":0.75,
"kilometers":1.21
},
"temperature":{
"celsius":-5,
"fahrenheit":23
},
"dewpoint":{
"celsius":-8,
"fahrenheit":17.6
},
"altimeter":{
"inches":29.92,
"millibars":1013
},
"clouds":[
{
"code":"BKN",
"meaning":"broken",
"altitude":800,
"type":null,
"typeMeaning":null
},
{
"code":"OVC",
"meaning":"overcast",
"altitude":4000,
"type":null,
"typeMeaning":null
}
],
"runwayVisualRange":[
{
"runway":"36",
"min":4000,
"minRange":"exact",
"max":4000,
"maxRange":"exact",
"trend":"downward"
}
],
"weather":[
{
"codes":[
"SN"
],
"intensity":"light",
"descriptor":null,
"precipitation":"snow",
"obscuration":null
},
{
"codes":[
"BL",
"SN"
],
"intensity":"moderate",
"descriptor":"blowing",
"precipitation":"snow",
"obscuration":null
}
],
"cavok":false,
"windshear":[
"36"
],
"verticalVisibility":null,
"recentWeather":[
{
"code":"FZ",
"meaning":"freezing"
},
{
"code":"RA",
"meaning":"rain"
}
],
"remarks": {} // Not fully implemented yet
}
FAQs
Parses METAR/SPECI weather reports
We found that metar-parser 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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.