Comparing version 0.2.12 to 0.2.13
@@ -63,3 +63,3 @@ var util = require('util') | ||
console.log('published', req.body, req.text); | ||
console.log('valid signature',_this.isSignatureValid( req.rawBody, req.get('X-Hub-Signature'))); | ||
console.log('valid signature',_this.isSignatureValid( req.text, req.get('X-Hub-Signature'))); | ||
@@ -66,0 +66,0 @@ if( _this.isSignatureValid( |
{ | ||
"name": "socializr", | ||
"version": "0.2.12", | ||
"version": "0.2.13", | ||
"description": "Read data streams from several social networks.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
48801