From 395b7e4c793efc6c8a49016144bbf784f00130b5 Mon Sep 17 00:00:00 2001 From: christian-bromann Date: Thu, 5 Jul 2018 12:06:00 +0200 Subject: [PATCH] add snyk vulnerability batch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa8cf91..062de23 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -rgb2hex [![Build Status](https://travis-ci.org/christian-bromann/rgb2hex.svg?branch=master)](https://travis-ci.org/christian-bromann/rgb2hex) [![Coverage Status](https://coveralls.io/repos/christian-bromann/rgb2hex/badge.png)](https://coveralls.io/r/christian-bromann/rgb2hex) +rgb2hex [![Build Status](https://travis-ci.org/christian-bromann/rgb2hex.svg?branch=master)](https://travis-ci.org/christian-bromann/rgb2hex) [![Coverage Status](https://coveralls.io/repos/christian-bromann/rgb2hex/badge.png)](https://coveralls.io/r/christian-bromann/rgb2hex) [![Known Vulnerabilities](https://snyk.io/test/github/christian-bromann/rgb2hex/badge.svg?targetFile=package.json)](https://snyk.io/test/github/christian-bromann/rgb2hex?targetFile=package.json) ======= Parse any rgb or rgba string into a hex color. Lightweight library, no dependencies!