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.7 to 1.1.8

12

lib/index.js

@@ -67,12 +67,2 @@ var _class, _temp;

provider: this.provider
}); // Set default state for Dropbox
this.setPluginState({
authenticated: false,
files: [],
folders: [],
directories: [],
activeRow: -1,
filterInput: '',
isSearchVisible: false
});

@@ -108,2 +98,2 @@ var target = this.opts.target;

return Facebook;
}(Plugin), _class.VERSION = "1.1.7", _temp);
}(Plugin), _class.VERSION = "1.1.8", _temp);

6

package.json
{
"name": "@uppy/facebook",
"description": "Import files from Facebook, into Uppy.",
"version": "1.1.7",
"version": "1.1.8",
"license": "MIT",

@@ -24,3 +24,3 @@ "main": "lib/index.js",

"@uppy/companion-client": "^1.5.0",
"@uppy/provider-views": "^1.6.7",
"@uppy/provider-views": "^1.6.8",
"@uppy/utils": "^3.1.0",

@@ -32,3 +32,3 @@ "preact": "8.2.9"

},
"gitHead": "b00ba139128393fd625defeb430c9a19b1a138f2"
"gitHead": "aacaff256c64739337c9148963e874d7c06c9e58"
}

@@ -38,12 +38,2 @@ const { Plugin } = require('@uppy/core')

})
// Set default state for Dropbox
this.setPluginState({
authenticated: false,
files: [],
folders: [],
directories: [],
activeRow: -1,
filterInput: '',
isSearchVisible: false
})

@@ -50,0 +40,0 @@ const target = this.opts.target

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