form-data-entries
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -1,1 +0,1 @@ | ||
export declare default function formDataEntries(form: HTMLFormElement): Array<[string, string]> | ||
export default function formDataEntries(form: HTMLFormElement): Array<[string, string]> |
{ | ||
"name": "form-data-entries", | ||
"description": "FormData.entries ponyfill", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "index.umd.js", | ||
@@ -6,0 +6,0 @@ "module": "index.js", |
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
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
7176