mime-types
Advanced tools
Comparing version 2.1.17 to 2.1.18
@@ -0,1 +1,14 @@ | ||
2.1.18 / 2018-02-16 | ||
=================== | ||
* deps: mime-db@~1.33.0 | ||
- 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 new upstream MIME types | ||
- Update font MIME types | ||
- Update `text/hjson` to registered `application/hjson` | ||
2.1.17 / 2017-09-01 | ||
@@ -2,0 +15,0 @@ =================== |
{ | ||
"name": "mime-types", | ||
"description": "The ultimate javascript content-type utility.", | ||
"version": "2.1.17", | ||
"version": "2.1.18", | ||
"contributors": [ | ||
@@ -17,3 +17,3 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
"dependencies": { | ||
"mime-db": "~1.30.0" | ||
"mime-db": "~1.33.0" | ||
}, | ||
@@ -23,5 +23,5 @@ "devDependencies": { | ||
"eslint-config-standard": "10.2.1", | ||
"eslint-plugin-import": "2.7.0", | ||
"eslint-plugin-node": "5.1.1", | ||
"eslint-plugin-promise": "3.5.0", | ||
"eslint-plugin-import": "2.8.0", | ||
"eslint-plugin-node": "5.2.1", | ||
"eslint-plugin-promise": "3.6.0", | ||
"eslint-plugin-standard": "3.0.1", | ||
@@ -28,0 +28,0 @@ "istanbul": "0.4.5", |
@@ -11,3 +11,3 @@ # mime-types | ||
Similar to [the `mime` module](https://www.npmjs.com/package/mime), except: | ||
Similar to [the `mime@1.x` module](https://www.npmjs.com/package/mime), except: | ||
@@ -21,3 +21,3 @@ - __No fallbacks.__ Instead of naively returning the first available type, | ||
Otherwise, the API is compatible. | ||
Otherwise, the API is compatible with `mime` 1.x. | ||
@@ -24,0 +24,0 @@ ## Install |
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
14341
+ Addedmime-db@1.33.0(transitive)
- Removedmime-db@1.30.0(transitive)
Updatedmime-db@~1.33.0