New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uppy/google-photos

Package Overview
Dependencies
Maintainers
5
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/google-photos - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

3

lib/GooglePhotos.d.ts

@@ -5,4 +5,3 @@ import { UIPlugin, Uppy } from '@uppy/core';

import { h, type ComponentChild } from 'preact';
import type { UppyFile, Body, Meta } from '@uppy/utils/lib/UppyFile';
import type { AsyncStore, UnknownProviderPlugin, UnknownProviderPluginState } from '@uppy/core/lib/Uppy.js';
import type { UppyFile, Body, Meta, AsyncStore, UnknownProviderPlugin, UnknownProviderPluginState } from '@uppy/core';
export type GooglePhotosOptions = CompanionPluginOptions;

@@ -9,0 +8,0 @@ export default class GooglePhotos<M extends Meta, B extends Body> extends UIPlugin<GooglePhotosOptions, M, B, UnknownProviderPluginState> implements UnknownProviderPlugin<M, B> {

@@ -8,3 +8,3 @@ import { UIPlugin } from '@uppy/core';

const packageJson = {
"version": "0.5.0"
"version": "0.5.1"
};

@@ -11,0 +11,0 @@ import locale from './locale.js';

{
"name": "@uppy/google-photos",
"description": "The Google Photos plugin for Uppy lets users import photos from their Google Photos account",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",

@@ -24,10 +24,10 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/companion-client": "^4.4.0",
"@uppy/provider-views": "^4.3.0",
"@uppy/utils": "^6.1.0",
"@uppy/companion-client": "^4.4.1",
"@uppy/provider-views": "^4.4.1",
"@uppy/utils": "^6.1.1",
"preact": "^10.5.13"
},
"peerDependencies": {
"@uppy/core": "^4.4.0"
"@uppy/core": "^4.4.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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