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

@uppy/facebook

Package Overview
Dependencies
Maintainers
5
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 1.1.16 to 1.1.17

9

lib/index.js

@@ -13,6 +13,7 @@ var _class, _temp;

var ProviderViews = require('@uppy/provider-views');
var _require3 = require('@uppy/provider-views'),
ProviderViews = _require3.ProviderViews;
var _require3 = require('preact'),
h = _require3.h;
var _require4 = require('preact'),
h = _require4.h;

@@ -98,2 +99,2 @@ module.exports = (_temp = _class = /*#__PURE__*/function (_Plugin) {

return Facebook;
}(Plugin), _class.VERSION = "1.1.16", _temp);
}(Plugin), _class.VERSION = "1.1.17", _temp);
{
"name": "@uppy/facebook",
"description": "Import files from Facebook, into Uppy.",
"version": "1.1.16",
"version": "1.1.17",
"license": "MIT",

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

"dependencies": {
"@uppy/companion-client": "^1.5.4",
"@uppy/provider-views": "^1.7.7",
"@uppy/utils": "^3.2.3",
"@uppy/companion-client": "^1.6.0",
"@uppy/provider-views": "^1.8.0",
"@uppy/utils": "^3.2.4",
"preact": "8.2.9"

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

},
"gitHead": "d07d27422c373b66216ef98ff76081e8618c4943"
"gitHead": "84f7b4d37daa4c1dc98138a169189412af2ae498"
}
const { Plugin } = require('@uppy/core')
const { Provider } = require('@uppy/companion-client')
const ProviderViews = require('@uppy/provider-views')
const { ProviderViews } = require('@uppy/provider-views')
const { h } = require('preact')

@@ -5,0 +5,0 @@

Sorry, the diff of this file is not supported yet

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