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.2 to 0.1.3

2

package.json
{
"name": "ptrpt-facebook",
"version": "0.1.2",
"version": "0.1.3",
"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",

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

getAccessTokenUrl.query = {
client_id: client_id,
client_id: apiClientId,
redirect_uri: oauthCallback,
client_secret: client_secret,
client_secret: apiClientSecret,
code: code

@@ -63,0 +63,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