Socket
Socket
Sign inDemoInstall

sass-loader

Package Overview
Dependencies
330
Maintainers
3
Versions
103
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
35
11Next

12.0.0

Diff

Changelog

Source

12.0.0 (2021-06-01)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

Bug Fixes

  • crash in custom importers with worker threads (#958) (67aa139)
  • resolving _index.import.scss/index.import.scss in packages (#906) (6641a16)
evilebottnawi
published 11.1.1 •

Changelog

Source

11.1.1 (2021-05-13)

Bug Fixes

  • disabled auto importing fiber on node >= 16 due incompatibility problems (#950) (4ca004b)
evilebottnawi
published 10.2.0 •

Changelog

Source

10.2.0 (2021-05-10)

Features

evilebottnawi
published 11.1.0 •

Changelog

Source

11.1.0 (2021-05-10)

Features

evilebottnawi
published 11.0.1 •

Changelog

Source

11.0.1 (2021-02-08)

Bug Fixes

  • compatibility with custom importers for node-sass (#927) (af5a072)
evilebottnawi
published 11.0.0 •

Changelog

Source

11.0.0 (2021-02-05)

Notes

  • using ~ is deprecated and can be removed from your code (we recommend it), but we still support it for historical reasons.

Why you can removed it? The loader will first try to resolve @import/@use as relative, if it cannot be resolved, the loader will try to resolve @import/@use inside node_modules. Using ~ means looking for files in node_modules or resolve.alias or resolve.fallback.

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5

Features

  • supported the resolve.byDependency option, you can setup { resolve: { byDependency: { sass: { mainFiles: ['custom', '...'] } } } }
evilebottnawi
published 10.1.1 •

Changelog

Source

10.1.1 (2021-01-11)

Bug Fixes

  • problem with resolving and the includePaths option (#913) (cadc75e)
evilebottnawi
published 10.1.0 •

Changelog

Source

10.1.0 (2020-11-11)

Features

evilebottnawi
published 10.0.5 •

Changelog

Source

10.0.5 (2020-11-02)

Bug Fixes

evilebottnawi
published 10.0.4 •

Changelog

Source

10.0.4 (2020-10-22)

Bug Fixes

  • compatibility with the filesystem cache (#896) (e31f9b6)
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc