node-report
node-report copied to clipboard
Delivers a human-readable diagnostic summary, written to file.
Version strings in `process.versions` should be escaped before being used to construct regular expressions. Fixes tests when run against current Node.js master branch where OpenSSL has a `+` character in...
Fixes `npm audit` warning for `handlebars`: ```console -bash-4.2$ npm audit === npm audit security report === # Run npm install --save-dev [email protected] to resolve 1 vulnerability SEMVER WARNING: Recommended action...
WIP. Refs: https://github.com/nodejs/node-report/issues/131 Added test. Need to look at how to fix.
This PR adds cpplint to linter all the c/c++ files. It can be run from `npm test` or directly from `npm run lint`. There are still a few linter errors...
Adds eslint to be run with `npm test`. We should use eslintrc to remain consistent with the nodejs community such as nodejs/node and nodejs/citgm. This also allows you to use...
Closes #44