@hapi/boom
Advanced tools
Comparing version 9.1.3 to 9.1.4
@@ -424,3 +424,3 @@ 'use strict'; | ||
Object.defineProperty(err, 'reformat', { value: internals.reformat }); | ||
Object.defineProperty(err, 'reformat', { value: internals.reformat, configurable: true }); | ||
@@ -427,0 +427,0 @@ if (!message && |
{ | ||
"name": "@hapi/boom", | ||
"description": "HTTP-friendly error objects", | ||
"version": "9.1.3", | ||
"version": "9.1.4", | ||
"repository": "git://github.com/hapijs/boom", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28311