@types/serve-favicon
Advanced tools
Comparing version 2.5.4 to 2.5.5
@@ -14,3 +14,3 @@ // Type definitions for serve-favicon 2.5 | ||
import express = require('express'); | ||
import express = require("express"); | ||
@@ -22,3 +22,3 @@ /** | ||
path: string | Buffer, | ||
options?: serveFavicon.Options | ||
options?: serveFavicon.Options, | ||
): express.RequestHandler; | ||
@@ -25,0 +25,0 @@ |
{ | ||
"name": "@types/serve-favicon", | ||
"version": "2.5.4", | ||
"version": "2.5.5", | ||
"description": "TypeScript definitions for serve-favicon", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/serve-favicon", | ||
}, | ||
"typesPublisherContentHash": "9c7fe273f92250097d66833d2e70a3e1a72a38f3a5d26098089fad9e610f407d", | ||
"typeScriptVersion": "4.3" | ||
"typesPublisherContentHash": "858455054cc1c3dd70cda7ddae3db41933731d54ece04a9143086db81c20da68", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -24,3 +24,3 @@ # Installation | ||
import express = require('express'); | ||
import express = require("express"); | ||
@@ -32,3 +32,3 @@ /** | ||
path: string | Buffer, | ||
options?: serveFavicon.Options | ||
options?: serveFavicon.Options, | ||
): express.RequestHandler; | ||
@@ -51,3 +51,3 @@ | ||
### Additional Details | ||
* Last updated: Wed, 19 Apr 2023 06:32:44 GMT | ||
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT | ||
* Dependencies: [@types/express](https://npmjs.com/package/@types/express) | ||
@@ -54,0 +54,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
5005