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.16 to 0.2.17

24

lib/providers/instagram.js

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

, PubSubConnection = require('../auth/pubsub')
, Message = require('../message')

@@ -133,4 +134,7 @@ , Transform = stream.Transform

var expected = 0
, ig = this
, stream = this
, obj = null
, complete = _.after(chunk.length, function(){
done();
})
;

@@ -144,11 +148,19 @@ for( var i in chunk){

console.log('media response',res.body);
var data = res.body.data;
for( var j in data){
stream.push(
new Message(stream,data)
);
console.log( data);
}
complete();
});
console.log( chunk[i]);
break;
default:
complete();
break;
}
}
done();

@@ -155,0 +167,0 @@ };

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