@socketsecurity/cli-with-sentry 1.0.74 → 1.0.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cli.js +4 -2
- package/dist/cli.js +107 -105
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +20 -9
- package/dist/constants.js.map +1 -1
- package/dist/flags.js +185 -0
- package/dist/flags.js.map +1 -0
- package/dist/instrument-with-sentry.js +2 -2
- package/dist/instrument-with-sentry.js.map +1 -1
- package/dist/shadow-npm-bin.js +5 -3
- package/dist/shadow-npm-bin.js.map +1 -1
- package/dist/shadow-npm-inject.js +2 -2
- package/dist/shadow-npm-inject.js.map +1 -1
- package/dist/tsconfig.dts.tsbuildinfo +1 -1
- package/dist/types/commands/fix/cmd-fix.d.mts.map +1 -1
- package/dist/types/constants.d.mts +1 -1
- package/dist/types/constants.d.mts.map +1 -1
- package/dist/types/flags.d.mts +6 -5
- package/dist/types/flags.d.mts.map +1 -1
- package/dist/types/shadow/npm/bin.d.mts.map +1 -1
- package/dist/types/shadow/npm/install.d.mts.map +1 -1
- package/dist/types/utils/coana.d.mts.map +1 -1
- package/dist/types/utils/config.d.mts.map +1 -1
- package/dist/types/utils/meow-with-subcommands.d.mts +5 -6
- package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -1
- package/dist/utils.js +54 -81
- package/dist/utils.js.map +1 -1
- package/dist/vendor.js +19 -20
- package/external/@coana-tech/cli/cli.mjs +29 -29
- package/external/@socketsecurity/registry/external/@inquirer/search.js +2 -2
- package/external/@socketsecurity/registry/external/browserslist.js +233 -211
- package/external/@socketsecurity/registry/lib/constants/env.js +6 -0
- package/package.json +15 -15
|
@@ -28,6 +28,12 @@ module.exports = ObjectFreeze({
|
|
|
28
28
|
envAsString(env.NODE_ENV).toLowerCase() === 'development'
|
|
29
29
|
? 'development'
|
|
30
30
|
: 'production',
|
|
31
|
+
// A space-separated list of command-line options. `options...` are interpreted
|
|
32
|
+
// before command-line options, so command-line options will override or compound
|
|
33
|
+
// after anything in `options...`. Node.js will exit with an error if an option
|
|
34
|
+
// that is not allowed in the environment is used, such as `-p` or a script file.
|
|
35
|
+
// https://nodejs.org/api/cli.html#node_optionsoptions
|
|
36
|
+
NODE_OPTIONS: envAsString(env.NODE_OPTIONS),
|
|
31
37
|
// PRE_COMMIT is set to '1' by our 'test-pre-commit' script run by the
|
|
32
38
|
// .husky/pre-commit hook.
|
|
33
39
|
PRE_COMMIT: envAsBoolean(env.PRE_COMMIT),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli-with-sentry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.76",
|
|
4
4
|
"description": "CLI for Socket.dev, includes Sentry error handling, otherwise identical to the regular `socket` package",
|
|
5
5
|
"homepage": "https://github.com/SocketDev/socket-cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -84,10 +84,10 @@
|
|
|
84
84
|
"@babel/plugin-transform-runtime": "7.28.0",
|
|
85
85
|
"@babel/preset-typescript": "7.27.1",
|
|
86
86
|
"@babel/runtime": "7.28.2",
|
|
87
|
-
"@biomejs/biome": "2.1.
|
|
88
|
-
"@coana-tech/cli": "14.10.
|
|
87
|
+
"@biomejs/biome": "2.1.3",
|
|
88
|
+
"@coana-tech/cli": "14.10.6",
|
|
89
89
|
"@cyclonedx/cdxgen": "11.4.4",
|
|
90
|
-
"@dotenvx/dotenvx": "1.48.
|
|
90
|
+
"@dotenvx/dotenvx": "1.48.4",
|
|
91
91
|
"@eslint/compat": "1.3.1",
|
|
92
92
|
"@eslint/js": "9.32.0",
|
|
93
93
|
"@npmcli/arborist": "9.1.3",
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
"@octokit/request-error": "7.0.0",
|
|
98
98
|
"@octokit/rest": "22.0.0",
|
|
99
99
|
"@octokit/types": "14.1.0",
|
|
100
|
-
"@pnpm/dependency-path": "1001.0
|
|
101
|
-
"@pnpm/lockfile.detect-dep-types": "1001.0.
|
|
102
|
-
"@pnpm/lockfile.fs": "1001.1.
|
|
100
|
+
"@pnpm/dependency-path": "1001.1.0",
|
|
101
|
+
"@pnpm/lockfile.detect-dep-types": "1001.0.13",
|
|
102
|
+
"@pnpm/lockfile.fs": "1001.1.17",
|
|
103
103
|
"@pnpm/logger": "1001.0.0",
|
|
104
104
|
"@rollup/plugin-babel": "6.0.4",
|
|
105
105
|
"@rollup/plugin-commonjs": "28.0.6",
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
"@socketregistry/is-interactive": "1.0.6",
|
|
113
113
|
"@socketregistry/packageurl-js": "1.0.8",
|
|
114
114
|
"@socketsecurity/config": "3.0.1",
|
|
115
|
-
"@socketsecurity/registry": "1.0.
|
|
116
|
-
"@socketsecurity/sdk": "1.4.
|
|
115
|
+
"@socketsecurity/registry": "1.0.250",
|
|
116
|
+
"@socketsecurity/sdk": "1.4.67",
|
|
117
117
|
"@types/blessed": "0.1.25",
|
|
118
118
|
"@types/cmd-shim": "5.0.2",
|
|
119
119
|
"@types/js-yaml": "4.0.9",
|
|
@@ -127,14 +127,14 @@
|
|
|
127
127
|
"@types/which": "3.0.4",
|
|
128
128
|
"@types/yargs-parser": "21.0.3",
|
|
129
129
|
"@typescript-eslint/parser": "8.38.0",
|
|
130
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
130
|
+
"@typescript/native-preview": "7.0.0-dev.20250731.1",
|
|
131
131
|
"@vitest/coverage-v8": "3.2.4",
|
|
132
132
|
"blessed": "0.1.81",
|
|
133
133
|
"blessed-contrib": "4.11.0",
|
|
134
134
|
"browserslist": "4.25.1",
|
|
135
135
|
"chalk-table": "1.0.2",
|
|
136
136
|
"cmd-shim": "7.0.0",
|
|
137
|
-
"custompatch": "1.1.
|
|
137
|
+
"custompatch": "1.1.8",
|
|
138
138
|
"del-cli": "6.0.0",
|
|
139
139
|
"dev-null-cli": "2.0.0",
|
|
140
140
|
"eslint": "9.32.0",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"hpagent": "1.2.0",
|
|
148
148
|
"husky": "9.1.7",
|
|
149
149
|
"ignore": "7.0.5",
|
|
150
|
-
"js-yaml": "npm:@zkochan/js-yaml@0.0.
|
|
150
|
+
"js-yaml": "npm:@zkochan/js-yaml@0.0.9",
|
|
151
151
|
"knip": "5.62.0",
|
|
152
152
|
"lint-staged": "16.1.2",
|
|
153
153
|
"magic-string": "0.30.17",
|
|
@@ -158,11 +158,11 @@
|
|
|
158
158
|
"npm-package-arg": "13.0.0",
|
|
159
159
|
"npm-run-all2": "8.0.4",
|
|
160
160
|
"open": "10.2.0",
|
|
161
|
-
"oxlint": "1.
|
|
161
|
+
"oxlint": "1.9.0",
|
|
162
162
|
"pony-cause": "2.1.11",
|
|
163
163
|
"registry-auth-token": "5.1.0",
|
|
164
164
|
"registry-url": "7.2.0",
|
|
165
|
-
"rollup": "4.46.
|
|
165
|
+
"rollup": "4.46.2",
|
|
166
166
|
"semver": "7.7.2",
|
|
167
167
|
"synp": "1.9.14",
|
|
168
168
|
"terminal-link": "2.1.1",
|
|
@@ -239,6 +239,6 @@
|
|
|
239
239
|
"strict": true
|
|
240
240
|
},
|
|
241
241
|
"dependencies": {
|
|
242
|
-
"@sentry/node": "9.
|
|
242
|
+
"@sentry/node": "9.43.0"
|
|
243
243
|
}
|
|
244
244
|
}
|