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

facebook-promise

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

facebook-promise - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

3

lib/index.js

@@ -6,3 +6,4 @@ 'use strict';

});
var FBPromise = function FBPromise(opts) {
var FBPromise = function FBPromise() {
var opts = arguments.length <= 0 || arguments[0] === undefined ? {} : arguments[0];
return new Promise(function (resolve) {

@@ -9,0 +10,0 @@ var _opts$language = opts.language;

{
"name": "facebook-promise",
"version": "0.1.3",
"version": "0.1.4",
"description": "Loads the Facebook SDK asynchronously and returns it as a Promise.",

@@ -5,0 +5,0 @@ "author": "Glenn Reyes <glenn@glennreyes.com>",

@@ -1,2 +0,2 @@

const FBPromise = (opts) => new Promise((resolve) => {
const FBPromise = (opts = {}) => new Promise((resolve) => {
const {

@@ -3,0 +3,0 @@ language = 'en_US',

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