hapi-boom-decorators
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -7,2 +7,6 @@ # Changelog | ||
## [4.1.1] - 2018-07-25 | ||
### Security | ||
- Update boom sub-dependencies to remove vulnerable version of `hoek` ([CVE-2018-3728](https://nvd.nist.gov/vuln/detail/CVE-2018-3728)) | ||
## [4.1.0] - 2018-04-07 | ||
@@ -9,0 +13,0 @@ ### Added |
{ | ||
"name": "hapi-boom-decorators", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Decorates a Hapi server's reply interface with functions to make it easy to reply with Boom errors", | ||
@@ -44,3 +44,3 @@ "engines": { | ||
"chokidar-cli": "^1.2.0", | ||
"hapi": "^17.4.0", | ||
"hapi": "^17.5.2", | ||
"mocha": "^5.1.1", | ||
@@ -47,0 +47,0 @@ "standard": "^11.0.1" |
# hapi-boom-decorators | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/brainsiq/hapi-boom-decorators.svg)](https://greenkeeper.io/) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/brainsiq/hapi-boom-decorators/badge.svg)](https://snyk.io/test/github/brainsiq/hapi-boom-decorators) [![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square)](https://github.com/Flet/semistandard) | ||
@@ -4,0 +6,0 @@ [![Circle CI](https://circleci.com/gh/brainsiq/hapi-boom-decorators/tree/master.svg?style=shield&circle-token=9fe584ee6c1099bec9ba2864d3a63428f444a098)](https://circleci.com/gh/brainsiq/hapi-boom-decorators/tree/master) |
8275
57