@types/nock
Advanced tools
Comparing version 8.2.0 to 8.2.1
@@ -37,3 +37,4 @@ // Type definitions for nock v8.2.0 | ||
uri: string | RegExp | { (uri: string): boolean; }, | ||
requestBody?: string | RegExp | { (body: any): boolean; } | any | ||
requestBody?: string | RegExp | { (body: any): boolean; } | any, | ||
interceptorOptions?: Options | ||
) => Interceptor; | ||
@@ -52,2 +53,3 @@ export type ReplyCallback = (err: any, result: ReplyCallbackResult) => void; | ||
delete: InterceptFunction; | ||
options: InterceptFunction; | ||
@@ -54,0 +56,0 @@ intercept: ( |
{ | ||
"name": "@types/nock", | ||
"version": "8.2.0", | ||
"description": "TypeScript definitions for nock v8.2.0", | ||
"version": "8.2.1", | ||
"description": "TypeScript definitions for nock", | ||
"license": "MIT", | ||
"author": "bonnici <https://github.com/bonnici>, Horiuchi_H <https://github.com/horiuchi>", | ||
"contributors": [ | ||
{ | ||
"name": "bonnici", | ||
"url": "https://github.com/bonnici" | ||
}, | ||
{ | ||
"name": "Horiuchi_H", | ||
"url": "https://github.com/horiuchi" | ||
} | ||
], | ||
"main": "", | ||
@@ -17,4 +26,4 @@ "repository": { | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "5ad31949229c2f0cc4b6b9ff3210d5ecdc35e945362e9f19f3cb4685beb147ec" | ||
"typesPublisherContentHash": "c3fae8a9733e8d344e59e02a1e3d98dcf0f7d2f5ac44f5351548963d8240ea77", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,15 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for nock v8.2.0 (https://github.com/node-nock/nock). | ||
This package contains type definitions for nock (https://github.com/node-nock/nock). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/nock | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/nock | ||
Additional Details | ||
* Last updated: Thu, 17 Nov 2016 06:28:05 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: node | ||
* Module Dependencies: none | ||
* Global values: nock | ||
* Last updated: Tue, 14 Feb 2017 18:33:26 GMT | ||
* Dependencies: node | ||
* Global values: none | ||
# Credits | ||
These definitions were written by bonnici <https://github.com/bonnici>, Horiuchi_H <https://github.com/horiuchi>. |
{ | ||
"authors": "bonnici <https://github.com/bonnici>, Horiuchi_H <https://github.com/horiuchi>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
"node" | ||
], | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": 8, | ||
"libraryMinorVersion": 2, | ||
"libraryName": "nock v8.2.0", | ||
"typingsPackageName": "nock", | ||
"projectName": "https://github.com/node-nock/nock", | ||
"name": "nock", | ||
"libraryName": "nock", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"nock" | ||
], | ||
"declaredModules": [ | ||
"nock" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "5ad31949229c2f0cc4b6b9ff3210d5ecdc35e945362e9f19f3cb4685beb147ec" | ||
"data": { | ||
"contributors": [ | ||
{ | ||
"name": "bonnici", | ||
"url": "https://github.com/bonnici" | ||
}, | ||
{ | ||
"name": "Horiuchi_H", | ||
"url": "https://github.com/horiuchi" | ||
} | ||
], | ||
"dependencies": { | ||
"node": "*" | ||
}, | ||
"pathMappings": {}, | ||
"libraryMajorVersion": 8, | ||
"libraryMinorVersion": 2, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "nock", | ||
"typingsPackageName": "nock", | ||
"projectName": "https://github.com/node-nock/nock", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"nock/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "c3fae8a9733e8d344e59e02a1e3d98dcf0f7d2f5ac44f5351548963d8240ea77" | ||
}, | ||
"isLatest": true | ||
} |
8385
171
17