mime-types
Advanced tools
Comparing version 2.1.9 to 2.1.10
@@ -0,1 +1,9 @@ | ||
2.1.10 / 2016-02-15 | ||
=================== | ||
* deps: mime-db@~1.22.0 | ||
- Add new mime types | ||
- Fix extension of `application/dash+xml` | ||
- Update primary extension for `audio/mp4` | ||
2.1.9 / 2016-01-06 | ||
@@ -2,0 +10,0 @@ ================== |
{ | ||
"name": "mime-types", | ||
"description": "The ultimate javascript content-type utility.", | ||
"version": "2.1.9", | ||
"version": "2.1.10", | ||
"contributors": [ | ||
@@ -17,7 +17,7 @@ "Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
"dependencies": { | ||
"mime-db": "~1.21.0" | ||
"mime-db": "~1.22.0" | ||
}, | ||
"devDependencies": { | ||
"istanbul": "0.4.1", | ||
"mocha": "~1.21.5" | ||
"istanbul": "0.4.2", | ||
"mocha": "1.21.5" | ||
}, | ||
@@ -24,0 +24,0 @@ "files": [ |
@@ -97,3 +97,3 @@ # mime-types | ||
[node-version-image]: https://img.shields.io/node/v/mime-types.svg | ||
[node-version-url]: http://nodejs.org/download/ | ||
[node-version-url]: https://nodejs.org/en/download/ | ||
[travis-image]: https://img.shields.io/travis/jshttp/mime-types/master.svg | ||
@@ -100,0 +100,0 @@ [travis-url]: https://travis-ci.org/jshttp/mime-types |
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
12181
+ Addedmime-db@1.22.0(transitive)
- Removedmime-db@1.21.0(transitive)
Updatedmime-db@~1.22.0