
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
@jesscss/plugin-less
Advanced tools
The Less language engine for Jess — the Less parser wired in with Less v5 rendering defaults.
This is the Less language engine behind the shipping alpha surface.
plugin-less layers the Less grammar (@jesscss/less-parser) onto the Jess
compiler, registers the Less built-in functions (@jesscss/fns), and sets the
current output defaults. The jess CLI loads it by default, so if you render
.less you are already using it — you don't need to install this package
separately for normal CLI use.
.less into the Jess AST and hands it to the engine for a single
evaluate-and-emit pass.lighten(), percentage(),
string and list helpers, etc. are available during evaluation.The defaults this plugin applies:
collapseNesting: false — nesting is preserved by default. Less 4.x
flattened selectors; in v5 that flattening is an explicit opt-in
(--collapse-nesting on the CLI).mathMode: 'parens-division', unitMode: 'preserve', leakyScope: true,
bubbleRootAtRules: true.These keep the current Less-facing surface aligned on one set of output semantics.
Equality is not among them, because it is not a mode. The Less grammar lowers
= to the loose comparison primitive, and that lowered node is what the
evaluator reads — there is no equalityMode for this plugin to set. See
docs/design/RESOLVED-SEMANTICS-AND-NAMING.md §5.1 and §7.3 for the full op
table, and §5.2 for the one .less behaviour this shifts: a quoted operand now
compares on string ground, so a = "a" is true where Less 4.x answers false.
Alpha. This is the shipping Less-facing engine in the current Jess alpha. It renders real Less, but it is early software with known rendering gaps and expected failures; don't ship it to production yet, and please report bugs.
The programmatic plugin/compiler API is not yet stabilized — the jess CLI
is the documented public surface for the alpha. Watch the
docs site for the API once it settles.
FAQs
A Less stylesheet engine for Jess
The npm package @jesscss/plugin-less receives a total of 0 weekly downloads. As such, @jesscss/plugin-less popularity was classified as not popular.
We found that @jesscss/plugin-less demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.