Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@types/node-fetch

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/node-fetch - npm Package Compare versions

Comparing version 2.5.6 to 2.5.7

8

node-fetch/index.d.ts

@@ -120,6 +120,6 @@ // Type definitions for node-fetch 2.5

// Iterator methods
entries(): Iterator<[string, string]>;
keys(): Iterator<string>;
values(): Iterator<[string]>;
// Iterable methods
entries(): IterableIterator<[string, string]>;
keys(): IterableIterator<string>;
values(): IterableIterator<[string]>;
[Symbol.iterator](): Iterator<[string, string]>;

@@ -126,0 +126,0 @@ }

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

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

},
"typesPublisherContentHash": "f7aef7390094c48a3486fc6d18573e7da2e1e67f1efffb3ead166bf667756fd0",
"typesPublisherContentHash": "108c44e190ea37e4618fa6c4d6835aedecb20ddd8433a81984ee5cdfdd915b01",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Sat, 11 Apr 2020 03:30:05 GMT
* Last updated: Thu, 23 Apr 2020 19:30:58 GMT
* Dependencies: [@types/form-data](https://npmjs.com/package/@types/form-data), [@types/node](https://npmjs.com/package/@types/node)

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

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