Skip to content

Releases: IBM/audit-ci

v5.1.0

11 Oct 12:32
a198e0f
Compare
Choose a tag to compare

EDIT: Not accessible on the NPM registry due to NPM's outage: https://status.npmjs.org/incidents/wy4002vc8ryc

#196 - Support wildcards in allowlist
#204 - Use array.prototype.flatmap instead of core-js

v5.0.0

08 Oct 13:21
Compare
Choose a tag to compare

#198 - [BREAKING]: Drop support for Node 8
#198 - Update lots of dependencies, fixing advisories

v4.2.0

08 Oct 12:18
ad3b29b
Compare
Choose a tag to compare

#199 - fix: Update advisory numbers for tests
#197 - feat: Add support for JSON5 config
#193 - feat: output-format, support JSON

v4.1.0

15 Jun 19:19
89c6569
Compare
Choose a tag to compare

#184 - Via link resolving for NPM 7
#186 - Opt-in skip dev dependencies

v4.0.0

03 May 18:47
be22cc9
Compare
Choose a tag to compare

#175 - Add NPM 7 support

v3.2.0

07 Apr 12:04
Compare
Choose a tag to compare
  • #171 - Support Yarn Berry
  • #172 - Bump lodash to fix NPM audit
  • #177 - Bump lodash and y18n to fix NPM audit
  • #178 - Specify NPM 6 in CircleCI
  • #180 - Update README for GitHub Actions

v3.1.1

02 Jul 16:59
041cec6
Compare
Choose a tag to compare

Bugs fixes

#159 - Remove duplicate element of advisoriesFound in summary
#161 - Change lodash to node-noop for no vuln

v3.1.0

24 Jun 17:05
378b78f
Compare
Choose a tag to compare
  • feat(allowlist): Change default to allowlist (#154)
  • chore: Add Node 14 to testing matrix (#155)
  • chore: Ran npm upgrade (#156)
  • chore: Remove /bin (#157)

v3.0.1

25 May 15:48
771b545
Compare
Choose a tag to compare
  • #145: Fix npm-auditer's full audit report message to say NPM instead of Yarn
  • #149: Remove unnecessary whitelist for advisory 1179

v3.0.0

06 May 18:06
6ac755c
Compare
Choose a tag to compare
  • #131 BREAKING: Drop node 6 support
  • #138 BREAKING: Remove deprecated report and summary options
  • #131 Change prettier settings
  • #139 Use async/await syntax
  • #139 Possibly fix #139
  • #137 Use npmpublish GitHub Action for releases