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.6 to 0.1.8

2

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

@@ -13,3 +13,3 @@ const url = require('url');

const oauth_authorize_path = '/dialog/oauth';
const oauth_authorize_url = 'https:' + oauth_authorize_hostname + oauth_authorize_root_path + oauth_authorize_path;
const oauth_authorize_url = 'https://' + oauth_authorize_hostname + oauth_authorize_root_path + oauth_authorize_path;

@@ -16,0 +16,0 @@ const oauth_access_token_path = '/oauth/access_token';

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