Socket
Socket
Sign inDemoInstall

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.0.23 to 0.0.24

4

lib/providers/facebook.js

@@ -163,7 +163,7 @@ var stream = require('stream')

Facebook.prototype.pipeSubscription = function(){
var fb = this;
var _this = this;
return function(req, res, next){
console.log(req.get('X-Hub-Signature'));
console.log(req.body);
fb.write(req.body);
_this.write(req.body);
res.send(true);

@@ -170,0 +170,0 @@ };

@@ -114,3 +114,3 @@ var stream = require('stream')

console.log(req.body);
fb.write(req.body);
_this.write(req.body);
res.send(true);

@@ -117,0 +117,0 @@ };

{
"name": "socializr",
"version": "0.0.23",
"version": "0.0.24",
"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