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

@uppy/facebook

Package Overview
Dependencies
Maintainers
8
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.4 to 2.0.5

CHANGELOG.md

10

lib/index.js

@@ -21,2 +21,4 @@ "use strict";

const locale = require('./locale.js');
module.exports = (_temp = _class = class Facebook extends UIPlugin {

@@ -58,7 +60,3 @@ constructor(uppy, opts) {

});
this.defaultLocale = {
strings: {
pluginNameFacebook: 'Facebook'
}
};
this.defaultLocale = locale;
this.i18nInit();

@@ -104,2 +102,2 @@ this.title = this.i18n('pluginNameFacebook');

}, _class.VERSION = "2.0.4", _temp);
}, _class.VERSION = "2.0.5", _temp);

15

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

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

"dependencies": {
"@uppy/companion-client": "^2.0.3",
"@uppy/provider-views": "^2.0.4",
"@uppy/utils": "^4.0.3",
"@uppy/companion-client": "^2.0.4",
"@uppy/provider-views": "^2.0.6",
"@uppy/utils": "^4.0.4",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^2.0.0"
},
"gitHead": "b8b4127bd55b8e7395889048407c074fce944295"
}
"@uppy/core": "^2.1.3"
}
}

@@ -6,2 +6,4 @@ const { UIPlugin } = require('@uppy/core')

const locale = require('./locale.js')
module.exports = class Facebook extends UIPlugin {

@@ -33,7 +35,4 @@ static VERSION = require('../package.json').version

this.defaultLocale = {
strings: {
pluginNameFacebook: 'Facebook',
},
}
this.defaultLocale = locale
this.i18nInit()

@@ -40,0 +39,0 @@ this.title = this.i18n('pluginNameFacebook')

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