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.5 to 2.0.6

3

supertest/index.d.ts
// Type definitions for SuperTest v2.0.1
// Project: https://github.com/visionmedia/supertest
// Definitions by: Alex Varju <https://github.com/varju>
// Petteri Parkkila <https://github.com/pietu>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -26,2 +27,3 @@ // TypeScript Version: 2.2

expect(status: number, body: any, callback?: CallbackHandler): this;
expect(checker: (res: Response) => any): this;
expect(body: string, callback?: CallbackHandler): this;

@@ -32,3 +34,2 @@ expect(body: RegExp, callback?: CallbackHandler): this;

expect(field: string, val: RegExp, callback?: CallbackHandler): this;
expect(checker: (res: Response) => any): this;
end(callback?: CallbackHandler): this;

@@ -35,0 +36,0 @@ }

{
"name": "@types/supertest",
"version": "2.0.5",
"version": "2.0.6",
"description": "TypeScript definitions for SuperTest",

@@ -11,2 +11,7 @@ "license": "MIT",

"githubUsername": "varju"
},
{
"name": "Petteri Parkkila",
"url": "https://github.com/pietu",
"githubUsername": "pietu"
}

@@ -23,4 +28,4 @@ ],

},
"typesPublisherContentHash": "203cec6fb3bef830991d35ed699a71cba90e9507482ac64ce569733943eaa386",
"typesPublisherContentHash": "d01ae2cdf6a9b28767555551409b4722c70d2b9fa580f3a6f2c1ae69588d355a",
"typeScriptVersion": "2.2"
}

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

Additional Details
* Last updated: Sat, 14 Jul 2018 01:02:01 GMT
* Last updated: Sat, 08 Sep 2018 01:20:16 GMT
* Dependencies: superagent

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Alex Varju <https://github.com/varju>.
These definitions were written by Alex Varju <https://github.com/varju>, Petteri Parkkila <https://github.com/pietu>.
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