@socketsecurity/cli-with-sentry 0.15.24 → 0.15.26
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/dist/cli.js +245 -195
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +7 -3
- package/dist/constants.js.map +1 -1
- package/dist/shadow-inject.js +44 -735
- package/dist/shadow-inject.js.map +1 -1
- package/dist/utils.js +79 -64
- package/dist/utils.js.map +1 -1
- package/dist/vendor.js +107206 -7737
- package/dist/vendor.js.map +1 -1
- package/package.json +16 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli-with-sentry",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.26",
|
|
4
4
|
"description": "CLI tool 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",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"build:dist": "npm run build:dist:src && npm run build:dist:types",
|
|
33
33
|
"build:dist:src": "run-p -c clean:dist clean:external && dotenvx -q run -f .env.local -- rollup -c .config/rollup.dist.config.mjs",
|
|
34
34
|
"build:dist:types": "npm run clean:dist:types && tsgo --project tsconfig.dts.json",
|
|
35
|
-
"check": "npm run check:
|
|
35
|
+
"check": "npm run check:lint && npm run check:tsc",
|
|
36
36
|
"check:lint": "dotenvx -q run -f .env.local -- eslint --report-unused-disable-directives .",
|
|
37
37
|
"check:tsc": "tsgo",
|
|
38
38
|
"check-ci": "npm run check:lint",
|
|
@@ -78,22 +78,23 @@
|
|
|
78
78
|
"update:deps": "npx --yes npm-check-updates"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
|
-
"@babel/core": "7.27.
|
|
81
|
+
"@babel/core": "7.27.3",
|
|
82
82
|
"@babel/plugin-proposal-export-default-from": "7.27.1",
|
|
83
83
|
"@babel/plugin-transform-export-namespace-from": "7.27.1",
|
|
84
|
-
"@babel/plugin-transform-runtime": "7.27.
|
|
84
|
+
"@babel/plugin-transform-runtime": "7.27.3",
|
|
85
85
|
"@babel/preset-typescript": "7.27.1",
|
|
86
|
-
"@babel/runtime": "7.27.
|
|
86
|
+
"@babel/runtime": "7.27.3",
|
|
87
87
|
"@biomejs/biome": "1.9.4",
|
|
88
88
|
"@cyclonedx/cdxgen": "11.3.1",
|
|
89
89
|
"@dotenvx/dotenvx": "1.44.1",
|
|
90
90
|
"@eslint/compat": "1.2.9",
|
|
91
91
|
"@eslint/js": "9.27.0",
|
|
92
|
+
"@npmcli/arborist": "9.1.1",
|
|
92
93
|
"@octokit/graphql": "9.0.1",
|
|
93
|
-
"@octokit/openapi-types": "25.
|
|
94
|
+
"@octokit/openapi-types": "25.1.0",
|
|
94
95
|
"@octokit/request-error": "7.0.0",
|
|
95
|
-
"@octokit/rest": "
|
|
96
|
-
"@octokit/types": "14.
|
|
96
|
+
"@octokit/rest": "22.0.0",
|
|
97
|
+
"@octokit/types": "14.1.0",
|
|
97
98
|
"@pnpm/dependency-path": "1000.0.9",
|
|
98
99
|
"@pnpm/lockfile.detect-dep-types": "1001.0.9",
|
|
99
100
|
"@pnpm/lockfile.fs": "1001.1.12",
|
|
@@ -123,7 +124,7 @@
|
|
|
123
124
|
"@types/which": "3.0.4",
|
|
124
125
|
"@types/yargs-parser": "21.0.3",
|
|
125
126
|
"@typescript-eslint/parser": "8.32.1",
|
|
126
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
127
|
+
"@typescript/native-preview": "7.0.0-dev.20250527.1",
|
|
127
128
|
"@vitest/coverage-v8": "3.1.4",
|
|
128
129
|
"blessed": "0.1.81",
|
|
129
130
|
"blessed-contrib": "4.11.0",
|
|
@@ -134,8 +135,8 @@
|
|
|
134
135
|
"del-cli": "6.0.0",
|
|
135
136
|
"dev-null-cli": "2.0.0",
|
|
136
137
|
"eslint": "9.27.0",
|
|
137
|
-
"eslint-import-resolver-typescript": "4.4.
|
|
138
|
-
"eslint-plugin-import-x": "4.13.
|
|
138
|
+
"eslint-import-resolver-typescript": "4.4.1",
|
|
139
|
+
"eslint-plugin-import-x": "4.13.3",
|
|
139
140
|
"eslint-plugin-n": "17.18.0",
|
|
140
141
|
"eslint-plugin-sort-destructure-keys": "2.0.0",
|
|
141
142
|
"eslint-plugin-unicorn": "56.0.1",
|
|
@@ -144,7 +145,7 @@
|
|
|
144
145
|
"husky": "9.1.7",
|
|
145
146
|
"ignore": "7.0.4",
|
|
146
147
|
"js-yaml": "npm:@zkochan/js-yaml@0.0.7",
|
|
147
|
-
"knip": "5.58.
|
|
148
|
+
"knip": "5.58.1",
|
|
148
149
|
"lint-staged": "16.0.0",
|
|
149
150
|
"magic-string": "0.30.17",
|
|
150
151
|
"meow": "13.2.0",
|
|
@@ -152,7 +153,7 @@
|
|
|
152
153
|
"mock-fs": "5.5.0",
|
|
153
154
|
"nock": "14.0.4",
|
|
154
155
|
"npm-package-arg": "12.0.2",
|
|
155
|
-
"npm-run-all2": "8.0.
|
|
156
|
+
"npm-run-all2": "8.0.4",
|
|
156
157
|
"open": "10.1.2",
|
|
157
158
|
"oxlint": "0.16.12",
|
|
158
159
|
"pony-cause": "2.1.11",
|
|
@@ -161,14 +162,14 @@
|
|
|
161
162
|
"synp": "1.9.14",
|
|
162
163
|
"terminal-link": "2.1.1",
|
|
163
164
|
"tiny-updater": "3.5.3",
|
|
164
|
-
"tinyglobby": "0.2.
|
|
165
|
+
"tinyglobby": "0.2.14",
|
|
165
166
|
"type-coverage": "2.29.7",
|
|
166
167
|
"typescript-eslint": "8.32.1",
|
|
167
168
|
"unplugin-purge-polyfills": "0.1.0",
|
|
168
169
|
"vitest": "3.1.4",
|
|
169
170
|
"which": "5.0.0",
|
|
170
171
|
"yaml": "2.8.0",
|
|
171
|
-
"yargs-parser": "
|
|
172
|
+
"yargs-parser": "22.0.0",
|
|
172
173
|
"yoctocolors-cjs": "2.1.2"
|
|
173
174
|
},
|
|
174
175
|
"overrides": {
|