Socket
Socket
Sign inDemoInstall

formdata-node

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formdata-node - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "formdata-node",
"version": "1.0.0",
"version": "1.0.1",
"description": "FormData implementation for Node.js. Built over Readable stream and async generators. Can be used to communicate between servers with multipart/form-data format.",

@@ -5,0 +5,0 @@ "repository": "octet-stream/form-data",

@@ -16,3 +16,3 @@ # FormData

```
npm install --save formdata-node
npm install formdata-node
```

@@ -32,4 +32,3 @@

You can send queries via HTTP clients that supports headers setting
and Readable stream as POST body.
You can send queries via HTTP clients that supports headers setting Readable stream as body.

@@ -158,4 +157,4 @@ Let's take a look at minimal example with [got](https://github.com/sindresorhus/got):

Returns an async iterator which allows to read the data from internal Readable stream using **for-await** syntax.
Read the [async iteration proposal](https://github.com/tc39/proposal-async-iteration) for more info about async generator functions.
Returns an async iterator allowing to read a data from internal Readable stream using **for-await** syntax.
Read the [async iteration proposal](https://github.com/tc39/proposal-async-iteration) to get more info about async iterators.

@@ -162,0 +161,0 @@ ## Related links

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