@types/koa-send
Advanced tools
Comparing version 3.0.1 to 3.3.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for koa-send v3.x | ||
// Type definitions for koa-send v3.3 | ||
// Project: https://github.com/koajs/send | ||
@@ -16,2 +16,3 @@ // Definitions by: Peter Safranek <https://github.com/pe8ter> | ||
setHeaders?: Function; | ||
extensions?: string[]; | ||
} | ||
@@ -18,0 +19,0 @@ |
{ | ||
"name": "@types/koa-send", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for koa-send v3.x", | ||
"version": "3.3.0", | ||
"description": "TypeScript definitions for koa-send", | ||
"license": "MIT", | ||
@@ -17,4 +17,4 @@ "author": "Peter Safranek <https://github.com/pe8ter>", | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "9d7735721fa0d1d9649fd21b91b2c4c9ce35f2c6f52eee884bdec0360d4bc330" | ||
"typesPublisherContentHash": "6bde86985096c590709f4a60e264e8b079e40d4dae9e0ce43927ec9559736d5b", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,15 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for koa-send v3.x (https://github.com/koajs/send). | ||
This package contains type definitions for koa-send (https://github.com/koajs/send). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/koa-send | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/koa-send | ||
Additional Details | ||
* Last updated: Tue, 25 Oct 2016 13:17:08 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: koa | ||
* Global values: send | ||
* Last updated: Tue, 10 Jan 2017 20:28:44 GMT | ||
* Dependencies: koa | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Peter Safranek <https://github.com/pe8ter>. |
{ | ||
"authors": "Peter Safranek <https://github.com/pe8ter>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [ | ||
"koa" | ||
], | ||
"libraryMajorVersion": "3", | ||
"libraryMinorVersion": "0", | ||
"libraryName": "koa-send v3.x", | ||
"typingsPackageName": "koa-send", | ||
"projectName": "https://github.com/koajs/send", | ||
"name": "koa-send", | ||
"libraryName": "koa-send", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [ | ||
"send" | ||
], | ||
"declaredModules": [ | ||
"koa-send" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "9d7735721fa0d1d9649fd21b91b2c4c9ce35f2c6f52eee884bdec0360d4bc330" | ||
"data": { | ||
"authors": "Peter Safranek <https://github.com/pe8ter>", | ||
"dependencies": { | ||
"koa": "*" | ||
}, | ||
"libraryMajorVersion": 3, | ||
"libraryMinorVersion": 3, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "koa-send", | ||
"typingsPackageName": "koa-send", | ||
"projectName": "https://github.com/koajs/send", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"koa-send/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "6bde86985096c590709f4a60e264e8b079e40d4dae9e0ce43927ec9559736d5b" | ||
}, | ||
"isLatest": true | ||
} |
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
2546
45
17