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
10
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 1.1.5 to 1.1.6

4

CHANGELOG.md
# Changelog
## 1.2.1 (2023-06-13)
Add support for installing the CLI via NPM - [41](https://github.com/bugsnag/bugsnag-cli/pull/41)
## 1.1.1 (2023-05-25)

@@ -4,0 +8,0 @@

6

install.js

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

TYPE: 'windows',
ARCHITECTURE: 'x86_64',
ARCHITECTURE: 'x64',
ARTIFACT_NAME: 'x86_64-windows-bugsnag-cli.exe',

@@ -36,3 +36,3 @@ BINARY_NAME: 'bugsnag-cli.exe'

TYPE: 'linux',
ARCHITECTURE: 'x86_64',
ARCHITECTURE: 'x64',
ARTIFACT_NAME: 'x86_64-linux-bugsnag-cli',

@@ -49,3 +49,3 @@ BINARY_NAME: 'bugsnag-cli'

TYPE: 'Darwin',
ARCHITECTURE: 'x86_64',
ARCHITECTURE: 'x64',
ARTIFACT_NAME: 'x86_64-macos-bugsnag-cli',

@@ -52,0 +52,0 @@ BINARY_NAME: 'bugsnag-cli'

{
"name": "@bugsnag/cli",
"version": "1.1.5",
"version": "1.1.6",
"description": "BugSnag CLI",

@@ -5,0 +5,0 @@ "main": "install.js",

@@ -21,2 +21,4 @@ <div align="center">

### cURL / Wget
To install or upgrade to the latest binary for your architecture, you can also run the following `cURL` or `Wget` commands:

@@ -33,2 +35,8 @@

### NPM
To install or upgrade the BugSnag CLI via `npm`, you can run the following command:
`npm install @bugsnag/cli`
## Supported commands

@@ -35,0 +43,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