
Research
/Security News
Miasma Mini Shai-Hulud Hits ImmobiliareLabs npm Packages
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.
OMEL (Onrir's Minimalistic Easy Language) is a minimal file format for creating simple and easy to understand configuration files heavily insipired by TOML. It is extremely lightweight with the entirety of the parser coming under 200 lines and 4kb minified.
port = 8000
[user]
username = "Alex"
password = "yousholdentstorepasswordsinplaintext"
permissions = ["Administrator", "Moderator"]

The entirety of Omel, in one example code sample.
port = 8000 # port to listen on
bool = true # boolean value
date = 2035-01-01 # date value
time = 12:00:00 # time value
array = [
"test", "test2", "test3" # array of strings
]
[section] # section name
key = "value" # key value pair
[section.subsection] # subsection
key = "value" # key value pair
And how to use it;
const omel = require('omel');
const config = omel.read('config'); //-> reads file and parse it
const input = `
id = 1
`
const output = omel.parse(input); //-> reads input string and parses it.
FAQs
A simple and blazingly fast config language similar to TOML
The npm package omel receives a total of 0 weekly downloads. As such, omel popularity was classified as not popular.
We found that omel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Miasma Mini Shai-Hulud hits @immobiliarelabs Backstage plugins, targeting GitLab and LDAP auth packages on npm.

Security News
Rolldown paused Rust React Compiler integration after a 5MB binary size increase raised concerns about shipping React-specific code to all Vite users.

Security News
/Research
Mini Shai-Hulud expands into the Go ecosystem after hitting LeoPlatform npm packages and targeting GitHub Actions workflows.