You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 =)
The text was updated successfully, but these errors were encountered:
@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.
The
string.prototype.padend
dependency adds 3.,3 megabytes worth of deeply nesting dependencies (including a somewhat ridiculous 1MB worth of "test.html" in theobject.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 =)
The text was updated successfully, but these errors were encountered: