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.0.0 to 1.0.1

2

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

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

@@ -21,6 +21,22 @@ # json-form-data

prop5: true,
prop6: false
prop6: false,
prop7: {
prop1: 'test',
prop2: 2,
prop3: null,
prop4: undefined,
prop5: true,
prop6: false,
prop7: [
'test',
2,
null,
undefined,
true,
false
]
}
};
window.jsonToFormData(testObject);
var formData = window.jsonToFormData(testObject);
```
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