Skip to content

Use latest unzip-stream and unzip.Extract - #1724

Merged
bethanyj28 merged 4 commits into
mainfrom
bethanyj28/update-unzip-stream
Apr 24, 2024
Merged

Use latest unzip-stream and unzip.Extract#1724
bethanyj28 merged 4 commits into
mainfrom
bethanyj28/update-unzip-stream

Conversation

@bethanyj28

Copy link
Copy Markdown
Contributor

This updates the unzip-stream dependency and goes back to using unzip.Extract over unzip.Parse.

@bethanyj28
bethanyj28 marked this pull request as ready for review April 23, 2024 20:16
@bethanyj28
bethanyj28 requested a review from a team as a code owner April 23, 2024 20:16
})
)
.on('finish', async () => {
.pipe(unzip.Extract({path: directory}))

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Glad we don't have to roll our own implementation anymore

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed! Simplifies this a ton.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants