Merged
Conversation
🦋 Changeset detectedLatest commit: 5b3faed The changes in this PR will be included in the next version bump. This PR includes changesets to release 11 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
commit: |
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
b9cba30 to
82e3cd8
Compare
b23429d to
2273c86
Compare
f00f806 to
9784696
Compare
7b27f68 to
5629b48
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Adds complete Next.js integration supporting both Turbopack and Webpack bundlers, with runtime secret leak protection, console redaction, sourcemap scrubbing, and post-build output scanning. Key changes: - Dual bundler support: Turbopack (loader + runtime injection) and Webpack (DefinePlugin proxy + processAssets hooks) - Self-contained init bundles (init-server, init-edge) injected into runtime files - Per-file loader with init guards for pre-rendering workers - Shared redaction state via globalThis for cross-bundle-instance consistency - File watchers for all varlock sources (not just Next.js's fixed .env set) - Post-build leak scanning of static chunks, HTML, and sourcemap scrubbing Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
f0af418 to
83b29fc
Compare
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.
Reworked the nextjs integration. Now adds full turbopack support, and fixes edge runtime issues with webpack.
The matrix of cases to support (next version, webpack/turbopack, edge runtime, output mode, etc) is massive - so may need more work, but this should be a huge improvement.
closes #412