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

@uppy/facebook

Package Overview
Dependencies
Maintainers
6
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/facebook - npm Package Compare versions

Comparing version 2.0.0-alpha.0 to 2.0.0

2

lib/index.js

@@ -102,2 +102,2 @@ "use strict";

}, _class.VERSION = "2.0.0-alpha.0", _temp);
}, _class.VERSION = "2.0.0", _temp);
{
"name": "@uppy/facebook",
"description": "Import files from Facebook, into Uppy.",
"version": "2.0.0-alpha.0",
"version": "2.0.0",
"license": "MIT",

@@ -23,5 +23,5 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/companion-client": "^2.0.0-alpha.0",
"@uppy/provider-views": "^2.0.0-alpha.0",
"@uppy/utils": "^4.0.0-alpha.0",
"@uppy/companion-client": "^2.0.0",
"@uppy/provider-views": "^2.0.0",
"@uppy/utils": "^4.0.0",
"preact": "^10.5.13"

@@ -32,3 +32,3 @@ },

},
"gitHead": "113b627dd0ef5aa5d198dc309dda05da2117dfe5"
"gitHead": "ab771cbe1cd87affd87c97bc983b19058e2e72bd"
}

@@ -5,3 +5,2 @@ import type { PluginOptions, UIPlugin, PluginTarget } from '@uppy/core'

export interface FacebookOptions extends PluginOptions, PublicProviderOptions {
replaceTargetContent?: boolean
target?: PluginTarget

@@ -8,0 +7,0 @@ title?: string

@@ -9,3 +9,2 @@ import Uppy from '@uppy/core'

companionCookiesRule: 'same-origin',
replaceTargetContent: false,
target: 'body',

@@ -12,0 +11,0 @@ title: 'title',

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