Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sass-loader

Package Overview
Dependencies
Maintainers
9
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass-loader - npm Package Versions

1
11

11.0.0

Diff

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)
evilebottnawi
published 10.0.3 •

Changelog

Source

10.0.3 (2020-10-09)

Chore

  • update schema-utils
evilebottnawi
published 10.0.2 •

Changelog

Source

10.0.2 (2020-09-03)

Bug Fixes

evilebottnawi
published 10.0.1 •

Changelog

Source

10.0.1 (2020-08-25)

Chore

  • update deps
evilebottnawi
published 10.0.0 •

Changelog

Source

10.0.0 (2020-08-24)

Bug Fixes

  • handle absolute windows path in source maps
evilebottnawi
published 10.0.0-rc.0 •

Changelog

Source

10.0.0-rc.0 (2020-08-24)

⚠ BREAKING CHANGES

  • loader generates absolute sources in source maps, also avoids modifying sass source maps if the sourceMap option is false
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