@uppy/form
Advanced tools
Comparing version 2.0.0-alpha.0 to 2.0.0
@@ -150,2 +150,2 @@ "use strict"; | ||
}, _class.VERSION = "2.0.0-alpha.0", _temp); | ||
}, _class.VERSION = "2.0.0", _temp); |
{ | ||
"name": "@uppy/form", | ||
"description": "Connect Uppy to an existing HTML <form>.", | ||
"version": "2.0.0-alpha.0", | ||
"version": "2.0.0", | ||
"license": "MIT", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^4.0.0-alpha.0", | ||
"@uppy/utils": "^4.0.0", | ||
"get-form-data": "^2.0.0" | ||
@@ -30,3 +30,3 @@ }, | ||
}, | ||
"gitHead": "113b627dd0ef5aa5d198dc309dda05da2117dfe5" | ||
"gitHead": "ab771cbe1cd87affd87c97bc983b19058e2e72bd" | ||
} |
import type { PluginOptions, PluginTarget, BasePlugin } from '@uppy/core' | ||
export interface FormOptions extends PluginOptions { | ||
replaceTargetContent?: boolean | ||
target?: PluginTarget | ||
@@ -6,0 +5,0 @@ resultName?: string |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
22162
256
1
Updated@uppy/utils@^4.0.0