object-to-formdata
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "object-to-formdata", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"repository": "therealparmesh/object-to-formdata", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -26,2 +26,8 @@ # object-to-formdata | ||
/** | ||
* convert true or false to 1 or 0 respectively | ||
* defaults to false | ||
*/ | ||
booleansAsIntegers: false, | ||
/** | ||
* treat null values like undefined values and ignore them | ||
@@ -37,3 +43,3 @@ * defaults to false | ||
existingFormData, // optional | ||
keyPrefix // optional | ||
keyPrefix, // optional | ||
); | ||
@@ -40,0 +46,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23918
47