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.20 to 0.0.21

3

lib/providers/facebook.js

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

OAuthConnectionStore.prototype.add = function(accessToken, ownerId){
return new OAuthConnection( accessToken, ownerId);
var conn = this._connections[ ownerId] = new OAuthConnection( accessToken, ownerId);
return conn;
};

@@ -33,0 +34,0 @@

{
"name": "socializr",
"version": "0.0.20",
"version": "0.0.21",
"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