node-fetch-cjs
Advanced tools
Comparing version 3.2.8 to 3.2.9
/// <reference types="node" /> | ||
/// <reference lib="dom" /> | ||
@@ -4,0 +3,0 @@ import {RequestOptions} from 'http'; |
{ | ||
"name": "node-fetch-cjs", | ||
"version": "3.2.8", | ||
"version": "3.2.9", | ||
"description": "A wrapper for node-fetch (a light-weight module that brings Fetch API to node.js) to be used in commonjs environment.", | ||
@@ -51,4 +51,4 @@ "main": "./dist/index.js", | ||
"jest": "^27.3.1", | ||
"node-fetch": "3.2.8" | ||
"node-fetch": "3.2.9" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
235034
5777