Skip to content

Releases: IBM/audit-ci

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

v2.5.1

15 Feb 04:08
0af1d5e
Compare
Choose a tag to compare

Fixes:

#129 - fix: NPM ENOAUDIT message capturing improvements

v2.5.0

14 Feb 20:28
e836b34
Compare
Choose a tag to compare

Fixes:
#120 - fix: Get audit-ci version from package.json

Docs:
#123 - docs: Change suggested usage to include master

Build:
#121 - fix(CI): Update CircleCI and Travis-CI build configs
#122 - fix(CI): audit-ci checks in CircleCI on PR builds

Add current audit-ci version to output

24 Oct 16:46
9ba2ec5
Compare
Choose a tag to compare

#114 - Add current audit-ci version to output
#115 - chore(contributing): Improve testing section