
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
@shakebugs/browser
Advanced tools
Browser plugin for bug reporting.
| Feature | Available |
|---|---|
| Bug reporting | âś… |
| Crash reporting | ❌ |
| Users | âś… |
Execute the npm install command in your terminal:
npm install @shakebugs/browser
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.
Alternatively, library can be added to your project through CDN. Bundle is delivered through JSDelivr CDN.
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>
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.
FAQs
Browser SDK for Shake
The npm package @shakebugs/browser receives a total of 1,771 weekly downloads. As such, @shakebugs/browser popularity was classified as popular.
We found that @shakebugs/browser 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
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.