Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli authored May 9, 2022
1 parent 78d4ef4 commit 9fdbc8c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@

checks which modules you have used in your code and then makes sure they are listed as dependencies in your package.json, or vice-versa

![Node CI](https://github.com/dependency-check-team/dependency-check/workflows/Node%20CI/badge.svg)
![Static code analysis](https://github.com/dependency-check-team/dependency-check/workflows/Static%20code%20analysis/badge.svg)
[![dependencies Status](https://david-dm.org/dependency-check-team/dependency-check/status.svg)](https://david-dm.org/dependency-check-team/dependency-check)
[![Known Vulnerabilities](https://snyk.io/test/github/dependency-check-team/dependency-check/badge.svg?targetFile=package.json)](https://snyk.io/test/github/dependency-check-team/dependency-check?targetFile=package.json)
[![Node CI](https://github.com/dependency-check-team/dependency-check/actions/workflows/nodejs.yml/badge.svg)](https://github.com/dependency-check-team/dependency-check/actions/workflows/nodejs.yml)
[![Linting](https://github.com/dependency-check-team/dependency-check/actions/workflows/lint.yml/badge.svg)](https://github.com/dependency-check-team/dependency-check/actions/workflows/lint.yml)
[![Exits silently on unsupported](https://github.com/dependency-check-team/dependency-check/actions/workflows/exit-silently-on-unsupported.yml/badge.svg)](https://github.com/dependency-check-team/dependency-check/actions/workflows/exit-silently-on-unsupported.yml)

[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
[![js-standard-style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)

## requirements for maintained majors

If used on an older Node.js version `dependency-check` will fail silently rather than crashing your tests.

* `5.x` supports Node.js 12 and later
* `5.x` supports Node.js 14 and later
* `4.x` supports Node.js 10 and later
* `3.x` supports Node.js 6 and later
* `2.x` supports Node.js 0.10 and later (Dev note: published using the `legacy` tag)
Expand Down

0 comments on commit 9fdbc8c

Please sign in to comment.