@types/nock
Advanced tools
Comparing version 9.1.3 to 9.3.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for nock v9.1.3 | ||
// Type definitions for nock v9.3.3 | ||
// Project: https://github.com/node-nock/nock | ||
@@ -8,2 +8,3 @@ // Definitions by: bonnici <https://github.com/bonnici> | ||
// Garanzha Dmitriy <https://github.com/damour> | ||
// GP <https://github.com/paambaati> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -13,5 +14,7 @@ | ||
import { Url } from 'url'; | ||
export = nock; | ||
declare function nock(basePath: string | RegExp, options?: nock.Options): nock.Scope; | ||
declare function nock(basePath: string | RegExp | Url, options?: nock.Options): nock.Scope; | ||
@@ -18,0 +21,0 @@ declare namespace nock { |
{ | ||
"name": "@types/nock", | ||
"version": "9.1.3", | ||
"version": "9.3.0", | ||
"description": "TypeScript definitions for nock", | ||
@@ -31,2 +31,7 @@ "license": "MIT", | ||
"githubUsername": "damour" | ||
}, | ||
{ | ||
"name": "GP", | ||
"url": "https://github.com/paambaati", | ||
"githubUsername": "paambaati" | ||
} | ||
@@ -37,3 +42,3 @@ ], | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
@@ -44,4 +49,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "32293fde160cfb191f125ed0aeb320f45ed6325082f4f111325764f7296cd5d8", | ||
"typesPublisherContentHash": "c31f628c8a59642f66713ad3a311db4270b44eb3083a6d3278f293de17335bcf", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nock | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nock | ||
Additional Details | ||
* Last updated: Mon, 09 Apr 2018 17:06:48 GMT | ||
* Dependencies: node | ||
* Last updated: Sat, 30 Jun 2018 02:47:51 GMT | ||
* Dependencies: url, node | ||
* Global values: none | ||
# Credits | ||
These definitions were written by bonnici <https://github.com/bonnici>, Horiuchi_H <https://github.com/horiuchi>, afharo <https://github.com/afharo>, Matt R. Wilson <https://github.com/mastermatt>, Garanzha Dmitriy <https://github.com/damour>. | ||
These definitions were written by bonnici <https://github.com/bonnici>, Horiuchi_H <https://github.com/horiuchi>, afharo <https://github.com/afharo>, Matt R. Wilson <https://github.com/mastermatt>, Garanzha Dmitriy <https://github.com/damour>, GP <https://github.com/paambaati>. |
Sorry, the diff of this file is not supported yet
9642
146