Socket
Socket
Sign inDemoInstall

@sentry/cli

Package Overview
Dependencies
Maintainers
9
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sentry/cli - npm Package Compare versions

Comparing version 1.26.0 to 1.26.1

7

CHANGELOG.md
# Changelog
## sentry-cli 1.26.1
* Faster discovery of debug symbols in `upload-dsyms`
* Fix a bug in sourcemap uploading via JS, courtesy of @roelvanhintum
* Security update to OpenSSL 1.0.2n for Linux builds
* Fix a SSL verification command line flag
## sentry-cli 1.26.0

@@ -4,0 +11,0 @@

2

js/index.js

@@ -84,3 +84,3 @@ 'use strict';

return this.execute(command);
})
}, this)
);

@@ -87,0 +87,0 @@ };

{
"name": "@sentry/cli",
"version": "1.26.0",
"version": "1.26.1",
"description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/",
"scripts": {
"install": "node ./bin/install-sentry-cli",
"fix:eslint": "eslint --fix js",
"fix:prettier": "prettier --write 'js/**/*.js'",
"fix:eslint": "eslint --fix 'bin/*' js",
"fix:prettier": "prettier --write 'bin/*' 'js/**/*.js'",
"fix": "npm-run-all fix:eslint fix:prettier",
"test:jest": "jest",
"test:eslint": "eslint js",
"test:prettier": "prettier-check 'js/**/*.js'",
"test:eslint": "eslint 'bin/*' js",
"test:prettier": "prettier-check 'bin/*' 'js/**/*.js'",
"test": "npm-run-all test:jest test:eslint test:prettier",

@@ -14,0 +14,0 @@ "test:watch": "jest --watch --notify"

@@ -11,3 +11,3 @@ <p align="center">

[![GitHub release](https://img.shields.io/github/release/getsentry/sentry-cli.svg)](https://github.com/getsentry/sentry-cli/releases/latest)
[![npm version](https://img.shields.io/npm/v/sentry-cli-binary.svg)](https://www.npmjs.com/package/sentry-cli-binary)
[![npm version](https://img.shields.io/npm/v/@sentry/cli.svg)](https://www.npmjs.com/package/@sentry/cli)
[![license](https://img.shields.io/github/license/getsentry/sentry-cli.svg)](https://github.com/getsentry/sentry-cli/blob/master/LICENSE)

@@ -31,3 +31,3 @@

npm install sentry-cli-binary
npm install @sentry/cli

@@ -39,3 +39,3 @@ When installing globally, make sure to have set

sudo npm install -g sentry-cli-binary --unsafe-perm
sudo npm install -g @sentry/cli --unsafe-perm

@@ -42,0 +42,0 @@ Or homebrew:

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