
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.
atatus-spa
Advanced tools
Atatus Real User Monitoring and error tracking for single page applications
Atatus Real User Monitoring and error tracking agent for single page applications (SPA).
Using yarn
yarn add atatus-spa
Using npm
npm install atatus-spa --save
In your web page:
<script type="text/javascript" src="/PATH_TO_ATATUS/atatus-spa.min.js"></script>
<script>
atatus.config('YOUR_API_KEY').install();
</script>
For more advanced options, refer our documentation.
Atatus is also available from our content delivery network:
<script type="text/javascript" src="https://dmc1acwvwny3.cloudfront.net/atatus-spa.js"></script>
<script>
atatus.config('YOUR_API_KEY').install();
</script>
To use Atatus with CommonJS imports:
var atatus = require('atatus-spa');
atatus.config('YOUR_API_KEY').install();
To use Atatus with ES2015 (ES6) imports:
import * as atatus from 'atatus-spa';
atatus.config('YOUR_API_KEY').install();
FAQs
Atatus Real User Monitoring and error tracking for single page applications
The npm package atatus-spa receives a total of 1,401 weekly downloads. As such, atatus-spa popularity was classified as popular.
We found that atatus-spa demonstrated a healthy version release cadence and project activity because the last version was released less than 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.