@socketsecurity/cli-with-sentry 0.14.136 → 0.14.137
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 +3 -3
- package/dist/cli.js.map +1 -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/shadow-npm-inject.js +2 -2
- package/dist/shadow-npm-inject.js.map +1 -1
- package/dist/vendor.js +19 -5
- package/dist/vendor.js.map +1 -1
- package/package.json +5 -6
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.137",
|
|
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",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"@sentry/node": "9.13.0",
|
|
73
|
-
"@socketsecurity/registry": "1.0.
|
|
73
|
+
"@socketsecurity/registry": "1.0.152",
|
|
74
74
|
"blessed": "0.1.81"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
@@ -79,7 +79,6 @@
|
|
|
79
79
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
80
80
|
"@babel/plugin-transform-export-namespace-from": "7.25.9",
|
|
81
81
|
"@babel/plugin-transform-runtime": "7.26.10",
|
|
82
|
-
"@babel/preset-env": "7.26.9",
|
|
83
82
|
"@babel/preset-typescript": "7.27.0",
|
|
84
83
|
"@babel/runtime": "7.27.0",
|
|
85
84
|
"@biomejs/biome": "1.9.4",
|
|
@@ -130,8 +129,8 @@
|
|
|
130
129
|
"del-cli": "6.0.0",
|
|
131
130
|
"dev-null-cli": "2.0.0",
|
|
132
131
|
"eslint": "9.25.0",
|
|
133
|
-
"eslint-import-resolver-typescript": "4.3.
|
|
134
|
-
"eslint-plugin-import-x": "4.10.
|
|
132
|
+
"eslint-import-resolver-typescript": "4.3.3",
|
|
133
|
+
"eslint-plugin-import-x": "4.10.6",
|
|
135
134
|
"eslint-plugin-n": "17.17.0",
|
|
136
135
|
"eslint-plugin-sort-destructure-keys": "2.0.0",
|
|
137
136
|
"eslint-plugin-unicorn": "56.0.1",
|
|
@@ -156,7 +155,7 @@
|
|
|
156
155
|
"synp": "1.9.14",
|
|
157
156
|
"terminal-link": "2.1.1",
|
|
158
157
|
"tiny-updater": "3.5.3",
|
|
159
|
-
"tinyglobby": "0.2.
|
|
158
|
+
"tinyglobby": "0.2.13",
|
|
160
159
|
"type-coverage": "2.29.7",
|
|
161
160
|
"typescript": "5.8.3",
|
|
162
161
|
"typescript-eslint": "8.30.1",
|