Socket
Socket
Sign inDemoInstall

@types/supertest

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/supertest - npm Package Compare versions

Comparing version 2.0.13 to 2.0.14

8

supertest/index.d.ts

@@ -12,3 +12,3 @@ // Type definitions for SuperTest v2.0.1

declare function supertest(app: any): supertest.SuperTest<supertest.Test>;
declare function supertest(app: any, options?: supertest.Options): supertest.SuperTest<supertest.Test>;
declare namespace supertest {

@@ -35,3 +35,7 @@ interface Response extends superagent.Response {}

interface AgentOptions {
interface Options {
http2?: boolean;
}
interface AgentOptions extends Options {
ca?: any;

@@ -38,0 +42,0 @@ }

{
"name": "@types/supertest",
"version": "2.0.13",
"version": "2.0.14",
"description": "TypeScript definitions for SuperTest",

@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/supertest",

},
"typesPublisherContentHash": "bab964f80063eed8dae852fa52bb9a08e6d68133b95cc1beffe705744dd8a34e",
"typesPublisherContentHash": "418e7a9530b90c2211ae7cdc3d43ffbb612bf41203cec25831c3d20eedfc3af7",
"typeScriptVersion": "4.5"
}

@@ -22,3 +22,3 @@ # Installation

declare function supertest(app: any): supertest.SuperTest<supertest.Test>;
declare function supertest(app: any, options?: supertest.Options): supertest.SuperTest<supertest.Test>;
declare namespace supertest {

@@ -45,3 +45,7 @@ interface Response extends superagent.Response {}

interface AgentOptions {
interface Options {
http2?: boolean;
}
interface AgentOptions extends Options {
ca?: any;

@@ -84,3 +88,3 @@ }

### Additional Details
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT
* Last updated: Mon, 02 Oct 2023 23:05:52 GMT
* Dependencies: [@types/superagent](https://npmjs.com/package/@types/superagent)

@@ -87,0 +91,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