Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

socializr

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socializr - npm Package Compare versions

Comparing version 0.2.11 to 0.2.12

4

lib/auth/pubsub.js

@@ -62,7 +62,7 @@ var util = require('util')

return function(req, res, next){
console.log('published', req.body);
console.log('published', req.body, req.text);
console.log('valid signature',_this.isSignatureValid( req.rawBody, req.get('X-Hub-Signature')));
if( _this.isSignatureValid(
req.rawBody, req.get('X-Hub-Signature'))
req.text, req.get('X-Hub-Signature'))
){

@@ -69,0 +69,0 @@ _this.stream.write(req.body);

@@ -28,4 +28,2 @@ var stream = require('stream')

console.log('28',opts);
Transform.call(this, {

@@ -32,0 +30,0 @@ objectMode: true

@@ -78,3 +78,3 @@ var https = require('https')

req.on('end', function(){
req.rawBody = data;
req.text = data;
});

@@ -81,0 +81,0 @@ next();

{
"name": "socializr",
"version": "0.2.11",
"version": "0.2.12",
"description": "Read data streams from several social networks.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc