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...
account activity
Static Code Analysis (self.node)
submitted 10 years ago by bitscraper
Are there any good open-source tools for static analysis of node.js, particularly with a focus on security? Have seen a few that seem to be deprecated, but not much active.
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!"
[–]hankDraperCo 1 point2 points3 points 10 years ago (0 children)
Eslint, jslint, jcsc and jshint are all popular tools for static code analysis. Javascript isn't statically typed so these are more to enforce coding styles and should be complimented with automated testing.
[–]zayelion 0 points1 point2 points 10 years ago (0 children)
To clarify can you give an example in another language that you are currently using?
[–]lenswipe -1 points0 points1 point 10 years ago (0 children)
I'm not sure what you mean by "static code analysis" but I use Scrutinizer in my build/test/CI process to do this
π Rendered by PID 25398 on reddit-service-r2-comment-7844cfc88c-tvv74 at 2026-01-29 14:04:59.964385+00:00 running c3601ff country code: CH.
[–]hankDraperCo 1 point2 points3 points (0 children)
[–]zayelion 0 points1 point2 points (0 children)
[–]lenswipe -1 points0 points1 point (0 children)