http-errors
Advanced tools
Comparing version 1.2.0 to 1.2.1
var statuses = require('statuses'); | ||
var inherits = require('util').inherits; | ||
var inherits = require('inherits'); | ||
@@ -5,0 +5,0 @@ exports = module.exports = function () { |
{ | ||
"name": "http-errors", | ||
"description": "Create HTTP error objects", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"author": { | ||
@@ -14,2 +14,3 @@ "name": "Jonathan Ong", | ||
"dependencies": { | ||
"inherits": "^2.0.1", | ||
"statuses": "~1.0.4" | ||
@@ -16,0 +17,0 @@ }, |
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
6044
2
+ Addedinherits@^2.0.1
+ Addedinherits@2.0.4(transitive)