
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
bugsnag-browser-lite
Advanced tools
bugsnag-browser-lite is a light weight replacement for [@bugsnag/js](https://github.com/bugsnag/bugsnag-js).
bugsnag-browser-lite is a light weight replacement for @bugsnag/js.
@bugsnag/js
does a lot of stuff and works in both browser and nodejs. This
makes the library very large. I made bugsnag-browser-lite
which can be used
only in the browser and is significantly smaller than @bugsnag/js
.
This library does not yet have auto notification on unhandled errors and exceptions.
import { init } from 'bugsnag-browser-lite';
const bugsnagClient = init('your-bugsnag-api-key')
// on error, call notify
bugsnagClient.notify(error, { metaData: additionalInformation });
FAQs
Bugsnag error reporting on the browser
The npm package bugsnag-browser-lite receives a total of 1 weekly downloads. As such, bugsnag-browser-lite popularity was classified as not popular.
We found that bugsnag-browser-lite demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.