New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@types/formdata

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/formdata - npm Package Compare versions

Comparing version
0.10.2
to
0.10.3
+1
-5
formdata/index.d.ts

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

// Type definitions for formdata 0.10
// Project: https://github.com/node-file-api/FormData
// Definitions by: Ciarán Ingle <https://github.com/inglec-arista>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
import { EventEmitter } from "events";

@@ -7,0 +3,0 @@

+7
-5
{
"name": "@types/formdata",
"version": "0.10.2",
"version": "0.10.3",
"description": "TypeScript definitions for formdata",

@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/formdata",

"name": "Ciarán Ingle",
"url": "https://github.com/inglec-arista",
"githubUsername": "inglec-arista"
"githubUsername": "inglec-arista",
"url": "https://github.com/inglec-arista"
}

@@ -23,5 +23,7 @@ ],

"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "fb2f8a83311d3cf7211524791c9ebd735049e7b78a54429b27d890783ae59c66",
"dependencies": {
"@types/node": "*"
},
"typesPublisherContentHash": "c3e641cf216185dadf6ec9ba96ecea0bd842702675918f188117d241448edd37",
"typeScriptVersion": "4.5"
}

@@ -11,7 +11,3 @@ # Installation

````ts
// Type definitions for formdata 0.10
// Project: https://github.com/node-file-api/FormData
// Definitions by: Ciarán Ingle <https://github.com/inglec-arista>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />
import { EventEmitter } from "events";

@@ -36,7 +32,6 @@

### Additional Details
* Last updated: Thu, 14 Sep 2023 15:26:41 GMT
* Dependencies: none
* Global values: none
* Last updated: Wed, 18 Oct 2023 01:17:34 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
# Credits
These definitions were written by [Ciarán Ingle](https://github.com/inglec-arista).