Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@sentry/cli

Package Overview
Dependencies
Maintainers
11
Versions
231
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 2.32.2 to 2.33.0

18

checksums.txt

@@ -1,9 +0,9 @@

sentry-cli-Darwin-arm64=96e0a0583ae0166f2c57a9d6e73f81affdbbf76c4bf4c659ba79c74f49cf1d56
sentry-cli-Darwin-universal=e420908b480fe4e7d280df86392b1c3785e252bed14b53c18df3e4701d1b82e3
sentry-cli-Darwin-x86_64=08b840b088e6ad13bd1d2d5671ed53b3ee319f49a8fd80678971587431af1c95
sentry-cli-Linux-aarch64=b74cb1b7ea58ffc984c873442f2dd9610c680cfce6e333ad6f37cb6ae0ae4275
sentry-cli-Linux-armv7=2bfc107dd0b3671771674b50a4332e7f1912a7fd991c59b1cfe34b6043ac0658
sentry-cli-Linux-i686=663d73e161062905ccfa8caff7287592d0b709f6e4c26b2b2083e6d46adc4a41
sentry-cli-Linux-x86_64=c69097afb8de93417805b521490adca1a5f35f3453da837273c1738392628710
sentry-cli-Windows-i686.exe=9605fb4702af3d76a4ce492db9cf229e29bbc59906f258509f2d6464504919d5
sentry-cli-Windows-x86_64.exe=3ec74a179b5ef172f24f8ba8ab0d6a6ce2ccfe44e9575d2fe4e63e42a4b63aae
sentry-cli-Darwin-arm64=21b417392b8ff8512bae4d863a46a379864e1ceff00bc873a7f8165b9dd4aefa
sentry-cli-Darwin-universal=3a8d31d4189c90054198b215d26f21d50f622f134036ff3f573b42e124669ec3
sentry-cli-Darwin-x86_64=6fcc60536ee8c6d8d3f4640f3c9441bd7837ae13460a6618b4bb2920af96b190
sentry-cli-Linux-aarch64=10b142d6aa67e0f678a15bee4e7b8699b0305f3c813f9cfbf67ec112b7a01a90
sentry-cli-Linux-armv7=3cdc85a113fe6805e468b6771c28682fd85e2670b6ab92da9b93174a9d7bc064
sentry-cli-Linux-i686=cae978b1345de79c9b04e316e2c3c5f305d76e12e8a206af7b4e120869233aba
sentry-cli-Linux-x86_64=652fe25aef94870b7a266a97e9c1cab3b6f09b1b9629e9729ffc18358c1fc0e7
sentry-cli-Windows-i686.exe=f6e355b556fda1e57879bce6b6b3e7053a70d9161cf147361ad480c3f07d3ad3
sentry-cli-Windows-x86_64.exe=a49885b721cf3d1333e2dd654f5a753a5a389a67caf1717971360d717f3d1f93

@@ -144,4 +144,4 @@ 'use strict';

* dedupe: true, // deduplicate already uploaded files
* stripPrefix: [], // remove certain prefices from filenames
* stripCommonPrefix: false, // guess common prefices to remove from filenames
* stripPrefix: [], // remove certain prefixes from filenames
* stripCommonPrefix: false, // guess common prefixes to remove from filenames
* validate: false, // validate source maps and cancel the upload on error

@@ -163,3 +163,3 @@ * urlPrefix: '', // add a prefix source map urls after stripping them

throw new Error(
'`options.include` must be a vaild array of paths and/or path descriptor objects.'
'`options.include` must be a valid array of paths and/or path descriptor objects.'
);

@@ -251,3 +251,3 @@ }

if (!options || !options.env) {
throw new Error('options.env must be a vaild name');
throw new Error('options.env must be a valid name');
}

@@ -254,0 +254,0 @@ const args = ['releases', 'deploys', release, 'new'];

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

@@ -33,9 +33,9 @@ "repository": "git://github.com/getsentry/sentry-cli.git",

"optionalDependencies": {
"@sentry/cli-darwin": "2.32.2",
"@sentry/cli-linux-arm": "2.32.2",
"@sentry/cli-linux-arm64": "2.32.2",
"@sentry/cli-linux-i686": "2.32.2",
"@sentry/cli-linux-x64": "2.32.2",
"@sentry/cli-win32-i686": "2.32.2",
"@sentry/cli-win32-x64": "2.32.2"
"@sentry/cli-darwin": "2.33.0",
"@sentry/cli-linux-arm": "2.33.0",
"@sentry/cli-linux-arm64": "2.33.0",
"@sentry/cli-linux-i686": "2.33.0",
"@sentry/cli-linux-x64": "2.33.0",
"@sentry/cli-win32-i686": "2.33.0",
"@sentry/cli-win32-x64": "2.33.0"
},

@@ -42,0 +42,0 @@ "scripts": {

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