Skip to content

Commit b99e1a5

Browse files
committed
Add badges to track vulnerabilities and npm downloads
1 parent 9aef930 commit b99e1a5

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# loopback4-migration
22

3-
[![npm package](https://badge.fury.io/js/loopback4-migration.svg)](https://www.npmjs.com/package/loopback4-migration)
43
[![Coverage Status](https://coveralls.io/repos/github/nflaig/loopback4-migration/badge.svg?branch=master)](https://coveralls.io/github/nflaig/loopback4-migration?branch=master)
4+
[![npm vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/loopback4-migration.svg?label=npm%20vulnerabilities&style=flat-square)](https://www.npmjs.com/package/loopback4-migration)
5+
6+
[![Latest version](https://img.shields.io/npm/v/loopback4-migration.svg?style=flat-square)](https://www.npmjs.com/package/loopback4-migration)
7+
[![License](https://img.shields.io/github/license/nflaig/loopback4-migration.svg?color=blue&label=License&style=flat-square)](https://github.com/nflaig/loopback4-migration/blob/master/LICENSE)
8+
[![Downloads](https://img.shields.io/npm/dw/loopback4-migration.svg?label=Downloads&style=flat-square&color=blue)](https://www.npmjs.com/package/loopback4-migration)
9+
[![Total Downloads](https://img.shields.io/npm/dt/loopback4-migration.svg?label=Total%20Downloads&style=flat-square&color=blue)](https://www.npmjs.com/package/loopback4-migration)
510

611
Migration component that can be used by all applications build with Loopback 4 to manage migration tasks
712
such as database updates.

0 commit comments

Comments
 (0)