Socket
Socket
Sign inDemoInstall

sass-loader

Package Overview
Dependencies
Maintainers
3
Versions
107
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

9.0.2

Diff

Changelog

Source

9.0.2 (2020-07-07)

Bug Fixes

  • resolution algorithm for node-sass (#866) (4584c90)
evilebottnawi
published 9.0.1 •

Changelog

Source

9.0.1 (2020-07-03)

Bug Fixes

evilebottnawi
published 9.0.0 •

Changelog

Source

9.0.0 (2020-07-02)

⚠ BREAKING CHANGES

  • minimum supported Nodejs version is 10.13
  • prefer sass (dart-sass) by default, it is strongly recommended to migrate on sass (dart-sass)
  • the prependData option was removed in favor the additionalData option, see docs
  • when the sourceMap is true, sassOptions.sourceMap, sassOptions.sourceMapContents, sassOptions.sourceMapEmbed, sassOptions.sourceMapRoot and sassOptions.omitSourceMapUrl will be ignored.

Features

  • pass the loader context to custom importers under the this.webpackLoaderContext property (#853) (d487683)
  • supports for process.cwd() resolution logic by default (#837) (0c8d3b3)
  • supports for SASS-PATH env variable resolution logic by default (#836) (8376179)
  • supports for the sass property for the exports field from package.json (conditional exports, for more information read docs)

Bug Fixes

  • avoid different content on different os (#832) (68dd278)
  • resolution logic when the includePaths option used was improved (#827) (cbe5ad4)
  • resolution logic for file:// scheme was improved (17832fd)
  • resolution logic for absolute paths and server relative URLs was improved
  • source maps generation was improved
evilebottnawi
published 8.0.2 •

Changelog

Source

8.0.2 (2020-01-13)

Bug Fixes

evilebottnawi
published 8.0.1 •

Changelog

Source

8.0.1 (2020-01-10)

Bug Fixes

evilebottnawi
published 8.0.0 •

Changelog

Source

8.0.0 (2019-08-29)

⚠ BREAKING CHANGES

  • minimum required webpack version is 4.36.0
  • minimum required node.js version is 8.9.0
  • move all sass (includePaths, importer, functions, outputStyle) options to the sassOptions option. The functions option can't be used as Function, you should use sassOption as Function to achieve this.
  • the data option was renamed to the prependData option
  • default value of the sourceMap option depends on the devtool value (eval/false values don't enable source map generation)

Features

  • automatically use the fibers package if it is possible (#744) (96184e1)
  • source map generation depends on the devtool option (#743) (fcea88e)
  • validate loader options (#737) (7b543fc)
  • reworked error handling from node-sass/sass
  • improve resolution for @import (including support _index and index files in a directory)

Bug Fixes

  • compatibility with pnp
evilebottnawi
published 7.3.1 •

Changelog

Source

7.3.1 (2019-08-20)

Bug Fixes

evilebottnawi
published 7.3.0 •

Changelog

Source

7.3.0 (2019-08-20)

Bug Fixes

Features

<a name="7.2.0"></a>

evilebottnawi
published 7.2.0 •

Changelog

Source

7.2.0 (2019-08-08)

Bug Fixes

Features

  • allow passing functions option as function (#651) (6c9654d)
  • support data as Function (#648) (aa64e1b)
  • support sass and style fields in package.json (#647) (a8709c9)
  • support auto resolving dart-sass (ff90dd6)

<a name="7.1.0"></a>

jhnns
published 7.1.0 •

Changelog

Source

7.1.0 (2018-08-01)

Features

  • Make this package implementation-agnostic (#573) (bed9fb5), closes #435

<a name="7.0.3"></a>

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