Skip to content

Commit feea274

Browse files
committed
Add default bin so npm can more easily find it with npx
1 parent 3d0f712 commit feea274

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.dep-stats.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@inquirer/prompts": "^7.0.0",
66
"@npmcli/promise-spawn": "^8.0.1",
77
"@socketsecurity/config": "^2.1.3",
8-
"@socketsecurity/registry": "^1.0.2",
8+
"@socketsecurity/registry": "^1.0.4",
99
"@socketsecurity/sdk": "^1.3.0",
1010
"blessed": "^0.1.81",
1111
"blessed-contrib": "^4.11.0",
@@ -83,7 +83,7 @@
8383
"@npmcli/promise-spawn": "^8.0.1",
8484
"@socketregistry/hyrious__bun.lockb": "1.0.0",
8585
"@socketsecurity/config": "^2.1.3",
86-
"@socketsecurity/registry": "^1.0.2",
86+
"@socketsecurity/registry": "^1.0.4",
8787
"@socketsecurity/sdk": "^1.3.0",
8888
"ansi-align": "^3.0.1",
8989
"blessed": "^0.1.81",

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"url": "https://socket.dev"
1515
},
1616
"bin": {
17+
"cli": "dist/cli.js",
1718
"socket": "dist/cli.js",
1819
"socket-npm": "dist/npm-cli.js",
1920
"socket-npx": "dist/npx-cli.js"
@@ -45,7 +46,7 @@
4546
"@npmcli/promise-spawn": "^8.0.1",
4647
"@socketregistry/hyrious__bun.lockb": "1.0.0",
4748
"@socketsecurity/config": "^2.1.3",
48-
"@socketsecurity/registry": "^1.0.2",
49+
"@socketsecurity/registry": "^1.0.4",
4950
"@socketsecurity/sdk": "^1.3.0",
5051
"ansi-align": "^3.0.1",
5152
"blessed": "^0.1.81",

0 commit comments

Comments
 (0)