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 1.5.20 to 1.5.21

5

lib/index.js

@@ -96,3 +96,4 @@ var _class, _temp;

companionUrl: _this.opts.companionUrl,
companionHeaders: _this.opts.companionHeaders || _this.opts.serverHeaders
companionHeaders: _this.opts.companionHeaders || _this.opts.serverHeaders,
companionCookiesRule: _this.opts.companionCookiesRule
});

@@ -255,2 +256,2 @@ return _this;

return Url;
}(Plugin), _class.VERSION = "1.5.20", _temp);
}(Plugin), _class.VERSION = "1.5.21", _temp);

8

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

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

"dependencies": {
"@uppy/companion-client": "^1.9.0",
"@uppy/utils": "^3.5.0",
"@uppy/companion-client": "^1.10.0",
"@uppy/utils": "^3.6.0",
"preact": "8.2.9"

@@ -33,3 +33,3 @@ },

},
"gitHead": "6771545fe70134088a5441ef5c2f7b872e32d812"
"gitHead": "12b7bd34e8f193e86561dd623024279103865a85"
}

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

companionHeaders: this.opts.companionHeaders || this.opts.serverHeaders,
companionCookiesRule: this.opts.companionCookiesRule,
})

@@ -66,0 +67,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