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

remove string.prototype.padend dependency #241

Open
Pomax opened this issue Sep 4, 2022 · 2 comments
Open

remove string.prototype.padend dependency #241

Pomax opened this issue Sep 4, 2022 · 2 comments

Comments

@Pomax
Copy link

Pomax commented Sep 4, 2022

The string.prototype.padend dependency adds 3.,3 megabytes worth of deeply nesting dependencies (including a somewhat ridiculous 1MB worth of "test.html" in the object.assign sub-sub-dependency =) just to add something that's been supported by Node as far back as v8 =)

Normally, space on disk is irrelevant, but in this case it's 3.3 MB for a function that hasn't needed shimming for over five years now, and is supported by every LTS version including three EOL'ed versions =)

@luwes
Copy link

luwes commented Oct 4, 2023

please let me know if you'd accept a new PR? I'm happy to help get this dependency removed...

SCR-20231004-jfw

@zloirock
Copy link

zloirock commented Oct 4, 2023

@luwes the last @mysticatea real activity on GitHub or other platforms that I was able to find is July 2021. All after that - only automatically created commits and merger his old PRs.

I hope that he is fine and just decided to relax.

My project depends on many of his packages and many (however not all) of them have maintained forks.

A maintained fork of this is https://github.com/bcomnes/npm-run-all2.

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 a pull request may close this issue.

3 participants