Skip to content

Commit e52d778

Browse files
typicodejdalton
andcommitted
Port socket-python-cli (#268)
Signed-off-by: typicode <[email protected]> Signed-off-by: John-David Dalton <[email protected]> Co-authored-by: John-David Dalton <[email protected]>
1 parent c9c1a20 commit e52d778

13 files changed

+3820
-167
lines changed

.dep-stats.json

+22-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
"@apideck/better-ajv-errors": "^0.3.6",
44
"@cyclonedx/cdxgen": "^11.1.7",
55
"@npmcli/promise-spawn": "^8.0.2",
6+
"@octokit/rest": "^21.1.0",
67
"@socketregistry/hyrious__bun.lockb": "^1.0.12",
78
"@socketregistry/indent-string": "^1.0.9",
89
"@socketregistry/is-interactive": "^1.0.1",
910
"@socketregistry/is-unicode-supported": "^1.0.0",
1011
"@socketsecurity/config": "^2.1.3",
11-
"@socketsecurity/registry": "^1.0.81",
12+
"@socketsecurity/registry": "^1.0.82",
1213
"@socketsecurity/sdk": "^1.4.5",
1314
"blessed": "^0.1.81",
1415
"blessed-contrib": "^4.11.0",
@@ -19,10 +20,12 @@
1920
"ignore": "^7.0.3",
2021
"meow": "^13.2.0",
2122
"micromatch": "^4.0.8",
22-
"npm-package-arg": "^12.0.1",
23+
"ndjson": "^2.0.0",
24+
"npm-package-arg": "^12.0.2",
2325
"open": "^10.1.0",
2426
"pony-cause": "^2.1.11",
25-
"semver": "^7.7.0",
27+
"semver": "^7.7.1",
28+
"simple-git": "^3.27.0",
2629
"synp": "^1.9.14",
2730
"terminal-link": "2.1.1",
2831
"tiny-updater": "^3.5.3",
@@ -34,6 +37,17 @@
3437
},
3538
"devDependencies": {},
3639
"esm": {
40+
"@octokit/auth-token": "^5.0.0",
41+
"@octokit/core": "^6.1.3",
42+
"@octokit/endpoint": "^10.0.0",
43+
"@octokit/graphql": "^8.1.2",
44+
"@octokit/plugin-paginate-rest": "^11.4.0",
45+
"@octokit/plugin-request-log": "^5.3.1",
46+
"@octokit/plugin-rest-endpoint-methods": "^13.3.0",
47+
"@octokit/request": "^9.1.4",
48+
"@octokit/request-error": "^6.0.1",
49+
"@octokit/rest": "^21.1.0",
50+
"before-after-hook": "^3.0.2",
3751
"bundle-name": "^4.1.0",
3852
"default-browser": "^5.2.1",
3953
"default-browser-id": "^5.0.0",
@@ -46,6 +60,7 @@
4660
"open": "^10.1.0",
4761
"run-applescript": "^7.0.0",
4862
"tiny-updater": "^3.5.3",
63+
"universal-user-agent": "^7.0.2",
4964
"when-exit": "^2.1.4"
5065
},
5166
"external": {
@@ -56,18 +71,22 @@
5671
"browserslist": "4.24.4",
5772
"chalk-table": "^1.0.2",
5873
"cmd-shim": "^7.0.0",
74+
"fast-content-type-parse": "^2.0.1",
5975
"has-flag": "4.0.0",
6076
"hpagent": "^1.2.0",
6177
"ignore": "^7.0.3",
6278
"micromatch": "^4.0.8",
79+
"ndjson": "^2.0.0",
6380
"pony-cause": "^2.1.11",
81+
"simple-git": "^3.27.0",
6482
"terminal-link": "2.1.1",
6583
"tinyglobby": "^0.2.10",
6684
"which": "^5.0.0",
6785
"yargs-parser": "^21.1.1",
6886
"yoctocolors-cjs": "^2.1.2"
6987
},
7088
"transitives": {
89+
"fast-content-type-parse": "^2.0.1",
7190
"has-flag": "4.0.0"
7291
}
7392
}

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ socket --help
2121
- `socket optimize` - Optimize dependencies with
2222
[`@socketregistry`](https://github.com/SocketDev/socket-registry) overrides!
2323
_(👀 [our blog post](https://socket.dev/blog/introducing-socket-optimize))_
24+
2425
- `--pin` - Pin overrides to their latest version.
2526
- `--prod` - Add overrides for only production dependencies.
2627

0 commit comments

Comments
 (0)