Socket
Socket
Sign inDemoInstall

ptrpt-facebook

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.15 to 0.1.16

2

package.json
{
"name": "ptrpt-facebook",
"version": "0.1.15",
"version": "0.1.16",
"description": "Allows to redirect users to facebook login page and to post on their behalf (more yet to come) ",

@@ -5,0 +5,0 @@ "main": "ptrpt-facebook.js",

@@ -158,2 +158,5 @@ const url = require('url');

post_req.end();
} else {
callback({message: 'There is no token data available, please login first'});
return;
}

@@ -160,0 +163,0 @@ },

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