@socketsecurity/cli-with-sentry 0.14.76 → 0.14.78
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/constants.d.ts +10 -0
- package/dist/constants.js +32 -1
- package/dist/constants.js.map +1 -1
- package/dist/instrument-with-sentry.js +2 -2
- package/dist/instrument-with-sentry.js.map +1 -1
- package/dist/module-sync/artifact.d.ts +2 -0
- package/dist/module-sync/cli.js +7599 -7373
- package/dist/module-sync/cli.js.map +1 -1
- package/dist/module-sync/package-environment.d.ts +0 -4
- package/dist/module-sync/shadow-npm-inject.js +94 -19
- package/dist/module-sync/shadow-npm-inject.js.map +1 -1
- package/dist/module-sync/shadow-npm-paths.js +6 -4
- package/dist/module-sync/shadow-npm-paths.js.map +1 -1
- package/dist/module-sync/socket-package-alert.d.ts +2 -0
- package/dist/module-sync/vendor.js +3755 -3755
- package/dist/module-sync/vendor.js.map +1 -1
- package/dist/require/cli.js +7539 -7313
- package/dist/require/cli.js.map +1 -1
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@socketsecurity/cli-with-sentry",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.78",
|
|
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",
|
|
@@ -79,17 +79,17 @@
|
|
|
79
79
|
"dependencies": {
|
|
80
80
|
"@apideck/better-ajv-errors": "0.3.6",
|
|
81
81
|
"@octokit/rest": "^21.1.1",
|
|
82
|
-
"@pnpm/lockfile.detect-dep-types": "^1001.0.
|
|
83
|
-
"@pnpm/lockfile.fs": "^1001.1.
|
|
82
|
+
"@pnpm/lockfile.detect-dep-types": "^1001.0.7",
|
|
83
|
+
"@pnpm/lockfile.fs": "^1001.1.9",
|
|
84
84
|
"@pnpm/logger": "^1000.0.0",
|
|
85
|
-
"@sentry/node": "9.
|
|
85
|
+
"@sentry/node": "9.12.0",
|
|
86
86
|
"@socketregistry/hyrious__bun.lockb": "1.0.17",
|
|
87
87
|
"@socketregistry/indent-string": "1.0.12",
|
|
88
88
|
"@socketregistry/is-interactive": "1.0.5",
|
|
89
89
|
"@socketregistry/packageurl-js": "1.0.5",
|
|
90
90
|
"@socketsecurity/config": "2.1.3",
|
|
91
|
-
"@socketsecurity/registry": "1.0.
|
|
92
|
-
"@socketsecurity/sdk": "1.4.
|
|
91
|
+
"@socketsecurity/registry": "1.0.140",
|
|
92
|
+
"@socketsecurity/sdk": "1.4.26",
|
|
93
93
|
"browserslist": "4.24.4",
|
|
94
94
|
"chalk-table": "1.0.2",
|
|
95
95
|
"cmd-shim": "7.0.0",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"@biomejs/biome": "^1.9.4",
|
|
124
124
|
"@cyclonedx/cdxgen": "^11.2.3",
|
|
125
125
|
"@eslint/compat": "^1.2.8",
|
|
126
|
-
"@eslint/js": "^9.
|
|
126
|
+
"@eslint/js": "^9.24.0",
|
|
127
127
|
"@rollup/plugin-commonjs": "28.0.3",
|
|
128
128
|
"@rollup/plugin-json": "^6.1.0",
|
|
129
129
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"@types/semver": "^7.7.0",
|
|
141
141
|
"@types/which": "^3.0.4",
|
|
142
142
|
"@types/yargs-parser": "^21.0.3",
|
|
143
|
-
"@typescript-eslint/parser": "^8.29.
|
|
143
|
+
"@typescript-eslint/parser": "^8.29.1",
|
|
144
144
|
"@vitest/coverage-v8": "3.1.1",
|
|
145
145
|
"blessed": "0.1.81",
|
|
146
146
|
"blessed-contrib": "4.11.0",
|
|
@@ -148,28 +148,28 @@
|
|
|
148
148
|
"custompatch": "^1.1.4",
|
|
149
149
|
"del-cli": "^6.0.0",
|
|
150
150
|
"dev-null-cli": "^2.0.0",
|
|
151
|
-
"eslint": "^9.
|
|
152
|
-
"eslint-import-resolver-typescript": "^4.3.
|
|
153
|
-
"eslint-plugin-import-x": "^4.10.
|
|
151
|
+
"eslint": "^9.24.0",
|
|
152
|
+
"eslint-import-resolver-typescript": "^4.3.2",
|
|
153
|
+
"eslint-plugin-import-x": "^4.10.2",
|
|
154
154
|
"eslint-plugin-n": "^17.17.0",
|
|
155
155
|
"eslint-plugin-sort-destructure-keys": "^2.0.0",
|
|
156
156
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
157
157
|
"globals": "^16.0.0",
|
|
158
158
|
"husky": "^9.1.7",
|
|
159
|
-
"knip": "^5.
|
|
159
|
+
"knip": "^5.49.0",
|
|
160
160
|
"lint-staged": "^15.5.0",
|
|
161
161
|
"magic-string": "^0.30.17",
|
|
162
162
|
"mock-fs": "^5.5.0",
|
|
163
|
-
"nock": "^14.0.
|
|
163
|
+
"nock": "^14.0.3",
|
|
164
164
|
"npm-run-all2": "^7.0.2",
|
|
165
|
-
"oxlint": "0.16.
|
|
165
|
+
"oxlint": "0.16.5",
|
|
166
166
|
"read-package-up": "^11.0.0",
|
|
167
167
|
"rollup": "4.39.0",
|
|
168
168
|
"rollup-plugin-ts": "^3.4.5",
|
|
169
169
|
"synp": "^1.9.14",
|
|
170
170
|
"type-coverage": "^2.29.7",
|
|
171
171
|
"typescript": "5.4.5",
|
|
172
|
-
"typescript-eslint": "^8.29.
|
|
172
|
+
"typescript-eslint": "^8.29.1",
|
|
173
173
|
"unplugin-purge-polyfills": "^0.0.7",
|
|
174
174
|
"vitest": "3.1.1"
|
|
175
175
|
},
|