@types/form-data
Advanced tools
Comparing version 0.0.32 to 0.0.33
@@ -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" | ||
} |
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
2994
48
1
+ Added@types/node@*
+ Added@types/node@22.9.0(transitive)
+ Addedundici-types@6.19.8(transitive)