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.32.1 to 1.32.2

5

CHANGELOG.md
# Changelog
## sentry-cli 1.32.2
* Compress debug symbols for faster uploads (#315)
* Refactor `send-event` to include more consistent information (#316, #318)
## sentry-cli 1.32.1

@@ -4,0 +9,0 @@

16

package.json
{
"name": "@sentry/cli",
"version": "1.32.1",
"version": "1.32.2",
"description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/",

@@ -8,3 +8,3 @@ "scripts": {

"fix:eslint": "eslint --fix 'bin/*' js",
"fix:prettier": "prettier --write 'bin/*' 'js/**/*.js'",
"fix:prettier": "prettier --write 'bin/*' 'scripts/*.js' 'js/**/*.js'",
"fix": "npm-run-all fix:eslint fix:prettier",

@@ -34,4 +34,4 @@ "test:jest": "jest",

"dependencies": {
"https-proxy-agent": "^2.1.1",
"node-fetch": "^1.7.3",
"https-proxy-agent": "^2.2.1",
"node-fetch": "^2.1.2",
"progress": "2.0.0",

@@ -43,9 +43,9 @@ "proxy-from-env": "^1.0.0"

"devDependencies": {
"eslint": "^4.16.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-import": "^2.12.0",
"jest": "^21.2.1",
"npm-run-all": "^4.1.2",
"prettier": "^1.10.2",
"npm-run-all": "^4.1.3",
"prettier": "^1.13.4",
"prettier-check": "^2.0.0"

@@ -52,0 +52,0 @@ },

@@ -56,3 +56,3 @@ #!/usr/bin/env node

current += length;
const next = Math.round(current / total * 100);
const next = Math.round((current / total) * 100);
if (next > pct) {

@@ -59,0 +59,0 @@ pct = next;

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