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.25 to 1.1.26

12

lib/index.js

@@ -5,4 +5,6 @@ var _class, _temp;

function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }
function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; _setPrototypeOf(subClass, superClass); }
function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
var _require = require('@uppy/core'),

@@ -40,5 +42,5 @@ Plugin = _require.Plugin;

fill: "none",
"fill-rule": "evenodd"
fillRule: "evenodd"
}, h("rect", {
class: "uppy-ProviderIconBg",
className: "uppy-ProviderIconBg",
width: "32",

@@ -51,3 +53,3 @@ height: "32",

fill: "#FFF",
"fill-rule": "nonzero"
fillRule: "nonzero"
})));

@@ -104,2 +106,2 @@ };

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

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

"dependencies": {
"@uppy/companion-client": "^1.8.3",
"@uppy/provider-views": "^1.11.2",
"@uppy/utils": "^3.4.2",
"@uppy/companion-client": "^1.9.0",
"@uppy/provider-views": "^1.12.0",
"@uppy/utils": "^3.5.0",
"preact": "8.2.9"

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

},
"gitHead": "4bf107236340dc98f8584f15a06e13ffa9fc31f4"
"gitHead": "6771545fe70134088a5441ef5c2f7b872e32d812"
}

@@ -16,5 +16,5 @@ const { Plugin } = require('@uppy/core')

<svg aria-hidden="true" focusable="false" width="32" height="32" viewBox="0 0 32 32">
<g fill="none" fill-rule="evenodd">
<rect class="uppy-ProviderIconBg" width="32" height="32" rx="16" fill="#3C5A99" />
<path d="M17.842 26v-8.667h2.653l.398-3.377h-3.051v-2.157c0-.978.248-1.644 1.527-1.644H21V7.132A19.914 19.914 0 0 0 18.623 7c-2.352 0-3.963 1.574-3.963 4.465v2.49H12v3.378h2.66V26h3.182z" fill="#FFF" fill-rule="nonzero" />
<g fill="none" fillRule="evenodd">
<rect className="uppy-ProviderIconBg" width="32" height="32" rx="16" fill="#3C5A99" />
<path d="M17.842 26v-8.667h2.653l.398-3.377h-3.051v-2.157c0-.978.248-1.644 1.527-1.644H21V7.132A19.914 19.914 0 0 0 18.623 7c-2.352 0-3.963 1.574-3.963 4.465v2.49H12v3.378h2.66V26h3.182z" fill="#FFF" fillRule="nonzero" />
</g>

@@ -30,3 +30,3 @@ </svg>

provider: 'facebook',
pluginId: this.id
pluginId: this.id,
})

@@ -40,3 +40,3 @@

this.view = new ProviderViews(this, {
provider: this.provider
provider: this.provider,
})

@@ -58,3 +58,3 @@

this.provider.fetchPreAuthToken(),
this.view.getFolder()
this.view.getFolder(),
])

@@ -61,0 +61,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