Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: use portable readable-stream instead of native streams #51

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

legobeat
Copy link
Contributor

This switches the use of native runtime streams implementation (which differs in API between Node.js versions) with portable readable-stream.

This removes support for streams v2 API (native on Node.js <= v8).

@socket-security
Copy link

New dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
@types/readable-stream 4.0.0 None +1 56.6 kB types
readable-stream 3.6.2 environment +3 176 kB matteo.collina

@legobeat legobeat changed the title deps: use portable readable-stream instead of native streams deps: use portable readable-stream instead of native streams Sep 28, 2023
@legobeat legobeat marked this pull request as ready for review September 28, 2023 05:03
@legobeat legobeat requested a review from a team as a code owner September 28, 2023 05:03
@legobeat legobeat added the dependencies Pull requests that update a dependency file label Sep 28, 2023
@legobeat legobeat merged commit 4b92fef into MetaMask:main Oct 11, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants