An open API service providing commit metadata for open source projects.

GitHub / SocketDev/socket-cli / commits

SHA Message Author Date Stats
430789a0 fix(smol-builder): replace fs.rm with safeDelete for secure deletion jdalton <j****n@g****m> 10 months ago
a02d21df fix(smol-builder): replace remaining rm calls with fs.rm jdalton <j****n@g****m> 10 months ago
81ad04a4 fix(smol-builder): replace cp with fs.cp for file copy operations jdalton <j****n@g****m> 10 months ago
8d798717 fix(smol-builder): add readdirSync back to fs imports jdalton <j****n@g****m> 10 months ago
e986dd5d fix(smol-builder): replace remaining mkdir calls with safeMkdir jdalton <j****n@g****m> 10 months ago
a670747f fix(eslint): enable no-undef rule for script files jdalton <j****n@g****m> 10 months ago
e33c3db5 fix(smol-builder): use fs.method() pattern for all fs.promises calls jdalton <j****n@g****m> 10 months ago
ae838afb fix(smol-builder): replace mkdir with safeMkdir jdalton <j****n@g****m> 10 months ago
bad8821a feat(smol-builder): add granular checkpoint system and refactor logger jdalton <j****n@g****m> 10 months ago
e273e29b refactor(smol-builder): modernize build script and add external polyfills jdalton <j****n@g****m> 10 months ago
51a98251 fix(smol-builder): copy bootstrap loader to lib/internal before compilation jdalton <j****n@g****m> 10 months ago
318280ff chore(ci): remove unused skip-tests input from workflow jdalton <j****n@g****m> 10 months ago
ae1a60ba fix(smol-builder): correct brotli2c patch line numbers for pristine Node.js v... jdalton <j****n@g****m> 10 months ago
10189f65 chore(release): update CHANGELOG for v2.1.0 jdalton <j****n@g****m> 10 months ago
865ce935 chore(deps): update @socketsecurity/lib to 3.2.1 jdalton <j****n@g****m> 10 months ago
9d982f2a fix(sea-builder): remove erroneous closing brace causing syntax error jdalton <j****n@g****m> 10 months ago
fd77fff5 fix(smol-builder): copy brotli header to src directory jdalton <j****n@g****m> 10 months ago
014f409b chore(wasm): pin all build tools to latest stable versions jdalton <j****n@g****m> 10 months ago
e687a440 refactor: optimize logger and spinner initialization jdalton <j****n@g****m> 10 months ago
9b2a8f13 fix(smol-builder): update hardcoded patch reference to use numbered prefix jdalton <j****n@g****m> 10 months ago
a281c030 refactor(smol-builder): rename patches and additions with numbered prefixes jdalton <j****n@g****m> 10 months ago
0264131f refactor(smol-builder): add numbered prefixes and fix build errors jdalton <j****n@g****m> 10 months ago
61f54c95 feat(bootstrap): add Brotli compression for all bootstrap variants jdalton <j****n@g****m> 10 months ago
6be4ce38 refactor(smol): standardize naming with socketsecurity_ prefix and explicit v... jdalton <j****n@g****m> 10 months ago
b8d458af fix(test): correct import path for confirm prompt jdalton <j****n@g****m> 10 months ago
af19eefa docs: remove meta-documentation and deprecated files jdalton <j****n@g****m> 10 months ago
3a099e71 ci: enable test sharding for faster CI jdalton <j****n@g****m> 10 months ago
53071f60 ci: run tests on Node 24.10.0 only jdalton <j****n@g****m> 10 months ago
31756966 fix(bootstrap): use major version only for CLI download spec jdalton <j****n@g****m> 10 months ago
1b57fd52 chore(deps): update typescript-eslint to 8.44.1 for consistency jdalton <j****n@g****m> 10 months ago
1170195d feat(smol): implement binary caching to avoid recompilation on post-processin... jdalton <j****n@g****m> 10 months ago
9de34dc6 fix(smol): implement robust cross-platform strip with capability detection jdalton <j****n@g****m> 10 months ago
cc273914 fix(smol): use platform-specific strip flags for binary optimization jdalton <j****n@g****m> 10 months ago
b4da57bb refactor(smol): replace shell commands with native Node.js APIs jdalton <j****n@g****m> 10 months ago
5a47511b fix(smol): use shell for execCapture and enable fail-fast for builds jdalton <j****n@g****m> 10 months ago
e1a1312e test(cli): fix unused logger variables and update flipped dry-run snapshots jdalton <j****n@g****m> 10 months ago
90294f7d test(cli): add dry-run validation to all 129 dry-run tests jdalton <j****n@g****m> 10 months ago
7832337c test(cli): add validation to prevent flipped dry-run snapshots jdalton <j****n@g****m> 10 months ago
4f041cb3 fix(bootstrap): show Socket CLI version instead of Node.js version jdalton <j****n@g****m> 10 months ago
175c82af fix(bootstrap): skip preflight on --version for instant response jdalton <j****n@g****m> 10 months ago
a8561c65 refactor(smol): use explicit build test flag instead of detecting CLI args jdalton <j****n@g****m> 10 months ago
d7ec8c2e fix(smol): skip CLI bootstrap for basic Node.js operations jdalton <j****n@g****m> 10 months ago
c87d8fca fix(ci): make WASM optional in SEA builds with graceful fallback jdalton <j****n@g****m> 10 months ago
aa486bee fix(ci): remove ai-cache-valid references from build-sea workflow jdalton <j****n@g****m> 10 months ago
13eace56 refactor(ci): remove unused WASM build inputs from build-sea workflow jdalton <j****n@g****m> 10 months ago
0967e0c8 fix(ci): comment out socketbin-cli-ai references in build-sea workflow jdalton <j****n@g****m> 10 months ago
c359cb73 fix(ci): update ONNX Runtime artifact verification to check for .mjs files jdalton <j****n@g****m> 10 months ago
c8c90bbb test(update): use Promise.allSettled for concurrent store operations jdalton <j****n@g****m> 10 months ago
04ec7af8 test(backup): use Promise.allSettled for file operations jdalton <j****n@g****m> 10 months ago
a095db7d test(manifest): use Promise.allSettled for concurrent operations jdalton <j****n@g****m> 10 months ago
9b3ddbfd test(queue): use Promise.allSettled for robust testing jdalton <j****n@g****m> 10 months ago
bc80b197 test(patch): use Promise.allSettled for cleanup operations jdalton <j****n@g****m> 10 months ago
e4c74711 test(fix): use Promise.allSettled for test cleanup jdalton <j****n@g****m> 10 months ago
eaaa2ae5 refactor(scan): use Promise.allSettled to prevent memory leaks jdalton <j****n@g****m> 10 months ago
db85ef21 refactor(cache): use Promise.allSettled for cache warming jdalton <j****n@g****m> 10 months ago
8d8eac69 refactor(project): use Promise.allSettled for context detection jdalton <j****n@g****m> 10 months ago
78360d90 refactor(git): use Promise.allSettled for config operations jdalton <j****n@g****m> 10 months ago
2a2db281 refactor(onnx): use Promise.allSettled for defensive patch checking jdalton <j****n@g****m> 10 months ago
e38fa98d refactor(onnx): use safeReadFile for patch verification jdalton <j****n@g****m> 10 months ago
da9e508d refactor(onnx): use array for patch verification jdalton <j****n@g****m> 10 months ago
57ec4806 fix(onnx): add existence checks to patch verification jdalton <j****n@g****m> 10 months ago
4b8fc849 fix(onnx): verify wasm_post_build.js patch in cache validation jdalton <j****n@g****m> 10 months ago
5edacf94 test: fix dry-run test snapshots for commands with API tokens jdalton <j****n@g****m> 10 months ago
7c5eb587 fix(onnx): clean stale cache after GitHub Actions restoration jdalton <j****n@g****m> 10 months ago
7f1abd23 docs(onnxruntime): add detailed comments explaining patch and cache handling jdalton <j****n@g****m> 10 months ago
d1022916 refactor(onnxruntime): simplify patch approach - delete stale cache instead o... jdalton <j****n@g****m> 10 months ago
8824fbb0 fix(onnxruntime): patch wasm_post_build.js in both source and build directories jdalton <j****n@g****m> 10 months ago
b77b609b fix(bootstrap): remove unnecessary empty log after spinner completes jdalton <j****n@g****m> 10 months ago
232bb35a test: update all test snapshots for help output changes jdalton <j****n@g****m> 10 months ago
4a9ccb7d test: update snapshots for --reach-use-unreachable-from-precomputation flag jdalton <j****n@g****m> 10 months ago
40238c29 docs(changelog): update v2.1.0 with recent changes jdalton <j****n@g****m> 10 months ago
d29da70f Add option --reach-use-unreachable-from-precomputation (#850)
Co-authored-by: John-David Dalton <j****n@u****m>
Benjamin Barslev Nielsen <b****v@s****v>
Committed by: GitHub <n****y@g****m>
10 months ago
47ef4a32 fix(test): reduce thread count on macOS CI to prevent SIGABRT jdalton <j****n@g****m> 10 months ago
c98eda81 fix(types): resolve exactOptionalPropertyTypes issue in UpdateStore jdalton <j****n@g****m> 10 months ago
6b916bc7 chore(deps): update lockfile for socket-lib@3.2.0 jdalton <j****n@g****m> 10 months ago
ec679e25 chore(release): bump version to 2.1.0 and update dependencies jdalton <j****n@g****m> 10 months ago
4b18b92f feat(dlx): implement unified manifest for packages and binaries jdalton <j****n@g****m> 10 months ago
d6189728 fix(update): only show content-type warning in debug mode on parse failure jdalton <j****n@g****m> 10 months ago
31469c87 style: auto-format test mocks with arrow functions jdalton <j****n@g****m> 10 months ago
a7c02980 fix(types): correct parameter types for SDK method calls jdalton <j****n@g****m> 10 months ago
cfc0dda0 fix(types): add explicit type parameters to handleApiCall calls jdalton <j****n@g****m> 10 months ago
a0fc5a04 fix(types): update handleApiCall signature for SDK v3 compatibility jdalton <j****n@g****m> 10 months ago
4133b895 chore(deps): update @socketsecurity/sdk to 3.1.2 jdalton <j****n@g****m> 10 months ago
790a2aef fix(types): revert to use SDK v3 method names in type references jdalton <j****n@g****m> 10 months ago
371addd6 fix(types): update SDK operation names to match API types jdalton <j****n@g****m> 10 months ago
1531d7d9 chore(deps): update @socketsecurity/sdk to 3.1.1 jdalton <j****n@g****m> 10 months ago
d0af9a68 chore(deps): update @socketsecurity/sdk to 3.1.0 jdalton <j****n@g****m> 10 months ago
668d6ea7 refactor(build): remove Socket dependencies from external array jdalton <j****n@g****m> 10 months ago
43385e29 fix(deps): update all packages to use catalog for @socketsecurity/lib jdalton <j****n@g****m> 10 months ago
f6841f54 feat(git-hooks): make security checks mandatory, lint/test optional jdalton <j****n@g****m> 10 months ago
c5e6c771 test: fix mock constructor issues and convert output-list-repos to vi.doMock() jdalton <j****n@g****m> 10 months ago
4252641b style: apply auto-formatting to test files jdalton <j****n@g****m> 10 months ago
790f56f3 test(output): fix logger mocking using vi.doMock() pattern jdalton <j****n@g****m> 10 months ago
08c72c01 test(output): refactor tests to work around logger mock issues jdalton <j****n@g****m> 10 months ago
9999e39f chore(gitignore): ignore WASM bundles and Rust target directories jdalton <j****n@g****m> 10 months ago
b20a2f47 feat(scripts): add file validation checks jdalton <j****n@g****m> 10 months ago
7876183e test: attempt Option 2 refactoring for remaining test files jdalton <j****n@g****m> 10 months ago
ea4a5875 test: parallel agent fixes for test files jdalton <j****n@g****m> 10 months ago
cd0b660a test: add missing static imports to organization/repository tests jdalton <j****n@g****m> 10 months ago
00626dec test: convert multiple test files to use static imports jdalton <j****n@g****m> 10 months ago

← Back to repository