
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
@uppy/google-photos
Advanced tools
The Google Photos plugin for Uppy lets users import photos from their Google Photos account
The Google Photos plugin for Uppy lets users import photos from their Google Photos account.
A Companion instance is required for the GooglePhotos plugin to work. Companion handles authentication with Google, downloads photos from Google Photos and uploads them to the destination. This saves the user bandwidth, especially helpful if they are on a mobile connection.
Uppy is being developed by the folks at Transloadit, a versatile file encoding service.
import Uppy from '@uppy/core'
import GooglePhotos from '@uppy/google-photos'
const uppy = new Uppy()
uppy.use(GooglePhotos, {
// Options
})
$ npm install @uppy/google-photos
Alternatively, you can also use this plugin in a pre-built bundle from
Transloadit’s CDN: Smart CDN. In that case Uppy
will attach itself to the
global window.Uppy
object. See the
main Uppy documentation for instructions.
Documentation for this plugin can be found on the Uppy website.
The MIT License.
FAQs
The Google Photos plugin for Uppy lets users import photos from their Google Photos account
The npm package @uppy/google-photos receives a total of 5,712 weekly downloads. As such, @uppy/google-photos popularity was classified as popular.
We found that @uppy/google-photos demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.