@socketsecurity/cli-with-sentry 0.15.59 → 0.15.60
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.js +3 -3
- package/dist/constants.js.map +1 -1
- package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -1
- package/dist/types/utils/output-formatting.d.mts.map +1 -1
- package/dist/utils.js +10 -8
- package/dist/utils.js.map +1 -1
- package/external/@coana-tech/cli/cli.mjs +55 -15
- package/external/@socketsecurity/registry/external/@socketregistry/yocto-spinner.js +122 -104
- package/external/@socketsecurity/registry/lib/constants/package-default-node-range.js +2 -1
- package/external/@socketsecurity/registry/manifest.json +392 -392
- package/package.json +11 -11
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.60",
|
|
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",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@babel/preset-typescript": "7.27.1",
|
|
86
86
|
"@babel/runtime": "7.27.6",
|
|
87
87
|
"@biomejs/biome": "1.9.4",
|
|
88
|
-
"@coana-tech/cli": "14.9.
|
|
88
|
+
"@coana-tech/cli": "14.9.24",
|
|
89
89
|
"@cyclonedx/cdxgen": "11.3.2",
|
|
90
90
|
"@dotenvx/dotenvx": "1.44.1",
|
|
91
91
|
"@eslint/compat": "1.2.9",
|
|
@@ -106,26 +106,26 @@
|
|
|
106
106
|
"@rollup/plugin-node-resolve": "16.0.1",
|
|
107
107
|
"@rollup/plugin-replace": "6.0.2",
|
|
108
108
|
"@rollup/pluginutils": "5.1.4",
|
|
109
|
-
"@socketregistry/hyrious__bun.lockb": "1.0.
|
|
110
|
-
"@socketregistry/indent-string": "1.0.
|
|
111
|
-
"@socketregistry/is-interactive": "1.0.
|
|
112
|
-
"@socketregistry/packageurl-js": "1.0.
|
|
109
|
+
"@socketregistry/hyrious__bun.lockb": "1.0.18",
|
|
110
|
+
"@socketregistry/indent-string": "1.0.13",
|
|
111
|
+
"@socketregistry/is-interactive": "1.0.6",
|
|
112
|
+
"@socketregistry/packageurl-js": "1.0.7",
|
|
113
113
|
"@socketsecurity/config": "3.0.1",
|
|
114
|
-
"@socketsecurity/registry": "1.0.
|
|
114
|
+
"@socketsecurity/registry": "1.0.207",
|
|
115
115
|
"@socketsecurity/sdk": "1.4.43",
|
|
116
116
|
"@types/blessed": "0.1.25",
|
|
117
117
|
"@types/cmd-shim": "5.0.2",
|
|
118
118
|
"@types/js-yaml": "4.0.9",
|
|
119
119
|
"@types/micromatch": "4.0.9",
|
|
120
120
|
"@types/mock-fs": "4.13.4",
|
|
121
|
-
"@types/node": "
|
|
121
|
+
"@types/node": "24.0.0",
|
|
122
122
|
"@types/npmcli__arborist": "6.3.0",
|
|
123
123
|
"@types/proc-log": "3.0.4",
|
|
124
124
|
"@types/semver": "7.7.0",
|
|
125
125
|
"@types/which": "3.0.4",
|
|
126
126
|
"@types/yargs-parser": "21.0.3",
|
|
127
127
|
"@typescript-eslint/parser": "8.34.0",
|
|
128
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
128
|
+
"@typescript/native-preview": "7.0.0-dev.20250610.1",
|
|
129
129
|
"@vitest/coverage-v8": "3.2.3",
|
|
130
130
|
"blessed": "0.1.81",
|
|
131
131
|
"blessed-contrib": "4.11.0",
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"npm-package-arg": "12.0.2",
|
|
157
157
|
"npm-run-all2": "8.0.4",
|
|
158
158
|
"open": "10.1.2",
|
|
159
|
-
"oxlint": "0.
|
|
159
|
+
"oxlint": "1.0.0",
|
|
160
160
|
"pony-cause": "2.1.11",
|
|
161
161
|
"rollup": "4.42.0",
|
|
162
162
|
"semver": "7.7.2",
|
|
@@ -234,6 +234,6 @@
|
|
|
234
234
|
"strict": true
|
|
235
235
|
},
|
|
236
236
|
"dependencies": {
|
|
237
|
-
"@sentry/node": "9.
|
|
237
|
+
"@sentry/node": "9.28.0"
|
|
238
238
|
}
|
|
239
239
|
}
|