chore(deps): remove unused direct dependencies (safe-buffer, events, stream-browserify)#154
Merged
Merged
Conversation
…stream-browserify) These three packages were listed as direct dependencies but are not imported anywhere in the source code. They remain available as transitive dependencies through other packages (e.g., crypto-browserify depends on safe-buffer, node-stdlib-browser depends on events and stream-browserify). - safe-buffer: legacy Buffer polyfill, no direct imports in src/ - events: Node.js events polyfill, no direct imports in src/ - stream-browserify: Node.js stream polyfill, no direct imports in src/ Verification: - All 52 tests pass - npm run build completes successfully - npm install succeeds without warnings
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Removes three packages from
dependenciesinpackage.jsonthat are not imported anywhere in the source code. They remain available as transitive dependencies via other packages, so behavior is unchanged.Packages Removed
safe-buffercrypto-browserify,browserify-sign,hash-base, etc.eventsnode-stdlib-browser.stream-browserifynode-stdlib-browser.Verification
npm run buildcompletes successfullynpm installsucceeds without warningssrc/tree — no imports of any of the three packages