@dotcom-reliability-kit/serialize-request
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -174,1 +174,4 @@ /** | ||
module.exports = serializeRequest; | ||
// @ts-ignore | ||
module.exports.default = module.exports; |
{ | ||
"name": "@dotcom-reliability-kit/serialize-request", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A utility function to serialize a request object in a way that's friendly to loggers, view engines, and converting to JSON", | ||
@@ -14,3 +14,3 @@ "repository": { | ||
"engines": { | ||
"node": "14.x || 16.x", | ||
"node": "14.x || 16.x || 18.x", | ||
"npm": "7.x || 8.x" | ||
@@ -20,4 +20,4 @@ }, | ||
"devDependencies": { | ||
"@types/express": "^4.17.13" | ||
"@types/express": "^4.17.14" | ||
} | ||
} |
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
9946
156