node-code-error
Advanced tools
Comparing version 0.1.41 to 0.1.42
@@ -110,3 +110,3 @@ 'use strict' | ||
Object.keys(statusCodeMap).sort().forEach(function (key, ind) { | ||
Errors.extend(key, +key, 100, 10 + ind, statusCodeMap[key]) | ||
Errors.extend(key, +key, +key, '', statusCodeMap[key]) | ||
}) |
{ | ||
"name": "node-code-error", | ||
"version": "0.1.41", | ||
"version": "0.1.42", | ||
"description": "define node error with code", | ||
@@ -5,0 +5,0 @@ "main": "./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
17738