Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "deed", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "verify x-hub-signature", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -17,3 +17,3 @@ | ||
deed('secret', req, function (er, req) { | ||
res.end(er ? 'go way' : 'ok') | ||
res.end(er ? 'go away' : 'ok') | ||
}) | ||
@@ -20,0 +20,0 @@ }).listen(1337) |
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
5123