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

@uppy/remote-sources

Package Overview
Dependencies
Maintainers
5
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.2.0 to 1.3.0

4

lib/index.js

@@ -7,2 +7,3 @@ 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 GoogleDrive from '@uppy/google-drive';
import GooglePhotos from '@uppy/google-photos';
import Instagram from '@uppy/instagram';

@@ -18,3 +19,3 @@ import Facebook from '@uppy/facebook';

const packageJson = {
"version": "1.2.0"
"version": "1.3.0"
};

@@ -28,2 +29,3 @@ const availablePlugins = {

GoogleDrive,
GooglePhotos,
Instagram,

@@ -30,0 +32,0 @@ OneDrive,

{
"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.2.0",
"version": "1.3.0",
"license": "MIT",

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

"google-drive",
"google-photos",
"facebook",

@@ -31,15 +32,16 @@ "dropbox",

"dependencies": {
"@uppy/box": "^2.3.0",
"@uppy/dashboard": "^3.8.0",
"@uppy/dropbox": "^3.3.0",
"@uppy/facebook": "^3.3.0",
"@uppy/google-drive": "^3.5.0",
"@uppy/instagram": "^3.3.0",
"@uppy/onedrive": "^3.3.0",
"@uppy/unsplash": "^3.3.0",
"@uppy/url": "^3.6.0",
"@uppy/zoom": "^2.3.0"
"@uppy/box": "^2.4.0",
"@uppy/dashboard": "^3.9.0",
"@uppy/dropbox": "^3.4.0",
"@uppy/facebook": "^3.3.1",
"@uppy/google-drive": "^3.6.0",
"@uppy/google-photos": "^0.1.0",
"@uppy/instagram": "^3.3.1",
"@uppy/onedrive": "^3.4.0",
"@uppy/unsplash": "^3.3.1",
"@uppy/url": "^3.6.1",
"@uppy/zoom": "^2.3.1"
},
"peerDependencies": {
"@uppy/core": "^3.10.0"
"@uppy/core": "^3.13.0"
},

@@ -46,0 +48,0 @@ "publishConfig": {

@@ -5,3 +5,6 @@ # @uppy/remote-sources

<a href="https://www.npmjs.com/package/@uppy/remote-sources"><img src="https://img.shields.io/npm/v/@uppy/compressor.svg?style=flat-square"></a> <img src="https://github.com/transloadit/uppy/workflows/Tests/badge.svg" alt="CI status for Uppy tests"> <img src="https://github.com/transloadit/uppy/workflows/Companion/badge.svg" alt="CI status for Companion tests"> <img src="https://github.com/transloadit/uppy/workflows/End-to-end%20tests/badge.svg" alt="CI status for browser tests">
<a href="https://www.npmjs.com/package/@uppy/remote-sources"><img src="https://img.shields.io/npm/v/@uppy/compressor.svg?style=flat-square"></a>
<img src="https://github.com/transloadit/uppy/workflows/Tests/badge.svg" alt="CI status for Uppy tests">
<img src="https://github.com/transloadit/uppy/workflows/Companion/badge.svg" alt="CI status for Companion tests">
<img src="https://github.com/transloadit/uppy/workflows/End-to-end%20tests/badge.svg" alt="CI status for browser tests">

@@ -28,7 +31,11 @@ ## Example

Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy.RemoteSources` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Edgly. In that case `Uppy.RemoteSources` will attach itself
to the global `window.Uppy` object. See the
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions.
## Documentation
Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/remote-sources).
Documentation for this plugin can be found on the
[Uppy website](https://uppy.io/docs/remote-sources).

@@ -35,0 +42,0 @@ ## License

@@ -50,5 +50,5 @@ import { afterAll, beforeAll, describe, expect, it } from 'vitest'

}).toThrow(
'Invalid plugin: "Webcam" is not one of: Box, Dropbox, Facebook, GoogleDrive, Instagram, OneDrive, Unsplash, Url, or Zoom.',
'Invalid plugin: "Webcam" is not one of: Box, Dropbox, Facebook, GoogleDrive, GooglePhotos, Instagram, OneDrive, Unsplash, Url, or Zoom.',
)
})
})

@@ -9,2 +9,3 @@ import {

import GoogleDrive from '@uppy/google-drive'
import GooglePhotos from '@uppy/google-photos'
import Instagram from '@uppy/instagram'

@@ -31,2 +32,3 @@ import Facebook from '@uppy/facebook'

GoogleDrive,
GooglePhotos,
Instagram,

@@ -33,0 +35,0 @@ OneDrive,

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