supertest-fetch
Advanced tools
Comparing version 1.2.4 to 1.2.5
{ | ||
"name": "supertest-fetch", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "Supertest with WHATWG fetch like interface.", | ||
@@ -80,5 +80,5 @@ "main": "lib/index.js", | ||
"@types/express": "^4.16.1", | ||
"@types/node-fetch": "^2.1.6", | ||
"@types/node-fetch": "^2.3.0", | ||
"node-fetch": "^2.3.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ import { Express } from 'express'; | ||
import Test from './Test'; | ||
export { Body, BodyInit, HeaderInit, Headers, Request, RequestCache, RequestContext, RequestCredentials, RequestInfo, RequestInit, RequestMode, RequestRedirect, Response, ResponseInit, ResponseType, } from 'node-fetch'; | ||
export { Body, BodyInit, HeadersInit, HeadersInit as HeaderInit, Headers, Request, RequestCache, RequestContext, RequestCredentials, RequestInfo, RequestInit, RequestMode, RequestRedirect, Response, ResponseInit, ResponseType, } from 'node-fetch'; | ||
export { Test }; | ||
@@ -8,0 +8,0 @@ export { fetch }; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37203
Updated@types/node-fetch@^2.3.0