@uppy/form
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -5,5 +5,3 @@ "use strict"; | ||
const { | ||
BasePlugin | ||
} = require('@uppy/core'); | ||
const BasePlugin = require('@uppy/core/lib/BasePlugin'); | ||
@@ -151,2 +149,2 @@ const findDOMElement = require('@uppy/utils/lib/findDOMElement'); | ||
}, _class.VERSION = "2.0.2", _temp); | ||
}, _class.VERSION = "2.0.3", _temp); |
{ | ||
"name": "@uppy/form", | ||
"description": "Connect Uppy to an existing HTML <form>.", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^4.0.1", | ||
"@uppy/utils": "^4.0.2", | ||
"get-form-data": "^2.0.0" | ||
@@ -30,3 +30,3 @@ }, | ||
}, | ||
"gitHead": "b3b68c07773395d1521c38148cbf87ed88ff2364" | ||
"gitHead": "1eb317ba3a3115596212ac50f1d81d3188dd0619" | ||
} |
@@ -1,2 +0,2 @@ | ||
const { BasePlugin } = require('@uppy/core') | ||
const BasePlugin = require('@uppy/core/lib/BasePlugin') | ||
const findDOMElement = require('@uppy/utils/lib/findDOMElement') | ||
@@ -3,0 +3,0 @@ const toArray = require('@uppy/utils/lib/toArray') |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22182
254
1
Updated@uppy/utils@^4.0.2