Comparing version 1.6.15 to 1.6.16
@@ -0,1 +1,19 @@ | ||
1.6.16 / 2018-02-16 | ||
=================== | ||
* deps: mime-types@~2.1.18 | ||
- Add `application/raml+yaml` with extension `.raml` | ||
- Add `application/wasm` with extension `.wasm` | ||
- Add `text/shex` with extension `.shex` | ||
- Add extensions for JPEG-2000 images | ||
- Add extensions from IANA for `message/*` types | ||
- Add extension `.mjs` to `application/javascript` | ||
- Add extension `.wadl` to `application/vnd.sun.wadl+xml` | ||
- Add extension `.gz` to `application/gzip` | ||
- Add glTF types and extensions | ||
- Add new mime types | ||
- Update extensions `.md` and `.markdown` to be `text/markdown` | ||
- Update font MIME types | ||
- Update `text/hjson` to registered `application/hjson` | ||
1.6.15 / 2017-03-31 | ||
@@ -2,0 +20,0 @@ =================== |
{ | ||
"name": "type-is", | ||
"description": "Infer the content-type of a request.", | ||
"version": "1.6.15", | ||
"version": "1.6.16", | ||
"contributors": [ | ||
@@ -13,10 +13,12 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
"media-typer": "0.3.0", | ||
"mime-types": "~2.1.15" | ||
"mime-types": "~2.1.18" | ||
}, | ||
"devDependencies": { | ||
"eslint": "3.19.0", | ||
"eslint-config-standard": "7.1.0", | ||
"eslint-plugin-markdown": "1.0.0-beta.4", | ||
"eslint-plugin-promise": "3.5.0", | ||
"eslint-plugin-standard": "2.1.1", | ||
"eslint-config-standard": "10.2.1", | ||
"eslint-plugin-import": "2.8.0", | ||
"eslint-plugin-markdown": "1.0.0-beta.6", | ||
"eslint-plugin-node": "5.2.1", | ||
"eslint-plugin-promise": "3.6.0", | ||
"eslint-plugin-standard": "3.0.1", | ||
"istanbul": "0.4.5", | ||
@@ -23,0 +25,0 @@ "mocha": "1.21.5" |
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
16739
9
Updatedmime-types@~2.1.18