@sentry/cli
Advanced tools
+10
-10
@@ -1,10 +0,10 @@ | ||
| sentry-cli-Darwin-arm64=f06e3366c98c8489ea99912bbed08cca64a211c15ff63e4553b3b65305874866 | ||
| sentry-cli-Darwin-universal=3a6196e6d05aae930db0de2ed7440f1da0a0b7e3a94f7fd980d03fad05cef33f | ||
| sentry-cli-Darwin-x86_64=5a1c50531303eb790c57e8675784f5a570145931a31694615bfcce4c9160a67b | ||
| sentry-cli-Linux-aarch64=72adfddd95ae4dabd4989f25f77db959949d430d96f601389254517c7dcf4b53 | ||
| sentry-cli-Linux-armv7=a0d9ee5d6c84adaa4418d3b96ed28e0d5eae08495734136b2c4a4a81ecb8bfb1 | ||
| sentry-cli-Linux-i686=55c29ec42ed168de9b5260a3db9d300b699f690040ed97663bb54c20ea0295ed | ||
| sentry-cli-Linux-x86_64=479f0929275176a191a5a5dd6522853c9e5c21fb305fcdf3123721221b2935e2 | ||
| sentry-cli-Windows-aarch64.exe=9a6b8c14eede47adc114f5c51779a4000dd1b73f83cbe4143760c4d2622526d5 | ||
| sentry-cli-Windows-i686.exe=cfacd68c59a19509c0c6c08bb7e4c043fc659397a0968ae3d3359ad68c7f4900 | ||
| sentry-cli-Windows-x86_64.exe=e8448f165f34ba973daca7fee860f5a43f7cfe95c0044f2275716b7ff56cc960 | ||
| sentry-cli-Darwin-arm64=206ff3bdabf40a95ea3a330b8c842d90492dba8033ee6473e5287f74dd03b903 | ||
| sentry-cli-Darwin-universal=5e724365cdbbc42e4db7b1a1081adb3764dbdea5f26e94ae2124012cf65a8350 | ||
| sentry-cli-Darwin-x86_64=240d9822c8bf6e3f2c893a9d98deb06a7df385531111a1586fc8a2ba8d687f78 | ||
| sentry-cli-Linux-aarch64=6ccc3b59fae821b54da4a35be12a8893b6a25ba1c0c42f78e275ec57018af3d0 | ||
| sentry-cli-Linux-armv7=2ed2f57bb2ee136203ae1632e1b359aa9eff8d28077f66b905c77f3a254976e0 | ||
| sentry-cli-Linux-i686=f0d81697f7af7a51d6ddc361f8ceefe109cd9150b70491f7b6fa5ddba66ad7e2 | ||
| sentry-cli-Linux-x86_64=d0718d487f2e408ef7d6689c9ee6e9010cd7e842874641156c932f39857f135d | ||
| sentry-cli-Windows-aarch64.exe=90c9e273cd1661774c8bddcfff2ea6ebd4b144a4f3f2a4d667d099fdd30d4dc0 | ||
| sentry-cli-Windows-i686.exe=73183ea067a445578b536890cc08b072f2260f3e52a72890f2492f991b67de63 | ||
| sentry-cli-Windows-x86_64.exe=572b4a6c04504302a46e2e1c196ec31cda266b574b1444605426aa8e41d46b8c |
+4
-1
@@ -215,3 +215,6 @@ 'use strict'; | ||
| } | ||
| return newOptions.concat(paramName, paramValue); | ||
| if (typeof paramValue !== 'string' && typeof paramValue !== 'number') { | ||
| throw new Error(`${option} should be a string or number`); | ||
| } | ||
| return newOptions.concat([paramName, String(paramValue)]); | ||
| }, []); | ||
@@ -218,0 +221,0 @@ } |
+9
-9
| { | ||
| "name": "@sentry/cli", | ||
| "version": "3.4.1", | ||
| "version": "3.4.2", | ||
| "description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/", | ||
@@ -35,10 +35,10 @@ "repository": "git://github.com/getsentry/sentry-cli.git", | ||
| "optionalDependencies": { | ||
| "@sentry/cli-darwin": "3.4.1", | ||
| "@sentry/cli-linux-arm": "3.4.1", | ||
| "@sentry/cli-linux-arm64": "3.4.1", | ||
| "@sentry/cli-linux-i686": "3.4.1", | ||
| "@sentry/cli-linux-x64": "3.4.1", | ||
| "@sentry/cli-win32-i686": "3.4.1", | ||
| "@sentry/cli-win32-x64": "3.4.1", | ||
| "@sentry/cli-win32-arm64": "3.4.1" | ||
| "@sentry/cli-darwin": "3.4.2", | ||
| "@sentry/cli-linux-arm": "3.4.2", | ||
| "@sentry/cli-linux-arm64": "3.4.2", | ||
| "@sentry/cli-linux-i686": "3.4.2", | ||
| "@sentry/cli-linux-x64": "3.4.2", | ||
| "@sentry/cli-win32-i686": "3.4.2", | ||
| "@sentry/cli-win32-x64": "3.4.2", | ||
| "@sentry/cli-win32-arm64": "3.4.2" | ||
| }, | ||
@@ -45,0 +45,0 @@ "scripts": { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 13 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 13 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
87307
0.2%1805
0.17%