Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

facebook-node-sdk

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

facebook-node-sdk - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

3

lib/basefacebook.js

@@ -1030,3 +1030,4 @@ var https = require('https');

state: true,
signed_request: true
signed_request: true,
base_domain: true
};

@@ -1033,0 +1034,0 @@

{
"name": "facebook-node-sdk",
"version": "0.1.5",
"version": "0.1.6",
"description": "Node.js SDK for the Facebook API",

@@ -5,0 +5,0 @@ "tags": ["facebook"],

@@ -207,2 +207,18 @@ var path = require('path');

secret: config.secret,
request: {
connection: {
},
headers: {
host: 'www.test.com'
},
url: '/unit-tests.php?state=hoge&base_domain=test.com'
}
});
currentUrl = facebook.getCurrentUrl();
assert.equal('http://www.test.com/unit-tests.php', currentUrl);
facebook = new TransientFacebook({
appId: config.appId,
secret: config.secret,
currentUrl: 'http://example.com/',

@@ -209,0 +225,0 @@ request: {

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