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

hapi-dev-errors

Package Overview
Dependencies
Maintainers
1
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 Compare versions

Comparing version 2.0.0 to 2.0.1

4

CHANGELOG.md
# Changelog
## Version 2.0.1 (2017-11-06)
- `update` dependencies to latest stable releases
- `update` readme
## Version 2.0.0 (2017-11-06)

@@ -4,0 +8,0 @@ - `update` readme: requirements and examples

12

package.json
{
"name": "hapi-dev-errors",
"description": "Return better error details and skip the look at command line to catch the issue.",
"version": "2.0.0",
"version": "2.0.1",
"author": "Future Studio <info@futurestud.io>",

@@ -10,8 +10,8 @@ "bugs": {

"dependencies": {
"hoek": "~5.0.0",
"hoek": "~5.0.2",
"youch": "~2.0.5"
},
"devDependencies": {
"boom": "~6.0.0",
"code": "~5.1.0",
"boom": "~7.1.1",
"code": "~5.1.2",
"eslint-config-standard": "~10.2.1",

@@ -22,6 +22,6 @@ "eslint-plugin-import": "~2.8.0",

"eslint-plugin-standard": "~3.0.1",
"hapi": "~17.0.0-rc9",
"hapi": "~17.0.1",
"husky": "~0.14.3",
"lab": "~15.1.2",
"vision": "~5.0.0-rc8"
"vision": "~5.1.0"
},

@@ -28,0 +28,0 @@ "engines": {

@@ -27,6 +27,3 @@ <p align="center">

### Do you use hapi v16 (or lower)?
Use the `1.3.2` release of `hapi-dev-errors` with hapi v16. Any later version is only compatible with hapi v17 and later.
## Installation

@@ -39,6 +36,19 @@ Add `hapi-dev-errors` as a dependency to your project:

# NPM v5 users, please this way
# NPM v5 users, this way is yours
npm i hapi-dev-errors
```
### Do you use hapi v16 (or lower)?
Use the `1.3.2` release of `hapi-dev-errors` with hapi v16. Later versions are only compatible with hapi v17.
```bash
npm i -S hapi-dev-errors@1.3.2
# you’re using NPM shortcuts to (i)nstall and (-S)ave the module as a dependency
# NPM v5 users, this way is yours
npm i hapi-dev-errors@1.3.2
```
## Examples

@@ -45,0 +55,0 @@ Check out the [examples](https://github.com/fs-opensource/hapi-dev-errors/tree/master/examples) directory and get

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