
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
sass-embedded-linux-x64
Advanced tools
sass-embedded-linux-x64
This is the linux-x64 binary for sass-embedded
1.92.0
Breaking change: Emit declarations, childless at-rules, and comments in
the order they appear in the source even when they're interleaved with nested
rules. This obsoletes the mixed-decls
deprecation.
Breaking change: The function name type()
is now fully reserved for the
plain CSS function. This means that @function
definitions with the name
type
will produce errors, while function calls will be parsed as special
function strings.
Configuring private variables using @use ... with
, @forward ... with
, and
meta.load-css(..., $with: ...)
is now deprecated. Private variables were
always intended to be fully encapsulated within the module that defines them,
and this helps enforce that encapsulation.
Fix a bug where @extend
rules loaded through a mixture of @import
and
@use
rules could fail to apply correctly.
--watch
mode, delete the source map when the associated source file is
deleted.FAQs
The linux-x64 binary for sass-embedded
The npm package sass-embedded-linux-x64 receives a total of 1,904,236 weekly downloads. As such, sass-embedded-linux-x64 popularity was classified as popular.
We found that sass-embedded-linux-x64 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.