| Vulnerabilities | |||||
|---|---|---|---|---|---|
| Version | Suggest | Low | Medium | High | Critical |
| 1.2.1 | 0 | 0 | 0 | 0 | 0 |
| 1.2.0 | 0 | 0 | 0 | 0 | 0 |
| 1.1.0 | 0 | 0 | 0 | 0 | 0 |
| 1.0.2 | 0 | 0 | 0 | 0 | 0 |
| 1.0.1 | 0 | 0 | 0 | 0 | 0 |
| 1.0.0 | 0 | 0 | 0 | 0 | 0 |
| 0.7.0 | 0 | 0 | 0 | 0 | 0 |
| 0.6.1 | 0 | 0 | 1 | 0 | 0 |
| 0.6.0 | 0 | 0 | 1 | 0 | 0 |
| 0.5.2 | 0 | 0 | 1 | 0 | 0 |
| 0.5.1 | 0 | 0 | 1 | 0 | 0 |
| 0.5.0 | 0 | 0 | 1 | 0 | 0 |
| 0.4.6 | 0 | 0 | 1 | 0 | 0 |
| 0.4.5 | 0 | 0 | 1 | 0 | 0 |
| 0.4.4 | 0 | 0 | 1 | 0 | 0 |
| 0.4.3 | 0 | 0 | 1 | 0 | 0 |
| 0.4.2 | 0 | 0 | 1 | 0 | 0 |
| 0.4.1 | 0 | 0 | 1 | 0 | 0 |
| 0.4.0 | 0 | 0 | 1 | 0 | 0 |
| 0.2.14 | 0 | 0 | 1 | 0 | 0 |
| 0.2.13 | 0 | 0 | 1 | 0 | 0 |
| 0.2.12 | 0 | 0 | 1 | 0 | 0 |
| 0.2.11 | 0 | 0 | 1 | 0 | 0 |
| 0.2.10 | 0 | 0 | 1 | 0 | 0 |
| 0.2.9 | 0 | 0 | 1 | 0 | 0 |
| 0.2.8 | 0 | 0 | 1 | 0 | 0 |
| 0.2.7 | 0 | 0 | 1 | 0 | 0 |
| 0.2.6 | 0 | 0 | 1 | 0 | 0 |
| 0.2.5 | 0 | 0 | 1 | 0 | 0 |
| 0.2.4 | 0 | 0 | 1 | 0 | 0 |
| 0.2.3 | 0 | 0 | 1 | 0 | 0 |
| 0.2.2 | 0 | 0 | 1 | 0 | 0 |
| 0.2.1 | 0 | 0 | 1 | 0 | 0 |
| 0.2.0 | 0 | 0 | 1 | 0 | 0 |
| 0.1.13 | 0 | 0 | 1 | 0 | 0 |
| 0.1.12 | 0 | 0 | 1 | 0 | 0 |
| 0.1.11 | 0 | 0 | 1 | 0 | 0 |
| 0.1.10 | 0 | 0 | 1 | 0 | 0 |
| 0.1.9 | 0 | 0 | 1 | 0 | 0 |
| 0.1.8 | 0 | 0 | 1 | 0 | 0 |
| 0.1.7 | 0 | 0 | 1 | 0 | 0 |
| 0.1.6 | 0 | 0 | 1 | 0 | 0 |
| 0.1.5 | 0 | 0 | 1 | 0 | 0 |
| 0.1.4 | 0 | 0 | 1 | 0 | 0 |
| 0.1.3 | 0 | 0 | 1 | 0 | 0 |
| 0.1.2 | 0 | 0 | 1 | 0 | 0 |
| 0.1.1 | 0 | 0 | 1 | 0 | 0 |
| 0.1.0 | 0 | 0 | 1 | 0 | 0 |
1.2.1 - 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
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
MIT - MIT LicenseA Rust library for terminfo parsing and terminal colors.
1.63
Add this to your Cargo.toml:
[dependencies]
term = "*"For all terminals but windows consoles, this library depends on a non-hashed (for now) terminfo database being present. For example, on Debian derivitives, you should depend on ncurses-term; on Arch Linux, you depend on ncurses; and on MinGW, you should depend on mingw32-terminfo.
Unfortunately, if you're using a non-windows console on Windows (e.g. MinGW, Cygwin, Git Bash), you'll need to set the TERMINFO environment variable to point to the directory containing the terminfo database.