[DAEMON-55] appcd: Add Retire.js to the 'gulp check' task
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-08-15T23:22:10.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 1.0.0 |
Components | Tooling |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2017-02-23T19:43:54.000+0000 |
Updated | 2017-10-26T03:02:05.000+0000 |
Description
The
gulp check
currently only checks NSP for security issues. It is also desired to use Retire.js (https://retirejs.github.io/retire.js/). We need to add Retire.js to the gulp check
task and update the JSON results.
It is preferred to use Retire.js programmatically instead of subprocessing it, though I'm not sure if that's feasible.
Also note that Retire.js and NSP overlap and it would be ideal to unify the results and eliminate duplicates.
No comments