diff --git a/README.md b/README.md index 44e220c..3f8f0ac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # mocha-froth [![Build Status](https://travis-ci.org/keith24/mocha-froth.svg?branch=master)](https://travis-ci.org/keith24/mocha-froth) [![Coverage Status](https://coveralls.io/repos/github/keith24/mocha-froth/badge.svg?branch=master)](https://coveralls.io/github/keith24/mocha-froth?branch=master) +[![Known Vulnerabilities](https://snyk.io/test/github/keith24/mocha-froth/badge.svg?targetFile=package.json)](https://snyk.io/test/github/keith24/mocha-froth?targetFile=package.json) Fuzzer for mocha testing. Or any javascript testing suite, really. This package provides a function that returns an array of random strings. You know, a [fuzzer](https://en.wikipedia.org/wiki/Fuzzer). diff --git a/package.json b/package.json index 7764c28..cda0e2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mocha-froth", - "version": "0.2.4", + "version": "0.2.5", "description": "Fuzzer for mocha testing", "main": "index.js", "scripts": {