calamarble-xhub
Advanced tools
Comparing version 0.1.6 to 0.1.7
{ | ||
"name": "calamarble-xhub", | ||
"description": "xhub signature verification for POST requests from facebook", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"main": "./src/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -23,3 +23,7 @@ 'use strict'; | ||
}); | ||
console.log('---HI---', serverSignature, req.headers); | ||
console.log('serverSignature:', serverSignature); | ||
console.log('HEADERS', req.headers); | ||
console.log('RAW BODY', req.rawBody); | ||
console.log('BODY', req.body); | ||
console.log('stringified BODY', JSON.stringify(req.body)); | ||
return res ? res.send(result) : result; | ||
@@ -26,0 +30,0 @@ }; |
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
2788
35