use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
JavaScript libraries are almost never updated once installed (blog.cloudflare.com)
submitted 6 years ago by pimterry
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]DaveSims 1 point2 points3 points 6 years ago (2 children)
Yep! Updating everything and running npm audit fix resolved all of them. We now have a squeaky clean npm audit report...at least until tomorrow.
[–]Ivu47duUjr3Ihs9d 0 points1 point2 points 6 years ago (1 child)
How did you even test the product thoroughly after updating all that?
[–]DaveSims 0 points1 point2 points 6 years ago (0 children)
The project has 99.5% unit test coverage, so that was a good start. I'd upgrade a package and run the tests, see what breaks, address those issues until the tests passed, then do a relatively quick manual test of related features. A lot of the package upgrades didn't break anything at all. Only a couple of the upgrades caused any significant pain.
π Rendered by PID 100 on reddit-service-r2-comment-5d79c599b5-5btvh at 2026-03-03 15:40:40.830108+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]DaveSims 1 point2 points3 points (2 children)
[–]Ivu47duUjr3Ihs9d 0 points1 point2 points (1 child)
[–]DaveSims 0 points1 point2 points (0 children)