Socket
Socket
Sign inDemoInstall

@types/node-fetch

Package Overview
Dependencies
1
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.2 to 2.3.3

9

node-fetch/index.d.ts

@@ -141,4 +141,6 @@ // Type definitions for node-fetch 2.3

json(): Promise<any>;
size: number;
text(): Promise<string>;
textConverted(): Promise<string>;
timeout: number;
}

@@ -161,6 +163,4 @@

ok: boolean;
size: number;
status: number;
statusText: string;
timeout: number;
type: ResponseType;

@@ -180,4 +180,7 @@ url: string;

headers?: HeadersInit;
status: number;
size?: number;
status?: number;
statusText?: string;
timeout?: number;
url: string;
}

@@ -184,0 +187,0 @@

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

@@ -49,4 +49,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "cdb4b7db52797e12ff11a36008591eb38d1e28195cbd526ed25c045d51dcaaae",
"typesPublisherContentHash": "810faa6a7690873c0fae5d6c72e356963ce6a13274c0b023a32ee09a091cffcd",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Thu, 11 Apr 2019 18:07:19 GMT
* Last updated: Thu, 25 Apr 2019 23:04:01 GMT
* Dependencies: @types/node

@@ -14,0 +14,0 @@ * Global values: none

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