@types/serve-static
Advanced tools
Comparing version 1.7.15-alpha to 1.7.20-alpha
{ | ||
"name": "@types/serve-static", | ||
"version": "1.7.15-alpha", | ||
"description": "Type definitions for serve-static 1.7.1 from https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"version": "1.7.20-alpha", | ||
"description": "TypeScript definitions for serve-static 1.7.1", | ||
"main": "", | ||
@@ -11,6 +11,5 @@ "scripts": {}, | ||
"dependencies": { | ||
"express-serve-static-core": "*", | ||
"mime": "*", | ||
"@types/express-serve-static-core": "*" | ||
"@types/express-serve-static-core": "*", | ||
"@types/mime": "*" | ||
} | ||
} |
# Installation | ||
> `npm install --save-dev @types/serve-static` | ||
> `npm install --save @types/serve-static` | ||
# Summary | ||
This package contains type definitions for serve-static 1.7.1. | ||
This package contains type definitions for serve-static 1.7.1 (https://github.com/expressjs/serve-static). | ||
The project URL or description is https://github.com/expressjs/serve-static | ||
# 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-static | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/serve-static | ||
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: express-serve-static-core | ||
* Module Dependencies: express-serve-static-core, mime | ||
* Global values: serveStatic | ||
# Credits | ||
These definitions were written by Uros Smolnik <https://github.com/urossmolnik/>. |
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 2 instances in 1 package
2
0
5225
19
+ Added@types/mime@*
+ Added@types/mime@4.0.0(transitive)
- Removedexpress-serve-static-core@*
- Removedmime@*
- Removedexpress-serve-static-core@0.1.1(transitive)