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.10 to 2.0.11

4

supertest/index.d.ts

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

>;
interface SuperTest<T extends superagent.SuperAgentRequest> extends superagent.SuperAgent<T> {}
interface SuperTest<T extends superagent.SuperAgentRequest> extends superagent.SuperAgent<T> {
host(host: string): T;
}
}
{
"name": "@types/supertest",
"version": "2.0.10",
"version": "2.0.11",
"description": "TypeScript definitions for SuperTest",

@@ -29,4 +29,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "c591ded3c992c21571d69b3d61601dd96108f7b59c2e7a3ab29e4cf6acd645a9",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "0f31fa99a5ee4543e053b2a6928741a84d93c4f67e162ac77fb4c5c499cb1a6f",
"typeScriptVersion": "3.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 29 Jun 2020 17:37:12 GMT
* Last updated: Wed, 31 Mar 2021 04:31:11 GMT
* Dependencies: [@types/superagent](https://npmjs.com/package/@types/superagent)

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