</>PackageGraphPackageGraph

sass-embedded

npmv1.104.0TypeScript

Node.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.

7
Direct dependencies

Runtime packages this one declares itself.

9
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

23 MB
Install size

Unpacked size of this package plus its entire runtime tree.

2
Tree depth

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

(Apache-2.0 AND BSD-3-Clause)Apache-2.0MIT

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.

Dev (27)

@bufbuild/buf ^1.54.0@bufbuild/protoc-gen-es ^2.5.0@eslint/eslintrc ^3.3.3@eslint/js ^10.0.1@types/buffer-builder ^0.2.0@types/google-protobuf ^3.7.2@types/jest ^30.0.0@types/node ^26.1.1@types/shelljs ^0.10.0@types/supports-color ^8.1.1@types/tar ^7.0.87@types/varint ^6.0.1@types/yargs ^17.0.4@typescript/native npm:typescript@^7.0.2extract-zip ^2.0.1gts ^7.0.0jest ^30.0.3npm-run-all ^4.1.5shelljs ^0.10.0simple-git ^3.15.1source-map-js ^1.0.2tar ^7.4.3ts-jest ^29.4.11ts-node ^10.2.1typescript npm:@typescript/typescript6@^6.0.2yaml ^2.2.1yargs ^17.2.1

Used by

Popular packages that depend on sass-embedded.

Relationship graph

Dependencies (left) and dependents (right) of sass-embedded.

Frequently installed together

Release history

38 releases in the last two years, typically about 14 days apart.

Recent versions of sass-embedded
VersionPublishedSizeLicense
1.104.0latest6 days ago952 KBMIT
1.103.120 days ago950 KBMIT
1.102.028 days ago885 KBMIT
1.100.03 months ago848 KBMIT
1.99.05 months ago846 KBMIT
1.98.06 months ago846 KBMIT
1.97.37 months ago846 KBMIT
1.97.28 months ago841 KBMIT
1.97.18 months ago840 KBMIT
1.97.08 months ago840 KBMIT
1.96.09 months ago839 KBMIT
1.95.19 months ago839 KBMIT
1.93.310 months ago837 KBMIT
1.93.211 months ago834 KBMIT
1.93.111 months ago834 KBMIT

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.