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.3 to 2.0.4

5

supertest/index.d.ts

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

function agent(app?: any): SuperTest<Test>;
interface AgentOptions {
ca?: any;
}
function agent(app?: any, options?: AgentOptions): SuperTest<Test>;

@@ -38,0 +41,0 @@ interface SuperTest<T extends superagent.SuperAgentRequest> extends superagent.SuperAgent<T> {

7

supertest/package.json
{
"name": "@types/supertest",
"version": "2.0.3",
"version": "2.0.4",
"description": "TypeScript definitions for SuperTest",

@@ -9,3 +9,4 @@ "license": "MIT",

"name": "Alex Varju",
"url": "https://github.com/varju"
"url": "https://github.com/varju",
"githubUsername": "varju"
}

@@ -22,4 +23,4 @@ ],

},
"typesPublisherContentHash": "73bf36e1e4cca14ae70d69d82e967690e33e9278003cbb319a3279f586dc71be",
"typesPublisherContentHash": "b07d7470f9410eda3ac3cadb26b4f4ce4bcd8c11cbfeec69d19c2bf66aaa12cb",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Mon, 21 Aug 2017 22:03:22 GMT
* Last updated: Tue, 21 Nov 2017 21:21:07 GMT
* Dependencies: superagent

@@ -14,0 +14,0 @@ * Global values: none

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