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
2
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
9

1.54.9

Diff

Changelog

Source

1.54.9

  • Fix an incorrect span in certain @media query deprecation warnings.
sassbot
published 1.54.8 •

Changelog

Source

1.54.8

  • No user-visible changes.
sassbot
published 1.54.4 •

Changelog

Source

1.54.4

  • Improve error messages when passing incorrect units that are also out-of-bounds to various color functions.
sassbot
published 1.54.3 •

Changelog

Source

1.54.3

  • Release a native ARM64 executable for Mac OS.
sassbot
published 1.54.2 •

Changelog

Source

1.54.2

  • No user-visible changes.
sassbot
published 1.53.0 •

Changelog

Source

1.53.0

  • Add support for calling var() with an empty second argument, such as var(--side, ).

JS API

  • Fix a bug where meta.load-css() would sometimes resolve relative URLs incorrectly when called from a mixin using the legacy JS API.

Embedded Sass

  • Respect npm's proxy settings when downloading the embedded Sass compiler.
sassbot
published 1.52.3 •

Changelog

Source

1.52.3

  • Fix crash when trailing loud comments (/* ... */) appear twice in a row across two different imports which themselves imported the same file each.
sassbot
published 1.52.2 •

Changelog

Source

1.52.2

  • Preserve location of trailing loud comments (/* ... */) instead of pushing the comment to the next line.
sassbot
published 1.52.1 •

Changelog

Source

1.52.1

Command Line Interface

  • Fix a bug where --watch mode would close immediately in TTY mode. This was caused by our change to close --watch when stdin was closed outside of TTY mode, which has been reverted for now while we work on a fix.
sassbot
published 1.51.0 •

Changelog

Source

1.51.0

  • Potentially breaking change: Change the order of maps returned by map.deep-merge() to match those returned by map.merge(). All keys that appeared in the first map will now be listed first in the same order they appeared in that map, followed by any new keys added from the second map.

  • Improve the string output of some AST nodes in error messages.

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