open-policy-aws-example
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,4 +6,3 @@ 'use strict'; | ||
const errorHandler = function errorHandler(err, status, req, res) { | ||
res.send(err); | ||
res.status(status).end(); | ||
res.status(status).send(err); | ||
console.error('ERROR:', err); | ||
@@ -10,0 +9,0 @@ } |
{ | ||
"name": "open-policy-aws-example", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "AWS example or Open Policy", | ||
@@ -5,0 +5,0 @@ "main": "app.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
4011
60