Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hapi-dev-errors

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapi-dev-errors - npm Package Versions

13

3.0.1

Diff

Changelog

Source

Version 3.0.1 (2018-08-21)

  • update readme: quick navigation and logo size fix for small screens
marcuspoehls
published 3.0.0 •

Changelog

Source

Version 3.0.0 (2018-07-17)

  • add Youch error view as the default error view
  • add Insomnia REST client to list of REST clients
  • add register plugin only once by activating the hapi plugin’s once: true attribute
  • update response type for JSON responses to application/json
  • update JSON responses have well-formatted payload
  • update examples: use a wildcard route and show error details for each path
  • remove the useYouch plugin option (Youch is the default now)
  • remove previous default error view

Breaking Changes

The most important breaking change is the removed useYouch option. Upgrading to hapi-dev-errors 3.0 should be no problem, even if you use the useYouch option. Because Youch is the default error view in 3.0, you’ll receive the exact same error view.

If you used the default error view before, you’ll now see the Youch error details instead. You’ll like it :)

marcuspoehls
published 2.3.0 •

Changelog

Source

Version 2.3.0 (2018-07-12)

  • add new plugin option: toTerminal, default: true
  • add pretty error details in the terminal besides the web view. Based on youch-terminal
  • update minor code reformats and restructuring
marcuspoehls
published 2.2.0 •

Changelog

Source

Version 2.2.0 (2018-06-02)

  • add JSON response for CLI requests (cURL, Postman, wget) (thank you @pi0)
marcuspoehls
published 2.1.0 •

Changelog

Source

Version 2.1.0 (2018-02-12)

  • add status code to Youch error and show it in the view
  • update example code in readme to async/await
  • update examples to fully async/await code
futurestudio
published 2.0.1 •

Changelog

Source

Version 2.0.1 (2017-11-06)

  • update dependencies to latest stable releases
  • update readme
futurestudio
published 2.0.0 •

Changelog

Source

Version 2.0.0 (2017-11-06)

  • update readme: requirements and examples
futurestudio
published 2.0.0-rc.1 •

Changelog

Source

Version 2.0.0-rc.1 (2017-10-27)

  • update code to support hapi v17
  • update dependencies to newest versions
futurestudio
published 1.3.2 •

Changelog

Source

Version 1.3.2 (2017-10-18)

  • update code formatting to ESLint styling for hapi, based on eslint-config-hapi
  • add Handlebars as devDependency for template example
futurestudio
published 1.3.1 •

Changelog

Source

Version 1.3.1 (2017-10-17)

  • remove editor config for code formatting (.editorconfig file)
  • add eslint configuration via .eslintrc.json
  • add required engine in package.json: >=4.0.0. This package required Node.js v4+ with release 1.0. This setting makes sure that NPM follows this dependency.
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