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

@uppy/url

Package Overview
Dependencies
Maintainers
6
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 3.3.4 to 3.4.0

9

lib/Url.js

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

const packageJson = {
"version": "3.3.4"
"version": "3.4.0"
};

@@ -130,6 +130,9 @@ import locale from './locale.js';

url
},
providerOptions: this.client.opts
}
}
};
Object.defineProperty(tagFile.remote, 'requestClient', {
value: this.client,
enumerable: false
});
this.uppy.log('[Url] Adding remote file');

@@ -136,0 +139,0 @@ try {

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

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

"dependencies": {
"@uppy/companion-client": "^3.5.0",
"@uppy/utils": "^5.5.2",
"@uppy/companion-client": "^3.6.0",
"@uppy/utils": "^5.6.0",
"nanoid": "^4.0.0",

@@ -33,4 +33,4 @@ "preact": "^10.5.13"

"peerDependencies": {
"@uppy/core": "^3.6.0"
"@uppy/core": "^3.7.0"
}
}

@@ -135,5 +135,7 @@ import { h } from 'preact'

},
providerOptions: this.client.opts,
},
}
Object.defineProperty(tagFile.remote, 'requestClient', { value: this.client, enumerable: false })
this.uppy.log('[Url] Adding remote file')

@@ -140,0 +142,0 @@ try {

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