@types/nock
Advanced tools
Comparing version 9.1.0 to 9.1.1
@@ -6,2 +6,3 @@ // Type definitions for nock v9.1.3 | ||
// afharo <https://github.com/afharo> | ||
// Matt R. Wilson <https://github.com/mastermatt> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -21,3 +22,3 @@ | ||
export function isDone(): boolean; | ||
export function pendingMocks(): void; | ||
export function pendingMocks(): string[]; | ||
export function removeInterceptor(interceptor: Interceptor | RequestOptions): boolean; | ||
@@ -24,0 +25,0 @@ export function disableNetConnect(): void; |
{ | ||
"name": "@types/nock", | ||
"version": "9.1.0", | ||
"version": "9.1.1", | ||
"description": "TypeScript definitions for nock", | ||
@@ -21,2 +21,7 @@ "license": "MIT", | ||
"githubUsername": "afharo" | ||
}, | ||
{ | ||
"name": "Matt R. Wilson", | ||
"url": "https://github.com/mastermatt", | ||
"githubUsername": "mastermatt" | ||
} | ||
@@ -33,4 +38,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "ae15e1dd9125fb1952cb981302c9c6ca279ba15a29525e5f30917f111d6dbc79", | ||
"typesPublisherContentHash": "29d3c8272a9d9b7736006ea17ad1f00b4c6a4555986b09c08fb82d4df165151e", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 13 Dec 2017 19:42:08 GMT | ||
* Last updated: Tue, 02 Jan 2018 20:47:02 GMT | ||
* Dependencies: node | ||
@@ -17,2 +17,2 @@ * 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>. | ||
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>. |
8865
137