New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bugsnag/cli

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bugsnag/cli - npm Package Compare versions

Comparing version 2.8.0 to 2.9.0

bugsnag-cli-install.js

6

CHANGELOG.md
# Changelog
## 2.9.0 (2025-01-20)
### Enhancements
- Add a wrapper for the `npm` package to interact with the BugSnag CLI [161](https://github.com/bugsnag/bugsnag-cli/pull/161)
- Add the support for .so.* files when processing ndk symbol files [163](https://github.com/bugsnag/bugsnag-cli/pull/163)
- Add additional logging to the Android AAB upload command [165](https://github.com/bugsnag/bugsnag-cli/pull/165)
## 2.8.0 (2025-01-06)

@@ -3,0 +9,0 @@

9

package.json
{
"name": "@bugsnag/cli",
"version": "2.8.0",
"version": "2.9.0",
"description": "BugSnag CLI",
"main": "install.js",
"main": "bugsnag-cli-wrapper.js",
"bin": {

@@ -26,3 +26,4 @@ "bugsnag-cli": "bin/bugsnag-cli"

"files": [
"install.js",
"bugsnag-cli-install.js",
"bugsnag-cli-wrapper.js",
"bin/bugsnag-cli",

@@ -32,4 +33,4 @@ "supported-platforms.yml"

"scripts": {
"postinstall": "node install.js"
"postinstall": "node bugsnag-cli-install.js"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc