🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@shakebugs/browser

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shakebugs/browser

Browser SDK for Shake

latest
Source
npmnpm
Version
3.3.0
Version published
Weekly downloads
2.3K
-7.91%
Maintainers
1
Weekly downloads
 
Created
Source

Shake Web SDK

npm version

Browser plugin for bug reporting.

Features

FeatureAvailable
Bug reportingâś…
Crash reporting❌
Usersâś…

How to use

NPM

1. Install Shake

Execute the npm install command in your terminal:

npm install @shakebugs/browser

2. Start Shake

Once installed, you can start using the library by calling Shake.start() at the top level of your app

// Import the library if using ES6 modules
import Shake from '@shakebugs/browser';

Shake.start('app-api-key');

Replace app-api-key with the actual value you have in your app settings on dashboard.

CDN

Alternatively, library can be added to your project through CDN. Bundle is delivered through JSDelivr CDN.

1. Install Shake

Add the following script to your code:

<script type="module">
    import Shake from 'https://cdn.jsdelivr.net/npm/@shakebugs/browser@latest/+esm';
	window.Shake = Shake;
</script>

2. Start Shake

Once installed, you can start using the library by calling Shake.start() at the top level of your app

<body>
	<script>
        window.Shake.start('app-api-key');
	</script>
</body>

Replace app-api-key with the actual value you have in your app settings on dashboard.

Resources

  • Official docs

Keywords

bug

FAQs

Package last updated on 02 Dec 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