@types/sinon-express-mock
Advanced tools
Comparing version 1.3.7 to 1.3.8
{ | ||
"name": "@types/sinon-express-mock", | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"description": "TypeScript definitions for sinon-express-mock", | ||
@@ -19,6 +19,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/sinon-express-mock" | ||
}, | ||
@@ -30,4 +31,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "ec08dfe0d0ccdee57001f5928173ea7a4fdbde0342042894eed2c38c4c257baf", | ||
"typesPublisherContentHash": "e1d6b830a066f65fe57d5aa86e2a44c91197e037c8518503e34f8c00614e2a1f", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sinon-express-mock | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sinon-express-mock. | ||
Additional Details | ||
* Last updated: Wed, 12 Dec 2018 21:39:09 GMT | ||
* Dependencies: @types/sinon, @types/express | ||
### Additional Details | ||
* Last updated: Tue, 31 Mar 2020 23:35:06 GMT | ||
* Dependencies: [@types/sinon](https://npmjs.com/package/@types/sinon), [@types/express](https://npmjs.com/package/@types/express) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Jared Chapiewsky <https://github.com/jpchip>, Tomek Łaziuk <https://github.com/tlaziuk>. | ||
These definitions were written by [Jared Chapiewsky](https://github.com/jpchip), and [Tomek Łaziuk](https://github.com/tlaziuk). |
4479