Ridiculous NPM (Node.js) Packages that I wish didn't exist

Ridiculous NPM (Node.js) Packages that I wish didn't exist

Engineer Man

4 года назад

101,666 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@luphoria
@luphoria - 06.06.2023 08:41

My favorite package is is-number (a dependency of is-odd). It has 17M+ downloads a week. God is good.

Ответить
@nolep5555
@nolep5555 - 06.08.2022 14:47

I am often using is-odd and is-even package

Ответить
@giacomogagliano5179
@giacomogagliano5179 - 29.04.2022 11:14

I am dying hihi

Ответить
@gosnooky
@gosnooky - 13.03.2022 14:09

What's more - some of these packages seem to have multiple versions. That package is-ten-thousand with its 28 dependencies seems to exist for the sole purpose of wasting computing and storage resources and should be treated as malware and removed from the registry.

Ответить
@AsgerJon
@AsgerJon - 09.03.2022 23:28

These are like nfts, except funny

Ответить
@AnonymousAccount514
@AnonymousAccount514 - 14.02.2022 21:53

And this is why I hate Node and Ruby….the package management is way too chaotic….I went back to Java.

Ответить
@saubecity
@saubecity - 07.01.2022 06:24

i could'nt stop laugthing 🤣❤

Ответить
@cristiangomes6101
@cristiangomes6101 - 10.12.2021 21:17

you guys are just jealous because your projects don't get that many downloads

Ответить
@ino3809
@ino3809 - 23.10.2021 22:37

500th comment.

Ответить
@user-cd4bx6uq1y
@user-cd4bx6uq1y - 20.06.2021 16:21

501st

Ответить
@blazi_0
@blazi_0 - 20.06.2021 01:26

i wish npm doesnt exist . FUCK YOU NPM IM TIRED!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Ответить
@frosty1433
@frosty1433 - 25.05.2021 01:28

Maybe 43 weekly downloads is the minimum with all the crawlers.

Ответить
@zelatrix8545
@zelatrix8545 - 12.04.2021 04:39

I think the if package could be useful if you like functions and things.

Ответить
@innernetfunhouse1161
@innernetfunhouse1161 - 07.04.2021 18:43

lot of these are jokes, and others may just be people learning about package maintenance with a simple package that is probably a bad idea. what can you expect, they are noobs!

Ответить
@bart2019
@bart2019 - 17.02.2021 09:41

The problem is that all npm modules are created equal. It shouldn't be that way. A committee should mark at least these modules as tainted, meaning "don't use in production". That tag should be visible on the website and in the command line when you install it.
Furthermore taintedness shoul be inherited: any module that uses a tainted module is itself automatically tainted.
Thar way module authors would shamed into removing ridiculous dependencies.
Maybe.

Ответить
@Endrit719
@Endrit719 - 17.02.2021 03:46

noob programmers: try creating even some complex shit just to not include someone else packages
pro programmers: this package does nothing, let's use that

Ответить
@MrOnePieceRuffy
@MrOnePieceRuffy - 12.02.2021 22:43

i needed in NodeJS the Browser Javascript function "atob" and.. there is an npm package for it. With 16 Millions weekly downloads..... lol
module.exports = () => Buffer.from(str, 'base64').toString('binary');

Ответить
@KangJangkrik
@KangJangkrik - 11.02.2021 20:52

Better use bower

...oh wait

Ответить
@JustSomeAussie1
@JustSomeAussie1 - 11.02.2021 14:07

JavaScript "developers" in a nutshell

Ответить
@GeneralSalt
@GeneralSalt - 11.02.2021 10:44

Likes haven't quite surpassed ten thousand..

Ответить
@seneca983
@seneca983 - 10.02.2021 21:35

Someone make an NPM package called "all" that depends on all other NPM packages.

Ответить
@CuriousPiti
@CuriousPiti - 10.02.2021 17:57

I hope you find more ridiculous packages so we get another video, this was hilarious.

Ответить
@Epinardscaramel
@Epinardscaramel - 09.02.2021 23:06

Uh? What’s wrong with the second one?

Ответить
@ramsesbams
@ramsesbams - 09.02.2021 19:02

