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

supertest-fetch

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

supertest-fetch - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

4

package.json
{
"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

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