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.6.1 to 2.6.4-alpha

bin/bugsnag-cli

7

CHANGELOG.md
# Changelog
## TBD
### Fixes
- Ensure that the node package is configured correctly so that you can run `npx @bugsnag/cli` and `yarn bugsnag-cli`. [144](https://github.com/bugsnag/bugsnag-cli/pull/144)
## 2.6.1 (2024-09-18)
# Fixes
### Fixes
- Ensure that we only pass either `--code-bundle-id` or `--version-code`/`--version-name`/`--bundle-version` to the upload API. [140](https://github.com/bugsnag/bugsnag-cli/pull/140)

@@ -6,0 +11,0 @@

4

install.js

@@ -54,3 +54,3 @@ const axios = require('axios');

try {
const binDir = path.resolve(process.cwd(),'..','..','.bin');
const binDir = path.resolve(process.cwd(),'bin');
if (!fs.existsSync(binDir)) {

@@ -73,4 +73,4 @@ fs.mkdirSync(binDir, { recursive: true });

const binaryUrl = `${repoUrl}/releases/download/v${version}/${platformMetadata.ARTIFACT_NAME}`;
const binaryOutputPath = path.join(process.cwd(),'..','..','.bin', platformMetadata.BINARY_NAME);
const binaryOutputPath = path.join(process.cwd(),'bin', platformMetadata.BINARY_NAME);
downloadBinaryFromGitHub(binaryUrl, binaryOutputPath);
{
"name": "@bugsnag/cli",
"version": "2.6.1",
"version": "2.6.4-alpha",
"description": "BugSnag CLI",

@@ -28,2 +28,3 @@ "main": "install.js",

"install.js",
"bin/bugsnag-cli",
"supported-platforms.yml"

@@ -30,0 +31,0 @@ ],

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