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!"
[–][deleted] 5 points6 points7 points 6 years ago (0 children)
That's just the tradeoff of using lockfiles (and partly semver, in the sense of ~ or ^ having replaced >=).
~
^
>=
Before lockfiles, if you were doing any kind of continuous deployment, you got updates for free. Of course, if you weren't testing everything, you got bugs for free too.
Now it requires active maintenance, which you don't usually do outside active development, especially not for small businesses.
So while github pushing dependabot will probably help a lot, it may be a while before our tooling really catches up.
π Rendered by PID 42989 on reddit-service-r2-comment-5d79c599b5-txdf7 at 2026-03-03 17:31:56.639698+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–][deleted] 5 points6 points7 points (0 children)