owoifyx is actually decent for joke programs. owoifying your speech is silly and entertaining. checking if a package is the is-odd package is not

Ответить
@naira2485
@naira2485 - 09.02.2021 14:50

yet my actually useful package with 0 dependencies gets 6 downloads. lemme go make a package for people that cant do basic math then ill get a fuck ton of downloads

Ответить
@broboredo
@broboredo - 09.02.2021 12:46

LOL VERY FUNNY

Ответить
@James-iw2pr
@James-iw2pr - 08.02.2021 11:20

Can you make another list with packages that aren't obviously complete jokes?

Ответить
@Smashpery
@Smashpery - 08.02.2021 03:03

Time to make is is is odd

Ответить
@Susul-lj2wm
@Susul-lj2wm - 07.02.2021 12:30

THANK YOU SO MUCH, I NEEDED OWOFYX. I WROTE MY OWN OWOFYER BUT ITS GARBAGE, not I can finally follow my dreams, you helped me a lot

Ответить
@PMEP12
@PMEP12 - 07.02.2021 04:28

Jeez, how dumb are developers these days... how bad do you have to fail maths to need a package to check if a number is odd 🤦‍♂️

Ответить
@Franchyze923
@Franchyze923 - 06.02.2021 17:30

haha these are great. 6 contributors for true. Definitely using in my next project

Ответить
@adriabama06
@adriabama06 - 06.02.2021 14:39

xD

Ответить
@owenwexler7214
@owenwexler7214 - 06.02.2021 13:34

is-odd in one line

const isOdd = n => return ((typeof n === ‘number’) && (n % 2 !== 0)) ? true : false;

Ответить
@Simple_Simon_UK
@Simple_Simon_UK - 06.02.2021 07:39

I have a package idea ...... add1.
From it, many other packages could be created, with it as a dependency.
Eg.
add2 (depends on add1)
add3 (depends on add1 and add2)
Etc.......
You could create a wrapper function..... addAnother1.

What a great way to help society.

Ответить
@nobu5826
@nobu5826 - 04.02.2021 03:50

I posted a package to reserve a name and all it did was return bean and it had 102 weekly downloads in 2 days

Ответить
@ChazAllenUK
@ChazAllenUK - 01.02.2021 08:08

Please let there be a part 2 !!

Ответить
@kocokan
@kocokan - 31.01.2021 17:43

pretty sure these are memes

Ответить
@LambrosSymeonakis
@LambrosSymeonakis - 31.01.2021 05:18

Some of these are jokes, most are actually useful building blocks especially from a functional style perspective. Take a moment and consider why lodash includes all of these basic functions.

Ответить
@daonlyowner6631
@daonlyowner6631 - 30.01.2021 22:26

the if package acutally makes sense since it's a expression now.

Ответить
@willful759
@willful759 - 29.01.2021 23:42

the worst part is that is even has so many downloads that i'm deadass sure people think it's not a meme

Ответить
@NoSockChan
@NoSockChan - 29.01.2021 20:45

Penis.js is great, by the way

Ответить
@AlfonsoGomezArzola
@AlfonsoGomezArzola - 29.01.2021 04:46

I wrote cnsol3 and I’m not sorry I contributed to the chaos.

Ответить
@not_herobrine3752
@not_herobrine3752 - 28.01.2021 15:01

this video is a freaking gold mine

Ответить
@Melanittanigra
@Melanittanigra - 28.01.2021 02:21

I think you need to research what satire is

Ответить
@TimeoutMegagameplays
@TimeoutMegagameplays - 27.01.2021 10:53

is-odd actually gets me worried about the state of web devs, lots of serious packages depend on it, which is really sad

Ответить
@malerra
@malerra - 27.01.2021 06:53

Honestly, I get why the "if" package. It's using syntax from BASIC, so to people who prefer it, they can use it. Oh, and OwOify actually has good potential if it's done well.

Ответить
@awesomedavid2012
@awesomedavid2012 - 27.01.2021 02:10

I need to make a package that does that SpongeBob chicken meme for text like "jAvAscRIpt iS a GooD LaNGUaGe "

Ответить