@uppy/remote-sources
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
19945
249
43
0
12
+ Added@uppy/google-photos@^0.1.0
+ Added@uppy/google-photos@0.1.0(transitive)
Updated@uppy/box@^2.4.0
Updated@uppy/dashboard@^3.9.0
Updated@uppy/dropbox@^3.4.0
Updated@uppy/facebook@^3.3.1
Updated@uppy/google-drive@^3.6.0
Updated@uppy/instagram@^3.3.1
Updated@uppy/onedrive@^3.4.0
Updated@uppy/unsplash@^3.3.1
Updated@uppy/url@^3.6.1
Updated@uppy/zoom@^2.3.1