@types/serve-favicon
Advanced tools
Comparing version 2.2.15-alpha to 2.2.20-alpha
{ | ||
"name": "@types/serve-favicon", | ||
"version": "2.2.15-alpha", | ||
"description": "Type definitions for serve-favicon 2.2.0 from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"version": "2.2.20-alpha", | ||
"description": "TypeScript definitions for serve-favicon 2.2.0", | ||
"main": "", | ||
@@ -11,4 +11,4 @@ "scripts": {}, | ||
"dependencies": { | ||
"equire('express'": "*" | ||
"@types/express": "*" | ||
} | ||
} |
# Installation | ||
> `npm install --save-dev @types/serve-favicon` | ||
> `npm install --save @types/serve-favicon` | ||
# Summary | ||
This package contains type definitions for serve-favicon 2.2.0. | ||
This package contains type definitions for serve-favicon 2.2.0 (https://github.com/expressjs/serve-favicon). | ||
The project URL or description is https://github.com/expressjs/serve-favicon | ||
# Credits | ||
These definitions were written by Uros Smolnik <https://github.com/urossmolnik/>. | ||
# Details | ||
Typings were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/serve-favicon | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/serve-favicon | ||
Additional Details | ||
* Last updated: Thu, 19 May 2016 20:06:12 GMT | ||
* Typings kind: ProperModule | ||
* Last updated: Fri, 20 May 2016 17:00:48 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: none | ||
* Module Dependencies: equire('express' | ||
* Module Dependencies: express | ||
* Global values: serveFavicon | ||
# Credits | ||
These definitions were written by Uros Smolnik <https://github.com/urossmolnik/>. |
@@ -6,3 +6,3 @@ { | ||
"moduleDependencies": [ | ||
"equire('express'" | ||
"express" | ||
], | ||
@@ -9,0 +9,0 @@ "libraryMajorVersion": "2", |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
0
2608
19
+ Added@types/express@*
+ Added@types/body-parser@1.19.5(transitive)
+ Added@types/connect@3.4.38(transitive)
+ Added@types/express@5.0.0(transitive)
+ Added@types/express-serve-static-core@5.0.2(transitive)
+ Added@types/http-errors@2.0.4(transitive)
+ Added@types/mime@1.3.5(transitive)
+ Added@types/node@22.10.2(transitive)
+ Added@types/qs@6.9.17(transitive)
+ Added@types/range-parser@1.2.7(transitive)
+ Added@types/send@0.17.4(transitive)
+ Added@types/serve-static@1.15.7(transitive)
+ Addedundici-types@6.20.0(transitive)
- Removedequire('express'@*