Skip to content

Commit 4eadb6c

Browse files
committed
Move esm deps to dependencies field
1 parent d2bd9da commit 4eadb6c

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

.dep-stats.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"@apideck/better-ajv-errors": "^0.3.6",
44
"@cyclonedx/cdxgen": "^11.0.7",
55
"@npmcli/promise-spawn": "^8.0.2",
6-
"@socketregistry/hyrious__bun.lockb": "1.0.6",
6+
"@socketregistry/hyrious__bun.lockb": "1.0.7",
77
"@socketregistry/yocto-spinner": "^1.0.2",
88
"@socketsecurity/config": "^2.1.3",
9-
"@socketsecurity/registry": "^1.0.56",
9+
"@socketsecurity/registry": "^1.0.57",
1010
"@socketsecurity/sdk": "^1.3.0",
1111
"blessed": "^0.1.81",
1212
"blessed-contrib": "^4.11.0",
@@ -15,11 +15,17 @@
1515
"cmd-shim": "^7.0.0",
1616
"hpagent": "^1.2.0",
1717
"ignore": "^7.0.0",
18+
"is-interactive": "^2.0.0",
19+
"is-unicode-supported": "^2.1.0",
20+
"meow": "^13.2.0",
1821
"micromatch": "^4.0.8",
1922
"npm-package-arg": "^12.0.1",
23+
"open": "^10.1.0",
2024
"pony-cause": "^2.1.11",
2125
"semver": "^7.6.3",
2226
"synp": "^1.9.14",
27+
"terminal-link": "^3.0.0",
28+
"tiny-updater": "^3.5.2",
2329
"tinyglobby": "^0.2.10",
2430
"which": "^5.0.0",
2531
"yaml": "^2.6.1",

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"url": "https://socket.dev"
1515
},
1616
"bin": {
17-
"socket": "./bin/cli.js",
18-
"socket-npm": "./bin/npm-cli.js",
19-
"socket-npx": "./bin/npx-cli.js"
17+
"socket": "bin/cli.js",
18+
"socket-npm": "bin/npm-cli.js",
19+
"socket-npx": "bin/npx-cli.js"
2020
},
2121
"exports": {
2222
"./bin/cli.js": {
@@ -71,11 +71,17 @@
7171
"has-flag": "^4.0.0",
7272
"hpagent": "^1.2.0",
7373
"ignore": "^7.0.0",
74+
"is-interactive": "^2.0.0",
75+
"is-unicode-supported": "^2.1.0",
76+
"meow": "^13.2.0",
7477
"micromatch": "^4.0.8",
7578
"npm-package-arg": "^12.0.1",
79+
"open": "^10.1.0",
7680
"pony-cause": "^2.1.11",
7781
"semver": "^7.6.3",
7882
"synp": "^1.9.14",
83+
"terminal-link": "^3.0.0",
84+
"tiny-updater": "^3.5.2",
7985
"tinyglobby": "^0.2.10",
8086
"which": "^5.0.0",
8187
"yaml": "^2.6.1",
@@ -124,22 +130,16 @@
124130
"eslint-plugin-sort-destructure-keys": "^2.0.0",
125131
"eslint-plugin-unicorn": "^56.0.1",
126132
"husky": "^9.1.7",
127-
"is-interactive": "^2.0.0",
128-
"is-unicode-supported": "^2.1.0",
129133
"knip": "^5.41.1",
130134
"magic-string": "^0.30.17",
131-
"meow": "^13.2.0",
132135
"mock-fs": "^5.4.1",
133136
"nock": "^13.5.6",
134137
"npm-run-all2": "^7.0.2",
135-
"open": "^10.1.0",
136138
"oxlint": "0.15.3",
137139
"prettier": "3.4.2",
138140
"read-package-up": "^11.0.0",
139141
"rollup": "4.29.1",
140142
"rollup-plugin-ts": "^3.4.5",
141-
"terminal-link": "^3.0.0",
142-
"tiny-updater": "^3.5.2",
143143
"type-coverage": "^2.29.7",
144144
"typescript": "5.4.5",
145145
"typescript-eslint": "^8.18.2",

0 commit comments

Comments
 (0)