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

Get rid of lazystream (or have it update its dependencies) so as not to depend on outdated readable-stream #191

Open
obones opened this issue Aug 28, 2024 · 0 comments

Comments

@obones
Copy link

obones commented Aug 28, 2024

Hello,

I'm using node-archiver quite happily but while doing my periodical dependency update procedure, I came across a transient dependency to readable-stream@2.3.8 which is quite outdated as v4 has been out for quite some time.
This package quite justly depends on readable-stream@4 but also depends on lazystream@1 which is the one that brings in the outdated dependency to readable-stream@2.3.8
An issue already exists on the lazystream project (jpommerening/node-lazystream#7) but it seems that the project has been dormant for quite some time without any progress on an eventual transfer to a new home (jpommerening/node-lazystream#3 (comment))

Do you think it would be feasible to remove the dependency to lazystream by replacing it by something else, or integrating the functionality directly?

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

No branches or pull requests

1 participant