
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.
corona-zeit-scraper
Advanced tools
Scrape corona case-data from interactive.zeit.de and provides the data as an API.
You can depoy a serverless function:
serverless deploy
You'll need to set a few environment-variables to recieve error messages from the telegram corona-serverless-error-bot:
Here is an example endpoint you can use:
https://t1d4vowz6c.execute-api.eu-central-1.amazonaws.com/dev/getCoronaDataGermany
const ZeitCoronaGermanyDataScraper = require('corona-zeit-scraper');
const scraper = new ZeitCoronaGermanyDataScraper();
await scraper.loadPage();
const srcUrl = scraper.getSourceUrl();
const copyright = scraper.getCopyright();
const lastUpdate = scraper.getLastUpdate();
const data = scraper.getEntries();
const returnJson = {
srcUrl,
copyright,
lastUpdate,
data
}
console.log(returnJson);
Output:
{
"srcUrl": "https://interactive.zeit.de/cronjobs/2020/corona/germany.json",
"copyright": "Quelle: Kreis- und Landesbehörden",
"lastUpdate": "2020-04-07T19:38:05.000Z",
"data": [
{
"name": "Flensburg, Stadt",
"ags": "01001",
"infected": 31,
"dead": 1,
"recovered": 10
},
...
]
}
FAQs
Scrape corona case-data from interactive.zeit.de
The npm package corona-zeit-scraper receives a total of 1 weekly downloads. As such, corona-zeit-scraper popularity was classified as not popular.
We found that corona-zeit-scraper 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
/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.