Socket
Book a DemoInstallSign in
Socket

atatus-spa

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atatus-spa

Atatus Real User Monitoring and error tracking for single page applications

4.6.5
latest
Source
npmnpm
Version published
Weekly downloads
1.9K
-19.56%
Maintainers
1
Weekly downloads
 
Created
Source

Atatus-SPA

Atatus Real User Monitoring and error tracking agent for single page applications (SPA).

Signup for Atatus.

Getting Started

Install

Using yarn

yarn add atatus-spa

Using npm

npm install atatus-spa --save

Usage

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.

CDN

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>

CommonJS

To use Atatus with CommonJS imports:

var atatus = require('atatus-spa');
atatus.config('YOUR_API_KEY').install();

ES2015 (ES6)

To use Atatus with ES2015 (ES6) imports:

import * as atatus from 'atatus-spa';
atatus.config('YOUR_API_KEY').install();

Keywords

atatus

FAQs

Package last updated on 24 Jul 2025

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.