Vulnerabilities | ||||
---|---|---|---|---|
Version | Suggest | Low | Medium | High |
0.16.0 | 0 | 0 | 0 | 0 |
0.15.2 | 0 | 0 | 0 | 0 |
0.15.1 | 0 | 0 | 0 | 0 |
0.15.0 | 0 | 0 | 0 | 0 |
0.14.1 | 0 | 0 | 0 | 0 |
0.14.0 | 0 | 0 | 0 | 0 |
0.13.0 | 0 | 0 | 0 | 0 |
0.12.0 | 0 | 0 | 0 | 0 |
0.11.0 | 0 | 0 | 0 | 0 |
0.10.0 | 0 | 0 | 0 | 0 |
0.9.0 | 0 | 0 | 0 | 0 |
0.8.2 | 0 | 0 | 0 | 0 |
0.8.1 | 0 | 0 | 0 | 0 |
0.8.0 | 0 | 0 | 0 | 0 |
0.7.0 | 0 | 0 | 0 | 0 |
0.6.0 | 0 | 0 | 0 | 0 |
0.5.1 | 0 | 0 | 0 | 0 |
0.5.0 | 0 | 0 | 0 | 0 |
0.4.0 | 0 | 0 | 0 | 0 |
0.3.1 | 0 | 0 | 0 | 0 |
0.3.0 | 0 | 0 | 0 | 0 |
0.2.0 | 0 | 0 | 0 | 0 |
0.1.0 | 0 | 0 | 0 | 0 |
0.16.0 - this version is safe to use because it has no known security vulnerabilities at this 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
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
BSD-3-Clause - BSD 3-Clause "New" or "Revised" LicenseA Makeup lexer for the EEx and HEEx languages.
Add makeup_eex
to your list of dependencies in mix.exs
:
def deps do
[
{:makeup_eex, "~> 0.1.0"}
]
end
This package provides two lexers:
EExLexer
- this lexer is automatically registered for the eex
and html_eex
languagesHEExLexer
- this lexer is automatically registered for the heex
language