Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
gmaclennan
added a commit
that referenced
this pull request
Feb 17, 2026
* main: feat: optimize order of entries (#37) fix: fix file descriptor leak (#62) Release v4.0.1 (#61) fix: serve with parameter in base (#60) Release v4.0.0 (#59) Revert "Release v4.0.0 (#53)" (#58) chore: add test for server base path (#56) chore: add missing package.json fields (#54) Release v4.0.0 (#53) chore: fix issues with release workflow (#50) feat!: simplified server (#52) chore: use npm trusted publishing with OIDC (#49) Release v3.0.0 (#46) feat!: introduce dual publishing (#45) Release v2.2.1 (#44) fix: fix types exports locations (#43)
gmaclennan
added a commit
that referenced
this pull request
Feb 17, 2026
* main: chore: use sharp for test image generation (#42) feat: optimize order of entries (#37) fix: fix file descriptor leak (#62) Release v4.0.1 (#61) fix: serve with parameter in base (#60) Release v4.0.0 (#59) Revert "Release v4.0.0 (#53)" (#58) chore: add test for server base path (#56) chore: add missing package.json fields (#54) Release v4.0.0 (#53) chore: fix issues with release workflow (#50) feat!: simplified server (#52) chore: use npm trusted publishing with OIDC (#49)
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.
A bug in yauzl-promise was resulting in file descriptor leaks when trying to open an invalid zip file. This fix patches yauzl-promise and adds it as a bundled dependency so that the patch is included in the tarball.