UNPKG

1.56 kBMarkdownView Raw
1# Changelog
2
3## [3.0.1]
4
5### Dependency update
6- always output JSON to stdout, to avoid conflict with deprecation warning
7
8## [3.0.1]
9
10### Dependency update
11- glob-parent, lodash and hosted-git-info had vulnerabilities and was updated
12
13## [3.0.0]
14
15### Deprecation notice
16- The node scanner is deprecated: https://github.com/RetireJS/retire.js/wiki/Deprecating-the-node.js-scanner
17
18## [2.2.5]
19
20### Dependency update
21- y18n had a vulnerability and was updated
22
23## [2.2.4]
24
25### Bugfix
26- 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.
27
28## [2.2.3]
29
30### Bugfix
31- Fixes [#337](https://github.com/RetireJS/retire.js/issues/337) where symlinks are not read
32
33
34## [2.2.2]
35
36### Bugfix
37- Fixes [#334](https://github.com/RetireJS/retire.js/issues/334) where detected libraries without vulnerabilities show in output even when verbose is not specified
38
39
40## [2.2.1]
41
42### Bugfix
43- Fixes [#321](https://github.com/RetireJS/retire.js/issues/321) where write output to file did not always work as expected
44
45## [2.2.0]
46
47### Added
48- 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)
49
50
51## [2.1.1] - 2020-03-20
52
53### Bugfix
54- Fix compatibility with node 6
55
56
57## [2.1.1] - 2020-03-16
58
59### Modified
60- Remove `request` as it is deprecated
61
62
63## [2.1.0] - 2020-03-16
64
65### Modified
66- Support ** and * in ignore paths (** = any number of folders)
67