Socket
Socket
Sign inDemoInstall

@types/node-fetch

Package Overview
Dependencies
8
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.5 to 2.5.6

3

node-fetch/index.d.ts

@@ -14,2 +14,3 @@ // Type definitions for node-fetch 2.5

// Alexis Tyler <https://github.com/OmgImAlexis>
// Jakub Kisielewski <https://github.com/kbkk>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -144,3 +145,3 @@

arrayBuffer(): Promise<ArrayBuffer>;
blob(): Promise<Buffer>;
blob(): Promise<Blob>;
body: NodeJS.ReadableStream;

@@ -147,0 +148,0 @@ bodyUsed: boolean;

{
"name": "@types/node-fetch",
"version": "2.5.5",
"version": "2.5.6",
"description": "TypeScript definitions for node-fetch",

@@ -61,2 +61,7 @@ "license": "MIT",

"githubUsername": "OmgImAlexis"
},
{
"name": "Jakub Kisielewski",
"url": "https://github.com/kbkk",
"githubUsername": "kbkk"
}

@@ -76,4 +81,4 @@ ],

},
"typesPublisherContentHash": "c438da001acaaae04b1a33df4b2ea9a62bd3da7967c9741b61684d5500f7c75a",
"typesPublisherContentHash": "f7aef7390094c48a3486fc6d18573e7da2e1e67f1efffb3ead166bf667756fd0",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Tue, 25 Feb 2020 00:15:07 GMT
* Last updated: Sat, 11 Apr 2020 03:30:05 GMT
* Dependencies: [@types/form-data](https://npmjs.com/package/@types/form-data), [@types/node](https://npmjs.com/package/@types/node)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by [Torsten Werner](https://github.com/torstenwerner), [Niklas Lindgren](https://github.com/nikcorg), [Vinay Bedre](https://github.com/vinaybedre), [Antonio Román](https://github.com/kyranet), [Andrew Leedham](https://github.com/AndrewLeedham), [Jason Li](https://github.com/JasonLi914), [Brandon Wilson](https://github.com/wilsonianb), [Steve Faulkner](https://github.com/southpolesteve), [ExE Boss](https://github.com/ExE-Boss), [Alex Savin](https://github.com/alexandrusavin), and [Alexis Tyler](https://github.com/OmgImAlexis).
These definitions were written by [Torsten Werner](https://github.com/torstenwerner), [Niklas Lindgren](https://github.com/nikcorg), [Vinay Bedre](https://github.com/vinaybedre), [Antonio Román](https://github.com/kyranet), [Andrew Leedham](https://github.com/AndrewLeedham), [Jason Li](https://github.com/JasonLi914), [Brandon Wilson](https://github.com/wilsonianb), [Steve Faulkner](https://github.com/southpolesteve), [ExE Boss](https://github.com/ExE-Boss), [Alex Savin](https://github.com/alexandrusavin), [Alexis Tyler](https://github.com/OmgImAlexis), and [Jakub Kisielewski](https://github.com/kbkk).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc