@tinypudding/puddy-lib
Advanced tools
Comparing version 1.0.8 to 1.0.9
module.exports = function (app, callback) { | ||
return app.use(function (err, req, res, next) { | ||
return function (err, req, res, next) { | ||
@@ -21,3 +21,3 @@ // treat as 404 | ||
}); | ||
}; | ||
}; |
@@ -36,4 +36,7 @@ // Modules | ||
// Errors Callback | ||
'errorsCallback': require('./http/errorsCallback') | ||
'errorsCallback': require('./http/errorsCallback'), | ||
// Domain Validator | ||
'domainValidator': require('./http/domainValidator') | ||
}; |
{ | ||
"name": "@tinypudding/puddy-lib", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Essential codes to run the other repositories from the Tiny Pudding Account.", | ||
@@ -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
59021
26
787