
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.
@airemad/node-acustic
Advanced tools
Node.js Libary to collect, analyze and digest the Acustic Pollution in Madrid
Node.js Libary to collect, analyze and digest the Acustic Pollution in Madrid
Node.js Libary to collect, analyze and digest the Acustic Pollution in Madrid
npm install @airemad/node-acustic
const { getLastReport } = require('@airemad/node-acustic')
;(async () => {
const {data, hash, source, timestamp} = await getLastReport()
console.log(hash) // 1369f90ec7205649da9abbbc98f63e35
console.log(source) // https://www.mambiente.madrid.es/opendata/ruido.txt
console.log(timestamp) // 1651271749972
console.log(data)
/*
[
...,
{
id: '86',
uuid: '271a6e0a-9d62-49cd-a772-57c1b492441f',
name: 'Tres Olivos',
period: 'night',
date: '2022-04-21',
laeq: 47,
las01: 58,
las10: 51,
las50: 39,
las90: 36,
las99: 36
}
]
*/
})()
Development only:
Production only:
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See also the list of contributors who participated in this project.
This project is licensed under the GNU AGPL3.0 License - see the LICENSE.md file for details
We use Madrid Datos Abiertos:
FAQs
Node.js Libary to collect, analyze and digest the Acustic Pollution in Madrid
We found that @airemad/node-acustic 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.