@socketsecurity/cli-with-sentry 0.14.60 → 0.14.62
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 +12 -10
- package/dist/constants.js +24 -3
- 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 +1379 -458
- package/dist/module-sync/cli.js.map +1 -1
- package/dist/module-sync/cmd.d.ts +4 -0
- package/dist/module-sync/package-environment.d.ts +56 -0
- package/dist/module-sync/shadow-npm-inject.js +2 -2
- package/dist/module-sync/shadow-npm-inject.js.map +1 -1
- package/dist/module-sync/shadow-npm-paths.js +2 -2
- package/dist/module-sync/shadow-npm-paths.js.map +1 -1
- package/dist/require/cli.js +1379 -458
- package/dist/require/cli.js.map +1 -1
- package/package.json +11 -10
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.62",
|
|
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",
|
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
"test:unit:coverage": "vitest run --coverage",
|
|
68
68
|
"test-ci": "run-s test:*",
|
|
69
69
|
"testu": "cross-env SOCKET_CLI_NO_API_TOKEN=1 run-s test:prepare; npm run test:unit:update --",
|
|
70
|
+
"testuf": "SOCKET_CLI_NO_API_TOKEN=1 npm run test:unit:update --",
|
|
70
71
|
"update": "run-p --aggregate-output update:**",
|
|
71
72
|
"update:deps": "npx --yes npm-check-updates"
|
|
72
73
|
},
|
|
@@ -74,6 +75,7 @@
|
|
|
74
75
|
"@apideck/better-ajv-errors": "0.3.6",
|
|
75
76
|
"@octokit/rest": "21.1.1",
|
|
76
77
|
"@pnpm/lockfile-file": "^9.1.3",
|
|
78
|
+
"@pnpm/lockfile.detect-dep-types": "^1001.0.5",
|
|
77
79
|
"@sentry/node": "9.5.0",
|
|
78
80
|
"@socketregistry/hyrious__bun.lockb": "1.0.15",
|
|
79
81
|
"@socketregistry/indent-string": "1.0.11",
|
|
@@ -110,22 +112,21 @@
|
|
|
110
112
|
"yoctocolors-cjs": "2.1.2"
|
|
111
113
|
},
|
|
112
114
|
"devDependencies": {
|
|
113
|
-
"@babel/core": "^7.26.
|
|
115
|
+
"@babel/core": "^7.26.10",
|
|
114
116
|
"@babel/plugin-proposal-export-default-from": "^7.25.9",
|
|
115
117
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
116
118
|
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
|
|
117
|
-
"@babel/plugin-transform-runtime": "^7.26.
|
|
119
|
+
"@babel/plugin-transform-runtime": "^7.26.10",
|
|
118
120
|
"@babel/preset-env": "^7.26.9",
|
|
119
121
|
"@babel/preset-typescript": "^7.26.0",
|
|
120
|
-
"@babel/runtime": "^7.26.
|
|
122
|
+
"@babel/runtime": "^7.26.10",
|
|
121
123
|
"@biomejs/biome": "^1.9.4",
|
|
122
124
|
"@cyclonedx/cdxgen": "^11.2.1",
|
|
123
125
|
"@eslint/compat": "^1.2.7",
|
|
124
126
|
"@eslint/js": "^9.22.0",
|
|
125
|
-
"@pnpm/lockfile.detect-dep-types": "^1001.0.5",
|
|
126
127
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
127
128
|
"@rollup/plugin-json": "^6.1.0",
|
|
128
|
-
"@rollup/plugin-node-resolve": "^16.0.
|
|
129
|
+
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
129
130
|
"@rollup/plugin-replace": "^6.0.2",
|
|
130
131
|
"@rollup/pluginutils": "^5.1.4",
|
|
131
132
|
"@types/blessed": "^0.1.25",
|
|
@@ -149,7 +150,7 @@
|
|
|
149
150
|
"cross-env": "^7.0.3",
|
|
150
151
|
"del-cli": "^6.0.0",
|
|
151
152
|
"eslint": "^9.22.0",
|
|
152
|
-
"eslint-import-resolver-oxc": "^0.
|
|
153
|
+
"eslint-import-resolver-oxc": "^0.13.1",
|
|
153
154
|
"eslint-plugin-depend": "^0.12.0",
|
|
154
155
|
"eslint-plugin-import-x": "^4.6.1",
|
|
155
156
|
"eslint-plugin-n": "^17.16.2",
|
|
@@ -157,13 +158,13 @@
|
|
|
157
158
|
"eslint-plugin-unicorn": "^56.0.1",
|
|
158
159
|
"globals": "^16.0.0",
|
|
159
160
|
"husky": "^9.1.7",
|
|
160
|
-
"knip": "^5.
|
|
161
|
-
"lint-staged": "^15.
|
|
161
|
+
"knip": "^5.46.0",
|
|
162
|
+
"lint-staged": "^15.5.0",
|
|
162
163
|
"magic-string": "^0.30.17",
|
|
163
164
|
"mock-fs": "^5.5.0",
|
|
164
165
|
"nock": "^14.0.1",
|
|
165
166
|
"npm-run-all2": "^7.0.2",
|
|
166
|
-
"oxlint": "0.15.
|
|
167
|
+
"oxlint": "0.15.15",
|
|
167
168
|
"pg-hstore": "^2.3.4",
|
|
168
169
|
"read-package-up": "^11.0.0",
|
|
169
170
|
"rollup": "4.35.0",
|