calamarble-xhub
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "calamarble-xhub", | ||
"description": "xhub signature verification for POST requests from facebook", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"main": "./src/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -33,2 +33,3 @@ 'use strict'; | ||
throw config.messages.wrongSignature; | ||
return false; | ||
} | ||
@@ -35,0 +36,0 @@ return res ? res.send(result) : result; |
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
5640
42