Comparing version 1.41.0 to 1.42.0
@@ -0,1 +1,8 @@ | ||
1.42.0 / 2019-09-25 | ||
=================== | ||
* Add `image/vnd.ms-dds` with extension `.dds` | ||
* Add new upstream MIME types | ||
* Remove compressible from `multipart/mixed` | ||
1.41.0 / 2019-08-30 | ||
@@ -2,0 +9,0 @@ =================== |
{ | ||
"name": "mime-db", | ||
"description": "Media Type Database", | ||
"version": "1.41.0", | ||
"version": "1.42.0", | ||
"contributors": [ | ||
@@ -25,7 +25,7 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
"cogent": "1.0.1", | ||
"csv-parse": "4.4.5", | ||
"eslint": "6.2.2", | ||
"csv-parse": "4.4.6", | ||
"eslint": "6.4.0", | ||
"eslint-config-standard": "14.1.0", | ||
"eslint-plugin-import": "2.18.2", | ||
"eslint-plugin-node": "9.2.0", | ||
"eslint-plugin-node": "10.0.0", | ||
"eslint-plugin-promise": "4.2.1", | ||
@@ -32,0 +32,0 @@ "eslint-plugin-standard": "4.0.1", |
@@ -79,3 +79,3 @@ # mime-db | ||
## Adding Custom Media Types | ||
### Adding Custom Media Types | ||
@@ -87,2 +87,8 @@ The best way to get new media types included in this library is to register | ||
If that is not possible / feasible, they can be added directly here as a | ||
"custom" type. To do this, it is required to have a primary source that | ||
definitively lists the media type. If an extension is going to be listed as | ||
associateed with this media type, the source must definitively link the | ||
media type and extension as well. | ||
[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/mime-db/master | ||
@@ -89,0 +95,0 @@ [coveralls-url]: https://coveralls.io/r/jshttp/mime-db?branch=master |
Sorry, the diff of this file is too big to display
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
191359
7978
101