Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

json-form-data

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-form-data - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

2

package.json
{
"name": "json-form-data",
"version": "1.7.0",
"version": "1.7.1",
"description": "A library to convert javascript objects into form data.",

@@ -5,0 +5,0 @@ "main": "./src/jsonToFormData.js",

@@ -137,2 +137,3 @@ # json-form-data

| --- | --- | --- |
| `initialFormData` | `new FormData()` | Existing form data which values will be appended to. |
| `showLeafArrayIndexes` | `true` | Shows indexes for items in array leaf nodes. |

@@ -146,3 +147,3 @@ | `includeNullValues` | `false` | Includes null values in the form data. |

`<script src="https://unpkg.com/json-form-data@^1.6.0/dist/jsonToFormData.min.js" />`
`<script src="https://unpkg.com/json-form-data@^1.7.0/dist/jsonToFormData.min.js" />`

@@ -149,0 +150,0 @@ ## Browser Support

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