@types/supertest
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -30,3 +30,3 @@ // Type definitions for SuperTest v2.0.1 | ||
expect(field: string, val: string, callback?: CallbackHandler): this; | ||
expect(fzield: string, val: RegExp, callback?: CallbackHandler): this; | ||
expect(field: string, val: RegExp, callback?: CallbackHandler): this; | ||
expect(checker: (res: Response) => any): this; | ||
@@ -33,0 +33,0 @@ end(callback?: CallbackHandler): this; |
{ | ||
"name": "@types/supertest", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "TypeScript definitions for SuperTest", | ||
@@ -16,3 +16,3 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -23,4 +23,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "b07d7470f9410eda3ac3cadb26b4f4ce4bcd8c11cbfeec69d19c2bf66aaa12cb", | ||
"typesPublisherContentHash": "203cec6fb3bef830991d35ed699a71cba90e9507482ac64ce569733943eaa386", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/supertest | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/supertest | ||
Additional Details | ||
* Last updated: Tue, 21 Nov 2017 21:21:07 GMT | ||
* Last updated: Sat, 14 Jul 2018 01:02:01 GMT | ||
* Dependencies: superagent | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3882