Add CLAUDE.md, improve READMEs, fix dependency vulnerabilities#26
Open
Gabrielpanga wants to merge 3 commits intomasterfrom
Open
Add CLAUDE.md, improve READMEs, fix dependency vulnerabilities#26Gabrielpanga wants to merge 3 commits intomasterfrom
Gabrielpanga wants to merge 3 commits intomasterfrom
Conversation
- Pin 122 dependencies across 10 projects to their lock file versions (remove ^, ~, and < prefixes) - Add .npmrc with save-exact=true and min-release-age=7d to all projects - Change vercel.json installCommand from npm install to npm ci - Generate missing package-lock.json for frontend/react-native
Standardize on npm — .npmrc and package-lock.json are now the source of truth.
Documentation: - Add CLAUDE.md with architecture, commands, and SDK reference - Rewrite root README with framework tables and quick deploy button - Add missing READMEs for html, flask, and cordova quickstarts - Improve READMEs for react, nextjs, react-native, node-nestjs, vercel-node-connect-token, vercel-node-mongo, and aws-sst Security: - Run npm audit fix across all 9 Node.js projects - Fix 102 of 311 vulnerabilities (33% reduction) - Remaining vulns are in deprecated transitive deps (react-scripts, SST v1, React Native 0.66) that require major migrations to resolve
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
CLAUDE.mdwith repo architecture, commands, SDK reference, and notable patternsREADME.mdwith organized framework tables and quick deploy buttonfrontend/html,frontend/flask,frontend/cordova)npm audit fixacross all projectsVulnerability Fix Breakdown
Remaining vulnerabilities (require major migrations)
react-scripts5.0.1 transitive deps — not exploitable in build context, requires Vite migrationTest plan
npm ciin 2-3 projects to confirm lock files are valid