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

hapi-boombox

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-boombox - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

changelog.md
# Changelog
## 1.1.3
* Log original and proccesed error
* Log the full proccessed error and not only the message
## 1.1.2

@@ -4,0 +8,0 @@ * Added more data to the loging

3

lib/index.js

@@ -74,3 +74,4 @@ var Boom = require('boom');

var log = {
error: explosion.output || explosion,
originalError: error,
boomboxError: explosion,
data: {

@@ -77,0 +78,0 @@ path: this.request.url.path,

{
"name": "hapi-boombox",
"version": "1.1.2",
"version": "1.1.3",
"description": "Boom error wrapper",

@@ -5,0 +5,0 @@ "main": "index.js",

[![Build Status](https://travis-ci.org/AdriVanHoudt/Hapi-Boombox.svg)](https://travis-ci.org/AdriVanHoudt/Hapi-Boombox)
# Hapi-BoomBox
# Hapi-Boombox
>Hapi plugin Boom wrapper

@@ -26,3 +26,4 @@

* `error`: the restult of Boombox,
* `originalError`: the input into Boombox
* `boomboxError`: the restult of Boombox after proccesing the error,
* `data`: additional info about the request

@@ -29,0 +30,0 @@ * `path`, `query`, `method`, `payload`, `headers`, `request.info`, `credentials`

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