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

@uppy/url

Package Overview
Dependencies
Maintainers
5
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uppy/url - npm Package Compare versions

Comparing version 0.27.2 to 0.27.3

4

lib/index.js

@@ -51,3 +51,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

enterUrlToImport: 'Enter URL to import a file',
failedToFetch: 'Uppy Server failed to fetch this URL, please make sure it’s correct',
failedToFetch: 'Companion failed to fetch this URL, please make sure it’s correct',
enterCorrectUrl: 'Incorrect URL: Please make sure you are entering a direct link to a file'

@@ -72,3 +72,3 @@ }

if (!_this.hostname) {
throw new Error('Uppy Server hostname is required, please consult https://uppy.io/docs/server');
throw new Error('Companion hostname is required, please consult https://uppy.io/docs/companion');
}

@@ -75,0 +75,0 @@

{
"name": "@uppy/url",
"description": "The Url plugin lets users import files from the Internet. Paste any URL and it’ll be added!",
"version": "0.27.2",
"version": "0.27.3",
"license": "MIT",

@@ -26,13 +26,12 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/companion-client": "0.27.1",
"@uppy/utils": "0.27.0",
"@uppy/companion-client": "0.27.2",
"@uppy/utils": "0.27.1",
"preact": "^8.2.9"
},
"devDependencies": {
"@uppy/core": "0.27.0"
"@uppy/core": "0.27.1"
},
"peerDependencies": {
"@uppy/core": "^0.27.0"
},
"gitHead": "bd6c2c36aebd705bdf1f9cee973487b50a4bdf10"
}
}

@@ -10,3 +10,3 @@ # @uppy/url

An Uppy Companion instance is required for the Url plugin to work. Uppy Companion will download the files and upload them to their destination. This saves bandwidth for the user (especially on mobile connections) and helps avoid CORS restrictions.
A Companion instance is required for the Url plugin to work. Companion will download the files and upload them to their destination. This saves bandwidth for the user (especially on mobile connections) and helps avoid CORS restrictions.

@@ -13,0 +13,0 @@ Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service.

@@ -27,3 +27,3 @@ const { Plugin } = require('@uppy/core')

enterUrlToImport: 'Enter URL to import a file',
failedToFetch: 'Uppy Server failed to fetch this URL, please make sure it’s correct',
failedToFetch: 'Companion failed to fetch this URL, please make sure it’s correct',
enterCorrectUrl: 'Incorrect URL: Please make sure you are entering a direct link to a file'

@@ -48,3 +48,3 @@ }

if (!this.hostname) {
throw new Error('Uppy Server hostname is required, please consult https://uppy.io/docs/server')
throw new Error('Companion hostname is required, please consult https://uppy.io/docs/companion')
}

@@ -51,0 +51,0 @@

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