UNPKG

1.11 kBMarkdownView Raw
1# Changelog
2
3## [2.2.4]
4
5### Bugfix
6- Fixes [#343](https://github.com/RetireJS/retire.js/pull/343) where symlink to nonexistent file causes it to crash with exception. Now it will log it as warn instead.
7
8## [2.2.3]
9
10### Bugfix
11- Fixes [#337](https://github.com/RetireJS/retire.js/issues/337) where symlinks are not read
12
13
14## [2.2.2]
15
16### Bugfix
17- Fixes [#334](https://github.com/RetireJS/retire.js/issues/334) where detected libraries without vulnerabilities show in output even when verbose is not specified
18
19
20## [2.2.1]
21
22### Bugfix
23- Fixes [#321](https://github.com/RetireJS/retire.js/issues/321) where write output to file did not always work as expected
24
25## [2.2.0]
26
27### Added
28- Support `--cacert <path>` or `--insecure` when loading the repos (thanks to [adamcohen](https://github.com/adamcohen)) [PR#322](https://github.com/RetireJS/retire.js/pull/322)
29
30
31## [2.1.1] - 2020-03-20
32
33### Bugfix
34- Fix compatibility with node 6
35
36
37## [2.1.1] - 2020-03-16
38
39### Modified
40- Remove `request` as it is deprecated
41
42
43## [2.1.0] - 2020-03-16
44
45### Modified
46- Support ** and * in ignore paths (** = any number of folders)
47