@types/mime-db
Advanced tools
Comparing version 1.43.4 to 1.43.5
@@ -12,3 +12,3 @@ declare namespace database { | ||
/** Known extensions associated with this mime type. */ | ||
readonly extensions?: ReadonlyArray<string> | undefined; | ||
readonly extensions?: readonly string[] | undefined; | ||
/** Whether a file of this type can be gzipped. */ | ||
@@ -15,0 +15,0 @@ readonly compressible?: boolean | undefined; |
{ | ||
"name": "@types/mime-db", | ||
"version": "1.43.4", | ||
"version": "1.43.5", | ||
"description": "TypeScript definitions for mime-db", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mime-db", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "592fe531a06bde1a3bac75546b46549620c960a21bd73204450d01de4138f0bb", | ||
"typesPublisherContentHash": "194807795223aac61e22bd578c0ce6b3174a3608d6f2751b1e35566a0431e185", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -22,3 +22,3 @@ # Installation | ||
/** Known extensions associated with this mime type. */ | ||
readonly extensions?: ReadonlyArray<string> | undefined; | ||
readonly extensions?: readonly string[] | undefined; | ||
/** Whether a file of this type can be gzipped. */ | ||
@@ -53,3 +53,3 @@ readonly compressible?: boolean | undefined; | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: none | ||
@@ -56,0 +56,0 @@ |
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
5356