
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.
@data-fair/app-minimal
Advanced tools
This is the smallest valid data-fair application. It is meant as a presentation of what an application should do to interact with a data-fair instance.
It is intended for developpers that want to have a precise understanding of what is going on, or those who want to create an application in a framework for which we don't have an example project.
For developpers looking for a modern development framework have a look at the vue-cli plugin and the generic charting application.
Run the application in a small web server then open it here.
npm run dev
Available on jsdelivr CDN.
To publish the project, upload it to the global npm registry (you need to be a member of the owner organization).
npm version PATCH|MINOR|MAJOR
npm publish
git push && git push --tags
If the release is a bug fix and you don't want to wait 24h (the cache delay of jsdelivr), you can purge the cache for the index.html file of the minor version in the CDN:
curl https://purge.jsdelivr.net/npm/@data-fair/app-minimal@VER/dist/index.html
Replace VER
with the minor version number (e.g. 1.0
).
To publish a version for testing purposes you can tag it as a pre-release and publish it with the tag "staging".
npm version prerelease --preid=staging
npm publish --tag staging
curl https://purge.jsdelivr.net/npm/@data-fair/app-minimal@staging/dist/index.html
git push && git push --tags
Configure into a data-fair instance using this URL
FAQs
This is the smallest valid data-fair application.
The npm package @data-fair/app-minimal receives a total of 0 weekly downloads. As such, @data-fair/app-minimal popularity was classified as not popular.
We found that @data-fair/app-minimal demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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.