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.3 to 1.0.4

5

FormData.js
const map = new WeakMap
const wm = o => map.get(o)
function normilizeValue(value) {
filename = value[1]
value = value[0]
function normilizeValue([value, filename]) {
if (value instanceof Blob)

@@ -9,0 +6,0 @@ value = new File([value], filename, {

2

package.json
{
"name": "formdata-polyfill",
"version": "1.0.3",
"version": "1.0.4",
"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