Socket
Socket
Sign inDemoInstall

@modular-css/processor

Package Overview
Dependencies
23
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous12356Next

24.0.0

Diff

Changelog

Source

24.0.0 (2019-05-08)

Code Refactoring

  • processor: add dupewarn option and no longer resolve path case (#582) (01581f9), closes #581

BREAKING CHANGES

  • processor: It was causing massive slowdowns to synchronously resolve files using true-case-path, and making it async wasn't a guaranteed win either. So it's removed, which should solve #581 pretty neatly. Instead now there's a warning if two files are included that differ in case only. It can be disabled by setting dupewarn : false as part of the config object.
tivac
published 23.0.4 •

Changelog

Source

23.0.4 (2019-04-03)

Bug Fixes

  • rollup-rewriter: include static dependencies (#577) (ca499c6)
tivac
published 23.0.0 •

Changelog

Source

23.0.0 (2019-03-28)

Bug Fixes

Features

  • replacing missing css.fooga with stringified version (#574) (2084b62)

BREAKING CHANGES

  • Previously missing css.fooga references would be left as-is, now they're wrapped in quotes to prevent them from causing JS errors. If you want missing classes to break things you should enable strict mode. Also no longer injecting a <script> block just to import css if there isn't already a <script> block defined in the module.
tivac
published 22.1.4 •

Changelog

Source

22.1.4 (2019-02-16)

Bug Fixes

  • add homepage & repo directory fields (f9c1606)
tivac
published 22.1.2 •

Changelog

Source

22.1.2 (2019-02-09)

Bug Fixes

tivac
published 22.1.0 •

Changelog

Source

22.1.0 (2019-02-06)

Bug Fixes

  • invalidate files when they're changed (cb34c08)
  • log file invalidations (0b1476e)
  • remove newlines after composes (#561) (23569dc)

Features

tivac
published 22.0.1 •

Changelog

Source

22.0.1 (2019-01-27)

Bug Fixes

tivac
published 22.0.0 •

Changelog

Source

22.0.0 (2019-01-25)

Bug Fixes

BREAKING CHANGES

  • Bundles will now have a assets and dynamicAssets array on them, and the metadata file will now contain an assets and dynamicAssets keys on them as well.

Both assets and dynamicAssets will only contain assets directly required by the bundle, instead of the bundle and all its dependencies.

tivac
published 21.2.0 •

Changelog

Source

21.2.0 (2019-01-24)

Bug Fixes

Features

tivac
published 21.1.1 •

Changelog

Source

21.1.1 (2019-01-21)

Bug Fixes

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