
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
lanuv-parser
Advanced tools
Simple parser for Luftqualitätsüberwachungssystem LUQS by Landesamt für Natur, Umwelt und Verbraucherschutz Nordrhein-Westfalen LANUV.
$ npm install lanuv-parser or yarn add lanuv-parser
const luqs = require('lanuv-parser')
const run = async () => {
const stations = await luqs()
console.log(stations)
}
run()
Returns an array containing all LUQS stations.
Source: https://www.lanuv.nrw.de/luqs/messorte/messorte.php
Optionally accepts an options
object as first parameter:
status: aktiv|inaktiv|alle
returns stations with the specified statusallStations: true
returns all active and inactive stations. Overrides the status
option DeprecatedReturns detailed information about a specific LUQS station
Source: https://www.lanuv.nrw.de/luqs/messorte/steckbrief.php?ort={KUERZEL}
Returns the current measurements for all LUQS stations.
Source: https://www.lanuv.nrw.de/fileadmin/lanuv/luft/immissionen/aktluftqual/eu_luft_akt.htm
FAQs
Parse LANUV website for LUQS (Air Quality) stations
We found that lanuv-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
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.