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.15 to 0.2.16

24

lib/providers/instagram.js

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

client_id: this.clientId
}, function(res){
cb&&cb(res.error || res.body);
}, function(err,res){
cb&&cb(err, res);
});

@@ -167,4 +167,4 @@ };

access_token: token
}, function(res){
cb&&cb(res.error || res.body);
}, function(err,res){
cb&&cb(err, res);
});

@@ -175,4 +175,4 @@ };

this._apiRequest( 'locations/' + id + '/media/recent', 'GET', {
}, function(){
}, function(err,res){
cb&&cb(err, res);
});

@@ -185,4 +185,4 @@ };

lng: ''
}, function(){
}, function(err,res){
cb&&cb(err, res);
});

@@ -193,4 +193,4 @@ };

this._apiRequest( 'locations/' + id + '/media/recent', 'GET', {
}, function(){
}, function(err,res){
cb&&cb(err, res);
});

@@ -202,4 +202,4 @@ };

client_id: this.clientId
}, function(){
}, function(err,res){
cb&&cb(err, res);
});

@@ -206,0 +206,0 @@ };

{
"name": "socializr",
"version": "0.2.15",
"version": "0.2.16",
"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