sass-embedded
npmv1.104.0TypeScriptNode.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol
Safe to adopt
Yes — sass-embedded scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 6 days ago. 50 releases in the last 2 years.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- AMaintenance: grade A, Excellent.
Last published 6 days ago. 50 releases in the last 2 years.
- BWeight: grade B, Good.
Pulls in 9 transitive packages, about 23 MB installed (at least — some of the tree is still being crawled).
- BSupply chain: grade B, Good.
This package has a single maintainer (bus factor of 1).
- ALicense: grade A, Excellent.
MIT — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding sass-embedded to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.
Licenses in the dependency tree
Every license you inherit by installing sass-embedded, not just its own. Check this before a legal review, not after.
Compatibility
- Node.js
- node >=20.19.0
- Module format
- CommonJS only
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the sass-embedded README.
const sass = require('sass-embedded');
const result = sass.compile(scssFilename);
// OR
const result = await sass.compileAsync(scssFilename);Dependencies
Declared by sass-embedded v1.104.0. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (7)
Dev (27)
Used by
Popular packages that depend on sass-embedded.
Relationship graph
Dependencies (left) and dependents (right) of sass-embedded.
Frequently installed together
An extremely fast JavaScript and CSS bundler and minifier.
A pure JavaScript implementation of Sass.
Vite DevTools
Tool for transforming styles with JS plugins
JavaScript parser and stringifier for YAML
Open stuff like URLs, files, executables. Cross-platform.
Create simple HTTP ETags
Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.
Node.js CORS middleware
TypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files
A lightweight JavaScript debugging utility, forked from debug, featuring TypeScript and ESM support.
Simple yet powerful framework for building command-line apps.
Release history
38 releases in the last two years, typically about 14 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.104.0latest | 6 days ago | 952 KB | MIT |
| 1.103.1 | 20 days ago | 950 KB | MIT |
| 1.102.0 | 28 days ago | 885 KB | MIT |
| 1.100.0 | 3 months ago | 848 KB | MIT |
| 1.99.0 | 5 months ago | 846 KB | MIT |
| 1.98.0 | 6 months ago | 846 KB | MIT |
| 1.97.3 | 7 months ago | 846 KB | MIT |
| 1.97.2 | 8 months ago | 841 KB | MIT |
| 1.97.1 | 8 months ago | 840 KB | MIT |
| 1.97.0 | 8 months ago | 840 KB | MIT |
| 1.96.0 | 9 months ago | 839 KB | MIT |
| 1.95.1 | 9 months ago | 839 KB | MIT |
| 1.93.3 | 10 months ago | 837 KB | MIT |
| 1.93.2 | 11 months ago | 834 KB | MIT |
| 1.93.1 | 11 months ago | 834 KB | MIT |
Overview
sass-embedded is an npm package that node.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol. It has 1 known dependents in the graph. The latest version is 1.104.0, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need node.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol and value a focused solution.
When not to use it
Consider an alternative if you need to minimize your dependency tree, or if a more actively-maintained option better fits your npm stack.
Pros
- Ships TypeScript type definitions.
- Clear open-source license (MIT).
Cons
- Large dependency tree (52 direct dependencies) increases install size and audit surface.
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Frequently asked questions
Should I use sass-embedded?
Yes — sass-embedded scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 6 days ago. 50 releases in the last 2 years.
How do I install sass-embedded?
Run `npm install sass-embedded` to add sass-embedded to your npm project.
How many dependencies does sass-embedded have?
sass-embedded declares 52 direct dependencies and pulls in 9 packages in total once its runtime tree is resolved totalling about 23 MB on disk.
What license is sass-embedded released under?
sass-embedded is distributed under the MIT license. Its dependency tree also includes: (Apache-2.0 AND BSD-3-Clause), Apache-2.0, MIT.
How popular is sass-embedded?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on sass-embedded.
Is sass-embedded still maintained?
The most recent release of sass-embedded (v1.104.0) was published 6 days ago.
Does sass-embedded run install scripts?
No. sass-embedded does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.