New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sass-embedded

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass-embedded - npm Package Versions

1
79

1.50.1

Diff

Changelog

Source

1.50.1

Embedded Sass

  • The JS embedded host and the embedded compiler will now properly avoid resolving imports relative to the current working directory unless '.' is passed as a load path.

  • Fix a bug in the JS embedded host's implementation of the legacy JS API where imports that began with / could crash on Windows.

sassbot
published 1.50.0 •

Changelog

Source

1.50.0

  • @extend now treats [:where()] the same as :is().

Command Line Interface

  • Closing the standard input stream will now cause the --watch command to stop running.

Embedded Sass

  • Fix a bug where the JS embedded host crashed when invoking a legacy importer after resolving a relative filesystem import.

  • Improve error messages when returning non-Object values from legacy importers.

sassbot
published 1.49.11 •

Changelog

Source

1.49.11

  • Add support for 64-bit ARM releases on Linux.

Embedded Sass

  • The embedded compiler now correctly sets the id field for all OutboundMessages.
sassbot
published 1.49.9 •

Changelog

Source

1.49.9

Embedded Sass

  • Fixed a bug where the legacy API could crash when passed an empty importer list.
sassbot
published 1.49.8 •

Changelog

Source

1.49.8

  • Fixed a bug where some plain CSS imports would not be emitted.

JS API

  • Fix a bug where inspecting the Sass module in the Node.js console crashed on Node 17.

Embedded Sass

  • Fix a bug where source map URLs were incorrectly generated when passing importers to the legacy API.
sassbot
published 1.49.7 •

Changelog

Source

1.49.7

Embedded Sass

  • First stable release the sass-embedded npm package that contains the Node.js Embedded Host.

  • First stable release of the sass_embedded pub package that contains the Embedded Dart Sass compiler.

sassbot
published 1.0.0-rc.1 •

Changelog

Source

Changes Since 1.0.0-rc.1

  • Allow ! in custom property values ([#260][]).
Dart API
  • Remove the deprecated render() function.
Node API
  • Errors are now subtypes of the Error type.

  • Allow both the data and file options to be passed to render() and renderSync() at once. The data option will be used as the contents of the stylesheet, and the file option will be used as the path for error reporting and relative imports. This matches Node Sass's behavior.

sassbot
published 1.0.0-beta.8 •

sassbot
published 1.0.0-beta.7 •

sassbot
published 1.0.0-beta.5 •

Changelog

Source

1.0.0-beta.5.3

  • Support hard tabs in the indented syntax.

  • Improve the formatting of comments that don't start on the same line as the opening /*.

  • Preserve whitespace after and in media queries in compressed mode.

Indented Syntax

  • Properly parse multi-line selectors.

  • Don't deadlock on /* comments.

  • Don't add an extra */ to comments that already have it.

  • Preserve empty lines in /* comments.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc