mime

A read-only and immutable MIME type module for Elixir

Latest version: 2.0.5 registry icon
Maintenance score
18
Safety score
100
Popularity score
74
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
2.0.5 0 0 0 0 0
2.0.4 0 0 0 0 0
2.0.3 0 0 0 0 0
2.0.2 0 0 0 0 0
2.0.1 0 0 0 0 0
2.0.0 0 0 0 0 0
1.6.0 0 0 0 0 0
1.5.0 0 0 0 0 0
1.4.0 0 0 0 0 0
1.3.1 0 0 0 0 0
1.3.0 0 0 0 0 0
1.2.0 0 0 0 0 0
1.1.0 0 0 0 0 0
1.0.1 0 0 0 0 0
1.0.0 0 0 0 0 0
0.0.1 0 0 0 0 0

Stability
Latest release:

2.0.5 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

Apache-2.0   -   Apache License 2.0

Not a wildcard

Not proprietary

OSI Compliant



MIME

CI

A read-only and immutable MIME type module for Elixir.

This library embeds a database of MIME types so we can map MIME types to extensions and vice-versa. The library was designed to be read-only for performance. This library is used by projects like Plug and Phoenix.

Master currently points to a redesign of this library with a minimal copy of the MIME database. To add any media type specified by IANA, please submit a pull request. You can also add specific types to your application via a compile-time configuration, see the documentation for more information.

Installation

The package can be installed as:

def deps do
  [{:mime, "~> 2.0"}]
end

License

MIME source code is released under Apache License 2.0.

Check LICENSE file for more information.