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.5 to 0.2.6

3

lib/auth/pubsub.js

@@ -10,4 +10,3 @@ var util = require('util')

function PubSubConnection(token, secret, stream){
this.appToken = token;
function PubSubConnection(secret, stream){
this.appSecret = secret;

@@ -14,0 +13,0 @@ this.stream = stream;

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

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

@@ -71,0 +71,0 @@

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

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

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

{
"name": "socializr",
"version": "0.2.5",
"version": "0.2.6",
"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