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.12 to 2.0.13

45

supertest/index.d.ts

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

import * as superagent from 'superagent';
import * as superagent from "superagent";

@@ -44,25 +44,26 @@ export = supertest;

}
type SuperAgentTest = SuperTestWithHost<Test> &
Pick<
type SuperAgentTest =
& SuperTestWithHost<Test>
& Pick<
Request,
| 'use'
| 'on'
| 'set'
| 'query'
| 'type'
| 'accept'
| 'auth'
| 'withCredentials'
| 'retry'
| 'ok'
| 'redirects'
| 'timeout'
| 'buffer'
| 'serialize'
| 'parse'
| 'ca'
| 'key'
| 'pfx'
| 'cert'
| "use"
| "on"
| "set"
| "query"
| "type"
| "accept"
| "auth"
| "withCredentials"
| "retry"
| "ok"
| "redirects"
| "timeout"
| "buffer"
| "serialize"
| "parse"
| "ca"
| "key"
| "pfx"
| "cert"
>;
}
{
"name": "@types/supertest",
"version": "2.0.12",
"version": "2.0.13",
"description": "TypeScript definitions for SuperTest",

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

},
"typesPublisherContentHash": "a9c03b8b784744a21299096512e25ca14734512feab0840cca2849df0374d794",
"typeScriptVersion": "3.9"
"typesPublisherContentHash": "bab964f80063eed8dae852fa52bb9a08e6d68133b95cc1beffe705744dd8a34e",
"typeScriptVersion": "4.5"
}

@@ -18,3 +18,3 @@ # Installation

import * as superagent from 'superagent';
import * as superagent from "superagent";

@@ -54,24 +54,25 @@ export = supertest;

}
type SuperAgentTest = SuperTestWithHost<Test> &
Pick<
type SuperAgentTest =
& SuperTestWithHost<Test>
& Pick<
Request,
| 'use'
| 'on'
| 'set'
| 'query'
| 'type'
| 'accept'
| 'auth'
| 'withCredentials'
| 'retry'
| 'ok'
| 'redirects'
| 'timeout'
| 'buffer'
| 'serialize'
| 'parse'
| 'ca'
| 'key'
| 'pfx'
| 'cert'
| "use"
| "on"
| "set"
| "query"
| "type"
| "accept"
| "auth"
| "withCredentials"
| "retry"
| "ok"
| "redirects"
| "timeout"
| "buffer"
| "serialize"
| "parse"
| "ca"
| "key"
| "pfx"
| "cert"
>;

@@ -83,3 +84,3 @@ }

### Additional Details
* Last updated: Mon, 21 Mar 2022 16:31:45 GMT
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT
* Dependencies: [@types/superagent](https://npmjs.com/package/@types/superagent)

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