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

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 4.2.0 to 4.2.1

8

@type/File.d.ts

@@ -1,2 +0,1 @@

import type { ReadableStream } from "web-streams-polyfill";
import { Blob, BlobPropertyBag } from "./Blob";

@@ -21,5 +20,6 @@ export interface FileLike {

[Symbol.toStringTag]: string;
stream(): ReadableStream | {
[Symbol.asyncIterator](): AsyncIterableIterator<Uint8Array>;
};
/**
* Returns a [`ReadableStream`](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream) which upon reading returns the data contained within the [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File).
*/
stream(): AsyncIterable<Uint8Array>;
}

@@ -26,0 +26,0 @@ export interface FileOptions extends BlobPropertyBag {

{
"name": "formdata-node",
"version": "4.2.0",
"version": "4.2.1",
"description": "Spec-compliant FormData implementation for Node.js",

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

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