@uppy/xhr-upload
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -5,5 +5,3 @@ "use strict"; | ||
const { | ||
BasePlugin | ||
} = require('@uppy/core'); | ||
const BasePlugin = require('@uppy/core/lib/BasePlugin'); | ||
@@ -117,3 +115,3 @@ const { | ||
} catch (err) { | ||
this.uppy.log(err); | ||
uppy.log(err); | ||
} | ||
@@ -662,2 +660,2 @@ | ||
}, _class.VERSION = "2.0.3", _temp); | ||
}, _class.VERSION = "2.0.4", _temp); |
{ | ||
"name": "@uppy/xhr-upload", | ||
"description": "Plain and simple classic HTML multipart form uploads with Uppy, as well as uploads using the HTTP PUT method.", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"license": "MIT", | ||
@@ -27,4 +27,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^2.0.1", | ||
"@uppy/utils": "^4.0.1", | ||
"@uppy/companion-client": "^2.0.2", | ||
"@uppy/utils": "^4.0.2", | ||
"nanoid": "^3.1.25" | ||
@@ -38,3 +38,3 @@ }, | ||
}, | ||
"gitHead": "b3b68c07773395d1521c38148cbf87ed88ff2364" | ||
"gitHead": "1eb317ba3a3115596212ac50f1d81d3188dd0619" | ||
} |
@@ -1,2 +0,2 @@ | ||
const { BasePlugin } = require('@uppy/core') | ||
const BasePlugin = require('@uppy/core/lib/BasePlugin') | ||
const { nanoid } = require('nanoid') | ||
@@ -90,3 +90,3 @@ const { Provider, RequestClient, Socket } = require('@uppy/companion-client') | ||
} catch (err) { | ||
this.uppy.log(err) | ||
uppy.log(err) | ||
} | ||
@@ -93,0 +93,0 @@ |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
91426
1257
1
Updated@uppy/utils@^4.0.2