From c57458a69f65a0d73e5dff48b90b5dfe5c85f50c Mon Sep 17 00:00:00 2001 From: Snyk Community Date: Tue, 18 Oct 2016 10:29:29 +0300 Subject: [PATCH] =?UTF-8?q?Badge=20to=20show=20you=E2=80=99re=20free=20of?= =?UTF-8?q?=20known=20vulnerabilities?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit node-metainspector has no vulnerabilities, which is awesome! This PR adds a badge that shows you’re free of known vulnerabilities. Note that the badge works off the latest master branch. Adding the badge will show others that you care about security, and that they should care, too. (It will also help to spread the word about Snyk, which would benefit us a lot!). Check our [documentation](https://snyk.io/docs/badges/#github-badge) if you’d like to know more about our badges. Stay secure, The Snyk team --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d9096f..3bf03e3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![status](https://secure.travis-ci.org/gabceb/node-metainspector.png?branch=master) - +[![Known Vulnerabilities](https://snyk.io/test/github/gabceb/node-metainspector/368958cf0680a40dac5ac99448ca09fb068cb29f/badge.svg)](https://snyk.io/test/github/gabceb/node-metainspector/368958cf0680a40dac5ac99448ca09fb068cb29f) ## Node-Metainspector MetaInspector is an npm package for web scraping purposes. You give it an URL, and it lets you easily get its title, links, images, description, keywords, meta tags....