twilio-webhooks
Advanced tools
Comparing version 2.0.13 to 2.0.14
{ | ||
"name": "twilio-webhooks", | ||
"version": "2.0.13", | ||
"version": "2.0.14", | ||
"description": "Process webhooks sent by Twilio", | ||
@@ -38,3 +38,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "d8cfa20c5a3829447607d83e559c2a700b0945de" | ||
"gitHead": "9e6a343c7c50ca0f9afc37cf6035c62fd52ff3e1" | ||
} |
@@ -28,3 +28,3 @@ require('./tracer').initTracer(); | ||
app.use(express.urlencoded()); | ||
app.use(express.urlencoded({ extended: true })); | ||
@@ -31,0 +31,0 @@ app.all('/message-delivery-status', (req, res, next) => { |
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
6624