Socket
Socket
Sign inDemoInstall

socializr

Package Overview
Dependencies
15
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.30 to 0.0.31

6

lib/providers/instagram.js

@@ -119,7 +119,7 @@ var stream = require('stream')

console.log(req);
console.log(req.body);
console.log(req.get('X-Hub-Signature'), _this.clientSecret);
console.log(conn.isSignatureValid( req.text, signature));
console.log(conn.isSignatureValid( req.body, signature));
if( conn.isSignatureValid( req.text, signature)){
if( conn.isSignatureValid( req.body, signature)){
_this.write(req.body);

@@ -126,0 +126,0 @@ res.send(200);

{
"name": "socializr",
"version": "0.0.30",
"version": "0.0.31",
"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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc