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

@uppy/remote-sources

Package Overview
Dependencies
Maintainers
6
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/remote-sources - npm Package Compare versions

Comparing version 1.0.4 to 1.1.0

8

lib/index.js

@@ -5,3 +5,2 @@ function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; }

import { BasePlugin } from '@uppy/core';
import Dashboard from '@uppy/dashboard';
import Dropbox from '@uppy/dropbox';

@@ -17,3 +16,3 @@ import GoogleDrive from '@uppy/google-drive';

const packageJson = {
"version": "1.0.4"
"version": "1.1.0"
};

@@ -42,6 +41,5 @@ const availablePlugins = {

this.id = this.opts.id || 'RemoteSources';
this.type = 'acquirer';
this.type = 'preset';
const defaultOptions = {
sources: Object.keys(availablePlugins),
target: Dashboard
sources: Object.keys(availablePlugins)
};

@@ -48,0 +46,0 @@ this.opts = {

{
"name": "@uppy/remote-sources",
"description": "Uppy plugin that includes all remote sources that Uppy+Companion offer, like Instagram, Google Drive, Dropox, Box, Unsplash, Url etc",
"version": "1.0.4",
"version": "1.1.0",
"license": "MIT",

@@ -30,15 +30,15 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/box": "^2.1.3",
"@uppy/dashboard": "^3.5.4",
"@uppy/dropbox": "^3.1.3",
"@uppy/facebook": "^3.1.2",
"@uppy/google-drive": "^3.2.1",
"@uppy/instagram": "^3.1.2",
"@uppy/onedrive": "^3.1.3",
"@uppy/unsplash": "^3.2.2",
"@uppy/url": "^3.3.3",
"@uppy/zoom": "^2.1.2"
"@uppy/box": "^2.1.4",
"@uppy/dashboard": "^3.6.0",
"@uppy/dropbox": "^3.1.4",
"@uppy/facebook": "^3.1.3",
"@uppy/google-drive": "^3.3.0",
"@uppy/instagram": "^3.1.3",
"@uppy/onedrive": "^3.1.4",
"@uppy/unsplash": "^3.2.3",
"@uppy/url": "^3.3.4",
"@uppy/zoom": "^2.1.3"
},
"peerDependencies": {
"@uppy/core": "^3.5.1"
"@uppy/core": "^3.6.0"
},

@@ -45,0 +45,0 @@ "publishConfig": {

import { BasePlugin } from '@uppy/core'
import Dashboard from '@uppy/dashboard'
import Dropbox from '@uppy/dropbox'

@@ -37,7 +36,6 @@ import GoogleDrive from '@uppy/google-drive'

this.id = this.opts.id || 'RemoteSources'
this.type = 'acquirer'
this.type = 'preset'
const defaultOptions = {
sources: Object.keys(availablePlugins),
target: Dashboard,
}

@@ -44,0 +42,0 @@ this.opts = { ...defaultOptions, ...opts }

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