Added snyk

master
Keith Irwin 2018-02-25 00:13:37 +00:00
parent 71ccbec8d3
commit 64126b9bb9
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
2 changed files with 2 additions and 1 deletions

View File

@ -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).

View File

@ -1,6 +1,6 @@
{
"name": "mocha-froth",
"version": "0.2.4",
"version": "0.2.5",
"description": "Fuzzer for mocha testing",
"main": "index.js",
"scripts": {