calamarble-xhub
Advanced tools
Comparing version 0.1.9 to 0.1.10
{ | ||
"name": "calamarble-xhub", | ||
"description": "xhub signature verification for POST requests from facebook", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"main": "./src/index.js", | ||
@@ -9,3 +9,3 @@ "scripts": { | ||
"build:npm": "babel --ignore node_modules,dist --out-dir ./dist/npm .", | ||
"postbuild:npm": "cp package.json dist/npm/.", | ||
"postbuild:npm": "cp *.json *.txt dist/npm/.", | ||
"publish:npm": "npm run build:npm && npm publish dist/npm", | ||
@@ -12,0 +12,0 @@ "ppp": "npm version patch && git push && git push --tags && npm run publish:npm" |
@@ -32,7 +32,2 @@ 'use strict'; | ||
console.log('X-Hub-Signature', xHubSignature); | ||
console.log('HEADERS', req.headers); | ||
console.log('RAW BODY', req.rawBody); | ||
console.log('RAW BODY TYPE', typeof req.rawBody); | ||
console.log('BODY', req.body); | ||
console.log('stringified BODY', JSON.stringify(req.body)); | ||
return res ? res.send(result) : result; | ||
@@ -39,0 +34,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
5278
4
39