Merged
Conversation
- Fix git push credentials in generate.yml workflow by removing persist-credentials: false to allow pushing automated commits - Add createFullScan entry to quota data file (alongside legacy createOrgFullScan) for accurate quota calculations - Fix docs/api-reference.md: replace non-existent includeTopLevelAncestors param with valid query params (alerts, compact) - Fix docs/api-reference.md: add url field to error result structure - Fix docs/quota-management.md: correct extra parenthesis typo - Fix docs/quota-management.md: update method name from createOrgFullScan to createFullScan throughout
- Fix types.ts: retries default is 3 (not 0), retryDelay is 1000 (not 100) - Fix quota-management.md: remove non-existent createScanFromFilepaths method - Fix quota-management.md: correct free method count from 43 to 44
- Add 'TB' to sizes array for terabyte-scale files - Use Math.min to clamp index to prevent undefined access for files ≥1PB
8f838f0 to
7dc7f16
Compare
- Fix README.md: use correct depscore field from SocketPackageScore - Fix api-reference.md: iterate result.data directly (not .packages) - Fix api-reference.md: use scan_state field (not status) - Fix validate-bundle-deps.mjs: return null for empty specifiers
7dc7f16 to
5707cfd
Compare
divmain
approved these changes
Mar 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
pnpm run check --allpassespnpm testpasses🤖 Generated with Claude Code