🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

css-loader

Package Overview
Dependencies
Maintainers
3
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-loader - npm Package Versions

1345
16

6.7.4

Diff
evilebottnawi
published 6.7.4 •

Changelog

Source

6.8.0 (2023-05-27)

Features

  • use template literal when it possible to prevent Maximum call stack size exceeded (#1525) (6eb5661)

Bug Fixes

6.7.4 (2023-05-19)

Bug Fixes

  • bugs in css modules (c3099fb)
  • output warning when built-in CSS support enabled (#1520) (0700ce8)

6.7.3 (2022-12-14)

Bug Fixes

6.7.2 (2022-11-13)

Bug Fixes

  • css modules generation with inline syntax (#1480) (2f4c273)

6.7.1 (2022-03-08)

Bug Fixes

evilebottnawi
published 6.7.3 •

Changelog

Source

6.7.3 (2022-12-14)

Bug Fixes

evilebottnawi
published 6.7.2 •

Changelog

Source

6.7.2 (2022-11-13)

Bug Fixes

  • css modules generation with inline syntax (#1480) (2f4c273)
evilebottnawi
published 6.7.1 •

Changelog

Source

6.7.1 (2022-03-08)

Bug Fixes

evilebottnawi
published 6.7.0 •

Changelog

Source

6.7.0 (2022-03-04)

Features

evilebottnawi
published 6.6.0 •

Changelog

Source

6.6.0 (2022-02-02)

Features

  • added the hashStrategy option (ca4abce)

6.5.1 (2021-11-03)

Bug Fixes

  • regression with unicode characters in locals (b7a8441)
  • runtime path generation (#1393) (feafea8)
evilebottnawi
published 6.5.1 •

Changelog

Source

6.6.0 (2022-02-02)

Features

  • added the hashStrategy option (ca4abce)

6.5.1 (2021-11-03)

Bug Fixes

  • regression with unicode characters in locals (b7a8441)
  • runtime path generation (#1393) (feafea8)
evilebottnawi
published 6.5.0 •

Changelog

Source

6.5.0 (2021-10-26)

Features

  • support absolute URL in url() when experiments.buildHttp enabled (#1389) (8946be4)

Bug Fixes

  • respect nosources in the devtool option (c60eff2)
evilebottnawi
published 6.4.0 •

Changelog

Source

6.4.0 (2021-10-09)

Features

  • generate more collision resistant for locals (c7db752)

Bug Fixes

  • classes generation for client and server bundling (303a3a1)
evilebottnawi
published 6.3.0 •

Changelog

Source

6.3.0 (2021-09-18)

Features

  • added [folder] placeholder (a0dee4f)
  • added the exportType option with 'array', 'string' and 'css-style-sheet' values (c6d2066)
    • 'array' - the default export is Array with API for style-loader and other
    • 'string' - the default export is String you don't need to-string-loader loader anymore
    • 'css-style-sheet' - the default export is a constructable stylesheet, you can use import sheet from './styles.css' assert { type: 'css' }; like in a browser, more information you can find here
  • supported supports() and layer() functions in @import at-rules (#1377) (bce2c17)
  • fix multiple merging multiple @media at-rules (#1377) (bce2c17)

Bug Fixes