Commit a1958a4
committed
refactor: migrate to pnpm monorepo structure
Create 14 packages with clear separation of concerns:
- @socketsecurity/cli: Full JavaScript CLI implementation
- socket: Thin wrapper that downloads CLI on demand
- 8 platform binary packages (@socketbin/cli-*)
- 2 private build tool packages
Move all CLI source code to packages/cli/ while preserving
git history through renames. Configure pnpm workspace and
add documentation for monorepo structure.
BREAKING CHANGE: Repository structure changed to monorepo1 parent 6bb8459 commit a1958a4
File tree
948 files changed
+3024
-95
lines changed- packages
- cli
- bin
- data
- scripts
- src
- bootstrap
- commands
- analytics
- ask
- audit-log
- cdxgen
- ci
- config
- fix
- install
- json
- login
- logout
- manifest
- npm
- npx
- oops
- optimize
- organization
- package
- fixtures
- patch
- pip
- pnpm
- raw-npm
- raw-npx
- repository
- scan
- self-update
- threat-feed
- uninstall
- whoami
- wrapper
- yarn
- constants
- env
- external
- polyfills
- shadow
- npm
- arborist
- lib/arborist
- npx
- pnpm
- yarn
- stub
- npm-package
- bin
- test
- mocks
- types
- utils
- alert
- cli
- coana
- command
- data
- dlx
- ecosystem
- error
- executable
- fs
- git
- manifest
- npm
- output
- pnpm
- process
- project
- promise
- purl
- python
- shadow
- socket
- terminal
- update
- validation
- yarn
- test
- fixtures
- agent
- bun
- pnpm-v10
- pnpm-v8
- pnpm-v9
- vlt
- yarn-berry
- yarn-classic
- commands
- cdxgen
- npm
- pnpm
- yarn
- fix
- e2e-test-js
- e2e-test-py
- npm
- monorepo
- packages
- app
- lib
- vulnerable-deps
- pnpm
- monorepo
- packages
- app
- lib
- vulnerable-deps
- yarn
- monorepo
- packages
- app
- lib
- vulnerable-deps
- json
- manifest
- conda
- python
- npm
- lacking-typosquat
- npm10
- npm11
- npm9
- optimize
- npm
- pnpm8
- pnpm9
- pnpm
- yarn
- patch
- complete/.socket
- no-vulns/.socket
- npm
- .socket
- blobs
- pnpm
- .socket
- blobs
- yarn
- .socket
- blobs
- scan/reach
- npm
- pnpm
- yarn
- yarn/minimal
- .yarn
- optimize
- bun
- pnpm-v10
- pnpm-v8
- pnpm-v9
- vlt
- yarn-berry
- yarn-classic
- helpers
- integration
- stubs
- unit
- utils
- socketbin-cli-alpine-arm64
- bin
- socketbin-cli-alpine-x64
- bin
- socketbin-cli-darwin-arm64
- bin
- socketbin-cli-darwin-x64
- bin
- socketbin-cli-linux-arm64
- bin
- socketbin-cli-linux-x64
- bin
- socketbin-cli-win32-arm64
- bin
- socketbin-cli-win32-x64
- bin
- socketbin-custom-node-from-source
- build
- additions
- src
- tools
- patches
- wasm-bundle
- src
- scripts
- socketbin-native-node-sea
- scripts
- socket
- bin
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
948 files changed
+3024
-95
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | 2 | | |
75 | 3 | | |
76 | 4 | | |
| |||
186 | 114 | | |
187 | 115 | | |
188 | 116 | | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | 117 | | |
199 | 118 | | |
200 | 119 | | |
201 | 120 | | |
202 | 121 | | |
| 122 | + | |
203 | 123 | | |
204 | 124 | | |
205 | 125 | | |
| |||
255 | 175 | | |
256 | 176 | | |
257 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
258 | 190 | | |
259 | 191 | | |
260 | 192 | | |
| |||
266 | 198 | | |
267 | 199 | | |
268 | 200 | | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
| 201 | + | |
274 | 202 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments