calamarble-xhub
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "calamarble-xhub", | ||
"description": "xhub signature verification for POST requests from facebook", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"main": "./src/index.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -48,3 +48,3 @@ 'use strict'; | ||
} | ||
if (!config.cb) { | ||
if (!config.next) { | ||
const result = { success: true }; | ||
@@ -51,0 +51,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
7917