scanjs
scanjs copied to clipboard
Static analysis tool for javascript code based. Scanjs uses Esprima to convert sources to AST, then walks AST looking for patterns.
Results
2
scanjs issues
Sort by
recently updated
recently updated
newest added
Client-side instructions • git clone https://github.com/mozilla/scanjs.git • node server.js •Navigate to scanjs/client/ or see our example page The Client actually runs at /client: http://127.0.0.1:4000/client/#/scan
A "gh-pages" branch allows you to publish a webpage for each repository. There's a nice hack for HTML/JS projects so the web page always syncs up with your master branch:...