Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mime-types

Package Overview
Dependencies
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mime-types - npm Package Compare versions

Comparing version 2.1.9 to 2.1.10

8

HISTORY.md

@@ -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 @@ ==================

8

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc