New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hapi-boom-decorators

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-boom-decorators - npm Package Compare versions

Comparing version 2.2.2 to 2.3.0

3

CHANGELOG.md

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

3

index.js

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc