http-errors
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -0,1 +1,6 @@ | ||
2018-09-08 / 1.7.1 | ||
================== | ||
* Fix error creating objects in some environments | ||
2018-07-30 / 1.7.0 | ||
@@ -2,0 +7,0 @@ ================== |
@@ -231,3 +231,3 @@ /*! | ||
if (desc.configurable) { | ||
if (desc && desc.configurable) { | ||
desc.value = name | ||
@@ -234,0 +234,0 @@ Object.defineProperty(func, 'name', desc) |
{ | ||
"name": "http-errors", | ||
"description": "Create HTTP error objects", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | ||
@@ -20,9 +20,9 @@ "contributors": [ | ||
"devDependencies": { | ||
"eslint": "4.19.1", | ||
"eslint-config-standard": "11.0.0", | ||
"eslint-plugin-import": "2.13.0", | ||
"eslint": "5.5.0", | ||
"eslint-config-standard": "12.0.0", | ||
"eslint-plugin-import": "2.14.0", | ||
"eslint-plugin-markdown": "1.0.0-beta.6", | ||
"eslint-plugin-node": "6.0.1", | ||
"eslint-plugin-promise": "3.8.0", | ||
"eslint-plugin-standard": "3.1.0", | ||
"eslint-plugin-node": "7.0.1", | ||
"eslint-plugin-promise": "4.0.1", | ||
"eslint-plugin-standard": "4.0.0", | ||
"istanbul": "0.4.5", | ||
@@ -29,0 +29,0 @@ "mocha": "1.21.5" |
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
17054