UNPKG

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