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

@uppy/provider-views

Package Overview
Dependencies
Maintainers
5
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/provider-views - npm Package Compare versions

Comparing version 4.0.2 to 4.1.0

lib/GooglePicker/googlePicker.d.ts

9

CHANGELOG.md
# @uppy/provider-views
## 4.1.0
Released: 2024-12-05
Included in: Uppy v4.8.0
- @uppy/provider-views: Google picker scope (Mikael Finstad / #5535)
- @uppy/core,@uppy/provider-views: move useStore out of core (Mikael Finstad / #5533)
- @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520)
## 4.0.2

@@ -4,0 +13,0 @@

1

lib/index.d.ts
export { default as ProviderViews, defaultPickerIcon, } from './ProviderView/index.ts';
export { default as SearchProviderViews } from './SearchProviderView/index.ts';
export { default as GooglePickerView } from './GooglePicker/GooglePickerView.tsx';
//# sourceMappingURL=index.d.ts.map

3

lib/index.js
export { default as ProviderViews, defaultPickerIcon } from "./ProviderView/index.js";
export { default as SearchProviderViews } from "./SearchProviderView/index.js";
export { default as SearchProviderViews } from "./SearchProviderView/index.js";
export { default as GooglePickerView } from "./GooglePicker/GooglePickerView.js";

@@ -14,3 +14,3 @@ function _classPrivateFieldLooseBase(e, t) { if (!{}.hasOwnProperty.call(e, t)) throw new TypeError("attempted to use private field on non-instance"); return e; }

const packageJson = {
"version": "4.0.2"
"version": "4.1.0"
};

@@ -17,0 +17,0 @@ import PartialTreeUtils from "../utils/PartialTreeUtils/index.js";

@@ -10,3 +10,3 @@ import { h } from 'preact';

const packageJson = {
"version": "4.0.2"
"version": "4.1.0"
};

@@ -13,0 +13,0 @@ import PartialTreeUtils from "../utils/PartialTreeUtils/index.js";

@@ -26,3 +26,2 @@ // TODO: document what is a "tagFile" or get rid of this concept

companionUrl: plugin.opts.companionUrl,
// @ts-expect-error untyped for now
url: `${provider.fileUrl(file.requestPath)}`,

@@ -29,0 +28,0 @@ body: {

{
"name": "@uppy/provider-views",
"description": "View library for Uppy remote provider plugins.",
"version": "4.0.2",
"version": "4.1.0",
"license": "MIT",

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

"dependencies": {
"@uppy/utils": "^6.0.4",
"@uppy/utils": "^6.0.5",
"classnames": "^2.2.6",

@@ -30,7 +30,10 @@ "nanoid": "^5.0.0",

"devDependencies": {
"@types/gapi": "^0.0.47",
"@types/google.accounts": "^0.0.14",
"@types/google.picker": "^0.0.42",
"vitest": "^1.6.0"
},
"peerDependencies": {
"@uppy/core": "^4.2.3"
"@uppy/core": "^4.3.0"
}
}

@@ -7,1 +7,3 @@ export {

export { default as SearchProviderViews } from './SearchProviderView/index.ts'
export { default as GooglePickerView } from './GooglePicker/GooglePickerView.tsx'

@@ -37,3 +37,2 @@ import type { UnknownPlugin } from '@uppy/core'

companionUrl: plugin.opts.companionUrl,
// @ts-expect-error untyped for now
url: `${provider.fileUrl(file.requestPath)}`,

@@ -40,0 +39,0 @@ body: {

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

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

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