fischbacher
Advanced tools
Comparing version 2.0.2 to 2.0.3
# Changelog | ||
## [v2.0.3](https://github.com/ruiquelhas/fischbacher/tree/v2.0.3) (2017-02-21) | ||
[Full Changelog](https://github.com/ruiquelhas/fischbacher/compare/v2.0.2...v2.0.3) | ||
**Fixed bugs:** | ||
- Flaky tests run without file fixtures available [\#10](https://github.com/ruiquelhas/fischbacher/issues/10) | ||
- Support tasks [\#11](https://github.com/ruiquelhas/fischbacher/pull/11) ([ruiquelhas](https://github.com/ruiquelhas)) | ||
## [v2.0.2](https://github.com/ruiquelhas/fischbacher/tree/v2.0.2) (2016-10-31) | ||
@@ -4,0 +12,0 @@ [Full Changelog](https://github.com/ruiquelhas/fischbacher/compare/v2.0.1...v2.0.2) |
{ | ||
"name": "fischbacher", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Server-level lafayette validation for hapi", | ||
"main": "lib/index.js", | ||
"files": [ | ||
"LICENSE", | ||
"README.md", | ||
"lib" | ||
], | ||
"scripts": { | ||
@@ -34,4 +39,4 @@ "changelog": "github_changelog_generator --header-label='# Changelog'", | ||
"coveralls": "2.x.x", | ||
"hapi": "15.x.x", | ||
"lab": "11.x.x", | ||
"hapi": "16.x.x", | ||
"lab": "12.x.x", | ||
"multi-part": "2.x.x" | ||
@@ -38,0 +43,0 @@ }, |
# fischbacher | ||
Server-level [lafayette](https://github.com/ruiquelhas/lafayette) validation for [hapi](https://github.com/hapijs/hapi). | ||
[![NPM Version][fury-img]][fury-url] [![Build Status][travis-img]][travis-url] [![Coverage Status][coveralls-img]][coveralls-url] [![Dependencies][david-img]][david-url] | ||
[![NPM Version][version-img]][version-url] [![Build Status][travis-img]][travis-url] [![Coverage Status][coveralls-img]][coveralls-url] [![Dependencies][david-img]][david-url] [![Dev Dependencies][david-dev-img]][david-dev-url] | ||
@@ -64,9 +64,11 @@ ## Table of Contents | ||
[coveralls-img]: https://coveralls.io/repos/ruiquelhas/fischbacher/badge.svg | ||
[coveralls-img]: https://img.shields.io/coveralls/ruiquelhas/fischbacher.svg?style=flat-square | ||
[coveralls-url]: https://coveralls.io/github/ruiquelhas/fischbacher | ||
[david-img]: https://david-dm.org/ruiquelhas/fischbacher.svg | ||
[david-img]: https://img.shields.io/david/ruiquelhas/fischbacher.svg?style=flat-square | ||
[david-url]: https://david-dm.org/ruiquelhas/fischbacher | ||
[fury-img]: https://badge.fury.io/js/fischbacher.svg | ||
[fury-url]: https://badge.fury.io/js/fischbacher | ||
[travis-img]: https://travis-ci.org/ruiquelhas/fischbacher.svg | ||
[david-dev-img]: https://img.shields.io/david/dev/ruiquelhas/fischbacher.svg?style=flat-square | ||
[david-dev-url]: https://david-dm.org/ruiquelhas/fischbacher?type=dev | ||
[version-img]: https://img.shields.io/npm/v/fischbacher.svg?style=flat-square | ||
[version-url]: https://www.npmjs.com/package/fischbacher | ||
[travis-img]: https://img.shields.io/travis/ruiquelhas/fischbacher.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/ruiquelhas/fischbacher |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
74
0
8107
5
16