hapi-boom-decorators
Advanced tools
Comparing version 2.2.2 to 2.3.0
@@ -6,2 +6,5 @@ # Change Log | ||
## [2.3.0] - 2017-04-19 | ||
- Support for Boom.teapot() | ||
## [2.2.2] - 2016-12-04 | ||
@@ -8,0 +11,0 @@ - Regenerated npm-shrinkwrap.json to remove development dependencies |
@@ -33,3 +33,4 @@ 'use strict' | ||
'gatewayTimeout', | ||
'illegal' | ||
'illegal', | ||
'teapot' | ||
] | ||
@@ -36,0 +37,0 @@ |
{ | ||
"name": "hapi-boom-decorators", | ||
"version": "2.2.2", | ||
"version": "2.3.0", | ||
"dependencies": { | ||
"boom": { | ||
"version": "4.2.0", | ||
"from": "boom@>=4.2.0 <5.0.0", | ||
"resolved": "https://registry.npmjs.org/boom/-/boom-4.2.0.tgz" | ||
"version": "4.3.1", | ||
"from": "boom@latest", | ||
"resolved": "https://registry.npmjs.org/boom/-/boom-4.3.1.tgz" | ||
}, | ||
"hoek": { | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"from": "hoek@>=4.0.0 <5.0.0", | ||
"resolved": "https://registry.npmjs.org/hoek/-/hoek-4.1.0.tgz" | ||
"resolved": "https://registry.npmjs.org/hoek/-/hoek-4.1.1.tgz" | ||
} | ||
} | ||
} |
{ | ||
"name": "hapi-boom-decorators", | ||
"version": "2.2.2", | ||
"version": "2.3.0", | ||
"description": "Decorates a Hapi server's reply interface with functions to make it easy to reply with Boom errors", | ||
@@ -37,3 +37,3 @@ "engines": { | ||
"dependencies": { | ||
"boom": "^4.2.0" | ||
"boom": "^4.3.1" | ||
}, | ||
@@ -45,4 +45,4 @@ "devDependencies": { | ||
"mocha": "^3.2.0", | ||
"standard": "^8.6.0" | ||
"standard": "^10.0.0-beta.0" | ||
} | ||
} |
# hapi-boom-decorators | ||
[![Circle CI](https://circleci.com/gh/brainsiq/hapi-boom-decorators/tree/master.svg?style=svg&circle-token=9fe584ee6c1099bec9ba2864d3a63428f444a098)](https://circleci.com/gh/brainsiq/hapi-boom-decorators/tree/master) [![Known Vulnerabilities](https://snyk.io/test/github/brainsiq/hapi-boom-decorators/badge.svg)](https://snyk.io/test/github/brainsiq/hapi-boom-decorators) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/brainsiq/hapi-boom-decorators/badge.svg)](https://snyk.io/test/github/brainsiq/hapi-boom-decorators) [![Standard - JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](http://standardjs.com/) [![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) | ||
[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) | ||
[![NPM](https://nodei.co/npm/hapi-boom-decorators.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/hapi-boom-decorators/) | ||
@@ -7,0 +7,0 @@ A plugin for [hapi.js](hapijs.com) to make responding with [boom](https://github.com/hapijs/boom) errors a little less verbose by decorating the reply interface with equivilent functions. This module is tested against the latest versions of Node.js 4, 6 and 7. |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7937
70
0
Updatedboom@^4.3.1