@socketsecurity/cli-with-sentry 0.14.90 → 0.14.92
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/blessed/lib/widgets/node.js +1 -2
- package/dist/blessed/lib/widgets/screen.js +5 -7
- package/dist/constants.d.ts +7 -0
- package/dist/constants.js +14 -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/cli.js +235 -203
- package/dist/module-sync/cli.js.map +1 -1
- package/dist/module-sync/shadow-npm-inject.js +7 -4
- package/dist/module-sync/shadow-npm-inject.js.map +1 -1
- package/dist/module-sync/types.d.ts +1 -0
- package/dist/require/cli.js +235 -203
- package/dist/require/cli.js.map +1 -1
- package/package.json +4 -4
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.92",
|
|
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",
|
|
@@ -90,6 +90,8 @@
|
|
|
90
90
|
"@socketsecurity/config": "2.1.3",
|
|
91
91
|
"@socketsecurity/registry": "1.0.143",
|
|
92
92
|
"@socketsecurity/sdk": "1.4.28",
|
|
93
|
+
"blessed": "0.1.81",
|
|
94
|
+
"blessed-contrib": "4.11.0",
|
|
93
95
|
"browserslist": "4.24.4",
|
|
94
96
|
"chalk-table": "1.0.2",
|
|
95
97
|
"cmd-shim": "7.0.0",
|
|
@@ -144,8 +146,6 @@
|
|
|
144
146
|
"@types/yargs-parser": "^21.0.3",
|
|
145
147
|
"@typescript-eslint/parser": "^8.29.1",
|
|
146
148
|
"@vitest/coverage-v8": "3.1.1",
|
|
147
|
-
"blessed": "0.1.81",
|
|
148
|
-
"blessed-contrib": "4.11.0",
|
|
149
149
|
"cross-env": "^7.0.3",
|
|
150
150
|
"custompatch": "^1.1.4",
|
|
151
151
|
"del-cli": "^6.0.0",
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"tiny-colors": "$yoctocolors-cjs",
|
|
201
201
|
"typedarray": "npm:@socketregistry/typedarray@^1",
|
|
202
202
|
"undici": "^6.21.1",
|
|
203
|
-
"vite": "^6.2.
|
|
203
|
+
"vite": "^6.2.6",
|
|
204
204
|
"xml2js": "^0.5.0",
|
|
205
205
|
"yaml": "2.7.1"
|
|
206
206
|
},
|