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.2.9 to 0.2.10

1

lib/auth/pubsub.js

@@ -48,3 +48,2 @@ var util = require('util')

return function(req, res){
console.log(_this._verifyTokens, req.query['hub.verify_token']);
if( _this.isVerifyToken( req.query['hub.verify_token'])){

@@ -51,0 +50,0 @@ res.send( req.query['hub.challenge']);

2

lib/providers/instagram.js

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

this.pubsub = opts.pubsub || new PubSubConnection( this.appSecret, this);
this.pubsub = opts.pubsub || new PubSubConnection( this.clientSecret, this);
this.uuid = uuid.v1();

@@ -39,0 +39,0 @@

{
"name": "socializr",
"version": "0.2.9",
"version": "0.2.10",
"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