I've Just Liberated My Modules
medium.com
I've Just Liberated My Modules
1–10 of 827 posts
Re: I've Just Liberated My Modules
#2Re: I've Just Liberated My Modules
#3The package author decided to unpublish the package. A new author has now stepped in and re-published the package (yay open source!) and deps are fixed.
Re: I've Just Liberated My Modules
#4Re: I've Just Liberated My Modules
#5The package author decided to unpublish the package. A new author has now stepped in and re-published the package (yay open source!) and deps are fixed.
And the reason for unpublishing is at https://medium.com/@azerbike/i-ve-just-liberated-my-modules-...
Re: I've Just Liberated My Modules
#6 module.exports = leftpad;
function leftpad (str, len, ch) {
str = String(str);
var i = -1;
if (!ch && ch !== 0) ch = ' ';
len = len - str.length;
while (++i
https://github.com/azer/left-pad/blob/master/index.jsRe: I've Just Liberated My Modules
#7Re: I've Just Liberated My Modules
#8Re: I've Just Liberated My Modules
#9The package author decided to unpublish the package. A new author has now stepped in and re-published the package (yay open source!) and deps are fixed.
E: Did not realize I was linking the author their own tweets.
Re: I've Just Liberated My Modules
#10Spine-less flip-flopping–because taking a stand would have been too inconvenient. What did people expect from some 20 year olds managing a centralized piece of infrastructure?