@types/koa-favicon
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -27,2 +27,6 @@ // Type definitions for koa-favicon 2.1 | ||
maxage?: number | undefined; | ||
/** | ||
* MIME type of the file at path, defaulting to image/x-icon. | ||
*/ | ||
mime?: string | undefined; | ||
}): Koa.Middleware; | ||
@@ -29,0 +33,0 @@ |
{ | ||
"name": "@types/koa-favicon", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "TypeScript definitions for koa-favicon", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/koa-favicon", | ||
}, | ||
"typesPublisherContentHash": "aa94aca2a4545536efeb6758d19166f7da78cf6f171f76f41706b8510976e8eb", | ||
"typesPublisherContentHash": "155674fc434d7031b18f88c1b946f7da459601db59267a16fe315f5833ca54ec", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -37,2 +37,6 @@ # Installation | ||
maxage?: number | undefined; | ||
/** | ||
* MIME type of the file at path, defaulting to image/x-icon. | ||
*/ | ||
mime?: string | undefined; | ||
}): Koa.Middleware; | ||
@@ -46,3 +50,3 @@ | ||
### Additional Details | ||
* Last updated: Sun, 08 Oct 2023 16:06:31 GMT | ||
* Last updated: Mon, 09 Oct 2023 06:36:06 GMT | ||
* Dependencies: [@types/koa](https://npmjs.com/package/@types/koa) | ||
@@ -49,0 +53,0 @@ * Global values: none |
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
4553
27
55