Socket
Socket
Sign inDemoInstall

@types/form-data

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/form-data - npm Package Compare versions

Comparing version 0.0.32 to 0.0.33

9

form-data/index.d.ts

@@ -8,11 +8,14 @@ // Type definitions for form-data

/// <reference types="node" />
export = FormData;
declare class FormData {
import * as stream from "stream";
declare class FormData extends stream.Readable {
append(key: string, value: any, options?: any): void;
getHeaders(): FormData.Dictionary<string>;
// TODO expand pipe
pipe(to: any): any;
submit(params: string | Object, callback: (error: any, response: any) => void): any;
getBoundary(): string;
getLength(callback: (err: Error, length: number) => void): void;
}

@@ -19,0 +22,0 @@

{
"name": "@types/form-data",
"version": "0.0.32",
"version": "0.0.33",
"description": "TypeScript definitions for form-data",

@@ -13,5 +13,8 @@ "license": "MIT",

"scripts": {},
"dependencies": {},
"dependencies": {
"@types/node": "*"
},
"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "29724e1240785f35a6c9a8fe26c4e8b85d2a9e7d9ed210b9c54c9bad6aa28fbe"
"typesPublisherContentHash": "9cc91a75fca75af54344c0e61a0c29e9f9939ea01d67642720916db50a7245ef"
}

@@ -11,6 +11,6 @@ # Installation

Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* Last updated: Tue, 22 Nov 2016 23:38:10 GMT
* File structure: ProperModule
* Library Dependencies: none
* Module Dependencies: none
* Library Dependencies: node
* Module Dependencies: stream
* Global values: FormData

@@ -17,0 +17,0 @@

{
"authors": "Carlos Ballesteros Velasco <https://github.com/soywiz>, Leon Yu <https://github.com/leonyu>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": "0",
"libraryMinorVersion": "0",
"libraryDependencies": [
"node"
],
"moduleDependencies": [
"stream"
],
"libraryMajorVersion": 0,
"libraryMinorVersion": 0,
"libraryName": "form-data",

@@ -24,3 +28,3 @@ "typingsPackageName": "form-data",

"hasPackageJson": false,
"contentHash": "29724e1240785f35a6c9a8fe26c4e8b85d2a9e7d9ed210b9c54c9bad6aa28fbe"
"contentHash": "9cc91a75fca75af54344c0e61a0c29e9f9939ea01d67642720916db50a7245ef"
}
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