@bugsnag/cli
Advanced tools
Comparing version 2.8.0 to 2.9.0
# 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 @@ |
{ | ||
"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" | ||
} | ||
} |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
30144
8
210
3