UNPKG

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