
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.
A modular HTTP / API result cacher and transformer that runs as a CLI application
cacheur is a Node.js CLI tool for caching and transforming API results. It is built with modularity and simplicity in mind.
This application should work stable enough, but is still in heavy development.
$ npm install -g cacheur
# Within the project dir cacheur can be called directly:
cacheur
# It is possible to manually set the project directory:
cacheur --dir "/C/Dropbox/Software Projekte/cbmodel/caches/"
cacheur excepts a project directory that contains config files, containing the specific job settings and a project wide global _setting.yaml
file.
See: /examples
http:
url: https://api.github.com/repos/jquery/jquery/issues
queryString:
state: open
This will make a http request to the GitHub API at given url and cache the result. The optional queryString object may contain URL parameters. In this case ?state=open will be appended to the url. The cache will be updated every 10 seconds.
cacheExpiration: 360
timeout: 180
retryDelay: 30
http:
url: https://data.cityofnewyork.us/api/views/5b3a-rs48/rows.csv?accessType=DOWNLOAD
This fetches a bigger CSV file from, renews the cache every 360 seconds. It will wait 180 seconds before timeout (this might however be shortened by your network settings). If the request fails, cacheur will retry after 30 seconds.
MIT © Simon Heimler
FAQs
A modular HTTP / API result cacher and transformer that runs as a CLI application
The npm package cacheur receives a total of 2 weekly downloads. As such, cacheur popularity was classified as not popular.
We found that cacheur 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.