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

@octetstream/object-to-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

@octetstream/object-to-form-data - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

package.json
{
"type": "module",
"name": "@octetstream/object-to-form-data",
"version": "3.0.3",
"version": "3.0.4",
"description": "Serialize objects, arrays and collections into FormData.",

@@ -6,0 +6,0 @@ "keywords": [

@@ -214,7 +214,7 @@ # object-to-form-data

### `type NormalizeValue`
### `interface NormalizeValue`
Value normalizer.
Will be called on each *scalar* value, before it's added to FormData instance. It **must** return either `Blob` or `string`
A function to be called on each *scalar* value, before it's added to FormData instance. It **must** return either `Blob` or `string`

@@ -221,0 +221,0 @@ This function will be called with the following arguments:

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