Socket
Socket
Sign inDemoInstall

formdata-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formdata-polyfill - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

FormData.js

@@ -50,3 +50,3 @@ const map = new WeakMap

for (let {name, type, value, files, checked, selectedOptions} of form.elements) {
for (let {name, type, value, files, checked, selectedOptions} of Array.from(form.elements)) {
if(!name) continue

@@ -53,0 +53,0 @@

{
"name": "formdata-polyfill",
"version": "1.0.4",
"version": "1.0.5",
"description": "HTML5 `FormData` polyfill for Browsers.",

@@ -5,0 +5,0 @@ "main": "FormData.js",

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