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.30.3 to 0.30.4

2

lib/UrlUI.js

@@ -54,3 +54,3 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }

h('input', {
'class': 'uppy-c-textInput uppy-Url-input',
'class': 'uppy-u-reset uppy-c-textInput uppy-Url-input',
type: 'text',

@@ -57,0 +57,0 @@ 'aria-label': this.props.i18n('enterUrlToImport'),

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

@@ -25,8 +25,8 @@ "main": "lib/index.js",

"dependencies": {
"@uppy/companion-client": "0.28.3",
"@uppy/utils": "0.30.3",
"@uppy/companion-client": "0.28.4",
"@uppy/utils": "0.30.4",
"preact": "^8.2.9"
},
"devDependencies": {
"@uppy/core": "0.30.3"
"@uppy/core": "0.30.4"
},

@@ -36,3 +36,3 @@ "peerDependencies": {

},
"gitHead": "27899d944f0ffb551d0473955236734c24eb4fff"
"gitHead": "7ae8af44abdd42eef71c46b831b2e3dadb00237f"
}

@@ -34,3 +34,3 @@ const { h, Component } = require('preact')

<input
class="uppy-c-textInput uppy-Url-input"
class="uppy-u-reset uppy-c-textInput uppy-Url-input"
type="text"

@@ -37,0 +37,0 @@ aria-label={this.props.i18n('enterUrlToImport')}

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