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

object-to-formdata

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-to-formdata - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "object-to-formdata",
"version": "1.0.1",
"version": "1.0.2",
"description": "A convenient client-side JavaScript function to create a FormData instance from the key-value pairs of an Object instance.",

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

@@ -6,3 +6,4 @@ # object-to-formdata

var objectToFormData = require('object-to-formdata');
objectToFormData({ /* key-value pairs */ });
var object = { /* key-value pairs (values can be primitives or objects) */ };
var formData = objectToFormData(object);
```
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