socket 1.0.8 → 1.0.9
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 +104 -88
- package/dist/cli.js.map +1 -1
- package/dist/constants.js +3 -3
- package/dist/constants.js.map +1 -1
- package/dist/types/commands/analytics/cmd-analytics.d.mts.map +1 -1
- package/dist/types/commands/audit-log/cmd-audit-log.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-auto.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-get.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-list.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-set.d.mts.map +1 -1
- package/dist/types/commands/config/cmd-config-unset.d.mts.map +1 -1
- package/dist/types/commands/fix/agent-fix.d.mts +4 -4
- package/dist/types/commands/fix/agent-fix.d.mts.map +1 -1
- package/dist/types/commands/fix/cmd-fix.d.mts.map +1 -1
- package/dist/types/commands/fix/handle-fix.d.mts +3 -3
- package/dist/types/commands/fix/handle-fix.d.mts.map +1 -1
- package/dist/types/commands/fix/npm-fix.d.mts +2 -2
- package/dist/types/commands/fix/npm-fix.d.mts.map +1 -1
- package/dist/types/commands/fix/pnpm-fix.d.mts +2 -2
- package/dist/types/commands/fix/pnpm-fix.d.mts.map +1 -1
- package/dist/types/commands/organization/cmd-organization-dependencies.d.mts.map +1 -1
- package/dist/types/commands/organization/cmd-organization-list.d.mts.map +1 -1
- package/dist/types/commands/organization/cmd-organization-policy-license.d.mts.map +1 -1
- package/dist/types/commands/organization/cmd-organization-policy-security.d.mts.map +1 -1
- package/dist/types/commands/organization/cmd-organization-quota.d.mts.map +1 -1
- package/dist/types/commands/package/cmd-package-score.d.mts.map +1 -1
- package/dist/types/commands/repository/cmd-repository-create.d.mts.map +1 -1
- package/dist/types/commands/repository/cmd-repository-list.d.mts.map +1 -1
- package/dist/types/commands/repository/cmd-repository-update.d.mts.map +1 -1
- package/dist/types/commands/repository/cmd-repository-view.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-del.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-diff.d.mts.map +1 -1
- package/dist/types/commands/scan/cmd-scan-reach.d.mts.map +1 -1
- package/dist/types/commands/scan/handle-scan-reach.d.mts +8 -0
- package/dist/types/commands/scan/handle-scan-reach.d.mts.map +1 -0
- package/dist/types/commands/threat-feed/cmd-threat-feed.d.mts.map +1 -1
- package/dist/types/utils/meow-with-subcommands.d.mts +1 -2
- package/dist/types/utils/meow-with-subcommands.d.mts.map +1 -1
- package/dist/utils.js +2 -3
- package/dist/utils.js.map +1 -1
- package/dist/vendor.js +2984 -562
- package/package.json +8 -6
- package/dist/types/commands/scan/handle-reach-scan.d.mts +0 -3
- package/dist/types/commands/scan/handle-reach-scan.d.mts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "socket",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "CLI for Socket.dev",
|
|
5
5
|
"homepage": "https://github.com/SocketDev/socket-cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"@cyclonedx/cdxgen": "11.4.1",
|
|
89
89
|
"@dotenvx/dotenvx": "1.45.1",
|
|
90
90
|
"@eslint/compat": "1.3.1",
|
|
91
|
-
"@eslint/js": "9.
|
|
91
|
+
"@eslint/js": "9.30.0",
|
|
92
92
|
"@npmcli/arborist": "9.1.2",
|
|
93
93
|
"@npmcli/config": "10.3.0",
|
|
94
94
|
"@octokit/graphql": "9.0.1",
|
|
@@ -118,7 +118,7 @@
|
|
|
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": "24.0.
|
|
121
|
+
"@types/node": "24.0.7",
|
|
122
122
|
"@types/npmcli__arborist": "6.3.1",
|
|
123
123
|
"@types/npmcli__config": "6.0.3",
|
|
124
124
|
"@types/proc-log": "3.0.4",
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"@types/which": "3.0.4",
|
|
127
127
|
"@types/yargs-parser": "21.0.3",
|
|
128
128
|
"@typescript-eslint/parser": "8.35.0",
|
|
129
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
129
|
+
"@typescript/native-preview": "7.0.0-dev.20250628.1",
|
|
130
130
|
"@vitest/coverage-v8": "3.2.4",
|
|
131
131
|
"blessed": "0.1.81",
|
|
132
132
|
"blessed-contrib": "4.11.0",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"custompatch": "1.1.7",
|
|
137
137
|
"del-cli": "6.0.0",
|
|
138
138
|
"dev-null-cli": "2.0.0",
|
|
139
|
-
"eslint": "9.
|
|
139
|
+
"eslint": "9.30.0",
|
|
140
140
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
141
141
|
"eslint-plugin-import-x": "4.16.1",
|
|
142
142
|
"eslint-plugin-n": "17.20.0",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"husky": "9.1.7",
|
|
148
148
|
"ignore": "7.0.5",
|
|
149
149
|
"js-yaml": "npm:@zkochan/js-yaml@0.0.7",
|
|
150
|
-
"knip": "5.61.
|
|
150
|
+
"knip": "5.61.3",
|
|
151
151
|
"lint-staged": "16.1.2",
|
|
152
152
|
"magic-string": "0.30.17",
|
|
153
153
|
"meow": "13.2.0",
|
|
@@ -159,6 +159,8 @@
|
|
|
159
159
|
"open": "10.1.2",
|
|
160
160
|
"oxlint": "1.3.0",
|
|
161
161
|
"pony-cause": "2.1.11",
|
|
162
|
+
"registry-auth-token": "5.1.0",
|
|
163
|
+
"registry-url": "7.2.0",
|
|
162
164
|
"rollup": "4.44.1",
|
|
163
165
|
"semver": "7.7.2",
|
|
164
166
|
"synp": "1.9.14",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"handle-reach-scan.d.mts","sourceRoot":"","sources":["../../../../src/commands/scan/handle-reach-scan.mts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAEjD,wBAAsB,eAAe,CACnC,IAAI,EAAE,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,EAClC,GAAG,EAAE,MAAM,EACX,UAAU,EAAE,UAAU,iBAwBvB"}
|