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 2.0.0-beta.5 to 2.0.0

2

lib/index.d.ts

@@ -12,3 +12,3 @@ import { BasePlugin, Uppy, type UIPluginOptions } from '@uppy/core';

import Zoom from '@uppy/zoom';
import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin';
import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin.js';
import type { Body, Meta } from '@uppy/utils/lib/UppyFile';

@@ -15,0 +15,0 @@ declare const availablePlugins: {

@@ -18,3 +18,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": "2.0.0-beta.5"
"version": "2.0.0"
};

@@ -21,0 +21,0 @@ const availablePlugins = {

{
"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": "2.0.0-beta.5",
"version": "2.0.0",
"license": "MIT",

@@ -30,16 +30,16 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/box": "^3.0.0-beta.7",
"@uppy/dashboard": "^4.0.0-beta.10",
"@uppy/dropbox": "^4.0.0-beta.8",
"@uppy/facebook": "^4.0.0-beta.6",
"@uppy/google-drive": "^3.6.0-beta.1",
"@uppy/google-photos": "^0.2.0-beta.1",
"@uppy/instagram": "^4.0.0-beta.6",
"@uppy/onedrive": "^4.0.0-beta.7",
"@uppy/unsplash": "^4.0.0-beta.7",
"@uppy/url": "^4.0.0-beta.7",
"@uppy/zoom": "^3.0.0-beta.6"
"@uppy/box": "^3.0.0",
"@uppy/dashboard": "^4.0.0",
"@uppy/dropbox": "^4.0.0",
"@uppy/facebook": "^4.0.0",
"@uppy/google-drive": "^4.0.0",
"@uppy/google-photos": "^0.2.0",
"@uppy/instagram": "^4.0.0",
"@uppy/onedrive": "^4.0.0",
"@uppy/unsplash": "^4.0.0",
"@uppy/url": "^4.0.0",
"@uppy/zoom": "^3.0.0"
},
"peerDependencies": {
"@uppy/core": "^4.0.0-beta.10"
"@uppy/core": "^4.0.0"
},

@@ -52,4 +52,3 @@ "publishConfig": {

"vitest": "^1.2.1"
},
"stableVersion": "1.2.0"
}
}

@@ -18,3 +18,3 @@ import {

import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin'
import type { DefinePluginOpts } from '@uppy/core/lib/BasePlugin.js'
import type { Body, Meta } from '@uppy/utils/lib/UppyFile'

@@ -21,0 +21,0 @@ // eslint-disable-next-line @typescript-eslint/ban-ts-comment

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