@uppy/remote-sources
Advanced tools
Comparing version 0.1.0 to 1.0.0-beta.1
@@ -1,5 +0,1 @@ | ||
"use strict"; | ||
var _core = require("@uppy/core"); | ||
function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; } | ||
@@ -11,24 +7,15 @@ | ||
const Dashboard = require("@uppy/dashboard"); | ||
const Dropbox = require("@uppy/dropbox"); | ||
const GoogleDrive = require("@uppy/google-drive"); | ||
const Instagram = require("@uppy/instagram"); | ||
const Facebook = require("@uppy/facebook"); | ||
const OneDrive = require("@uppy/onedrive"); | ||
const Box = require("@uppy/box"); | ||
const Unsplash = require("@uppy/unsplash"); | ||
const Url = require("@uppy/url"); | ||
const Zoom = require("@uppy/zoom"); | ||
import { BasePlugin } from '@uppy/core'; | ||
import Dashboard from '@uppy/dashboard'; | ||
import Dropbox from '@uppy/dropbox'; | ||
import GoogleDrive from '@uppy/google-drive'; | ||
import Instagram from '@uppy/instagram'; | ||
import Facebook from '@uppy/facebook'; | ||
import OneDrive from '@uppy/onedrive'; | ||
import Box from '@uppy/box'; | ||
import Unsplash from '@uppy/unsplash'; | ||
import Url from '@uppy/url'; | ||
import Zoom from '@uppy/zoom'; | ||
const packageJson = { | ||
"version": "0.1.0" | ||
"version": "1.0.0-beta.1" | ||
}; | ||
@@ -39,3 +26,3 @@ const availablePlugins = [Box, Dropbox, Facebook, GoogleDrive, Instagram, OneDrive, Unsplash, Url, Zoom]; | ||
class RemoteSources extends _core.BasePlugin { | ||
export default class RemoteSources extends BasePlugin { | ||
constructor(uppy, opts) { | ||
@@ -99,4 +86,2 @@ super(uppy, opts); | ||
} | ||
RemoteSources.VERSION = packageJson.version; | ||
module.exports = RemoteSources; | ||
RemoteSources.VERSION = packageJson.version; |
{ | ||
"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": "0.1.0", | ||
"version": "1.0.0-beta.1", | ||
"license": "MIT", | ||
@@ -30,15 +30,15 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/box": "^1.0.7", | ||
"@uppy/dashboard": "^2.3.0", | ||
"@uppy/dropbox": "^2.0.7", | ||
"@uppy/facebook": "^2.0.7", | ||
"@uppy/google-drive": "^2.1.1", | ||
"@uppy/instagram": "^2.1.1", | ||
"@uppy/onedrive": "^2.1.1", | ||
"@uppy/unsplash": "^2.1.0", | ||
"@uppy/url": "^2.2.0", | ||
"@uppy/zoom": "^1.1.1" | ||
"@uppy/box": "^2.0.0-beta.1", | ||
"@uppy/dashboard": "^3.0.0-beta.1", | ||
"@uppy/dropbox": "^3.0.0-beta.1", | ||
"@uppy/facebook": "^3.0.0-beta.1", | ||
"@uppy/google-drive": "^3.0.0-beta.1", | ||
"@uppy/instagram": "^3.0.0-beta.1", | ||
"@uppy/onedrive": "^3.0.0-beta.1", | ||
"@uppy/unsplash": "^3.0.0-beta.1", | ||
"@uppy/url": "^3.0.0-beta.1", | ||
"@uppy/zoom": "^2.0.0-beta.1" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^2.3.1" | ||
"@uppy/core": "^3.0.0-beta.1" | ||
}, | ||
@@ -51,3 +51,4 @@ "publishConfig": { | ||
"resize-observer-polyfill": "^1.5.1" | ||
} | ||
}, | ||
"stableVersion": "0.1.0" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15888
10
199
+ Added@transloadit/prettier-bytes@0.3.5(transitive)
+ Added@types/retry@0.12.2(transitive)
+ Added@uppy/box@2.4.0(transitive)
+ Added@uppy/companion-client@3.8.2(transitive)
+ Added@uppy/core@3.13.1(transitive)
+ Added@uppy/dashboard@3.9.1(transitive)
+ Added@uppy/dropbox@3.4.0(transitive)
+ Added@uppy/facebook@3.3.1(transitive)
+ Added@uppy/google-drive@3.6.0(transitive)
+ Added@uppy/informer@3.1.0(transitive)
+ Added@uppy/instagram@3.3.1(transitive)
+ Added@uppy/onedrive@3.4.0(transitive)
+ Added@uppy/provider-views@3.13.0(transitive)
+ Added@uppy/status-bar@3.3.3(transitive)
+ Added@uppy/store-default@3.2.2(transitive)
+ Added@uppy/thumbnail-generator@3.1.0(transitive)
+ Added@uppy/unsplash@3.3.1(transitive)
+ Added@uppy/url@3.6.1(transitive)
+ Added@uppy/utils@5.9.0(transitive)
+ Added@uppy/zoom@2.3.1(transitive)
+ Addedeventemitter3@5.0.1(transitive)
+ Addedis-network-error@1.1.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedmemoize-one@6.0.0(transitive)
+ Addednanoid@4.0.2(transitive)
+ Addedp-queue@7.4.1(transitive)
+ Addedp-retry@6.2.1(transitive)
+ Addedp-timeout@5.1.0(transitive)
+ Addedretry@0.13.1(transitive)
- Removed@transloadit/prettier-bytes@0.0.7(transitive)
- Removed@uppy/box@1.0.8(transitive)
- Removed@uppy/companion-client@2.2.2(transitive)
- Removed@uppy/core@2.3.4(transitive)
- Removed@uppy/dashboard@2.4.3(transitive)
- Removed@uppy/dropbox@2.0.8(transitive)
- Removed@uppy/facebook@2.0.8(transitive)
- Removed@uppy/google-drive@2.1.2(transitive)
- Removed@uppy/informer@2.1.1(transitive)
- Removed@uppy/instagram@2.1.2(transitive)
- Removed@uppy/onedrive@2.1.2(transitive)
- Removed@uppy/provider-views@2.1.3(transitive)
- Removed@uppy/status-bar@2.2.2(transitive)
- Removed@uppy/store-default@2.1.1(transitive)
- Removed@uppy/thumbnail-generator@2.2.2(transitive)
- Removed@uppy/unsplash@2.1.1(transitive)
- Removed@uppy/url@2.2.1(transitive)
- Removed@uppy/utils@4.1.3(transitive)
- Removed@uppy/zoom@1.1.2(transitive)
- Removedlodash.debounce@4.0.8(transitive)
- Removedlodash.throttle@4.1.1(transitive)
- Removedmemoize-one@5.2.1(transitive)
- Removednanoid@3.3.8(transitive)
Updated@uppy/box@^2.0.0-beta.1
Updated@uppy/dropbox@^3.0.0-beta.1
Updated@uppy/facebook@^3.0.0-beta.1
Updated@uppy/onedrive@^3.0.0-beta.1
Updated@uppy/unsplash@^3.0.0-beta.1
Updated@uppy/url@^3.0.0-beta.1
Updated@uppy/zoom@^2.0.0-beta.1