Socket
Socket
Sign inDemoInstall

stylus-loader

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylus-loader - npm Package Versions

13
6

5.0.0

Diff

Changelog

Source

5.0.0 (2021-02-02)

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/@require as relative, if it cannot be resolved, the loader will try to resolve @import/@require inside node_modules.

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5

Features

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

Changelog

Source

4.3.3 (2021-01-15)

Bug Fixes

evilebottnawi
published 4.3.2 •

Changelog

Source

4.3.2 (2021-01-09)

Bug Fixes

  • convert relative paths to absolute paths in dependencies (#301) (3ded080)
evilebottnawi
published 4.3.1 •

Changelog

Source

4.3.1 (2020-12-02)

Bug Fixes

  • prevent search nested imports in css files (#298) (092e52a)
evilebottnawi
published 4.3.0 •

Changelog

Source

4.3.0 (2020-11-11)

Features

  • allow the additionalData to be async (0ce3dd8)
evilebottnawi
published 4.2.0 •

Changelog

Source

4.2.0 (2020-10-29)

Features

  • nested webpack resolve in the import option (#295) (390aeba)
evilebottnawi
published 4.1.1 •

Changelog

Source

4.1.1 (2020-10-09)

  • update schema-utils
evilebottnawi
published 4.1.0 •

Changelog

Source

4.1.0 (2020-10-02)

Features

  • webpack resolver supports the import option (8bca526)

Bug Fixes

evilebottnawi
published 4.0.0 •

Changelog

Source

4.0.0 (2020-09-29)

⚠ BREAKING CHANGES

  • minimum require Node.js version is 10.13, minimum require webpack version is 4
  • stylus options were moved to stylusOptions
  • the default value for the compress option is true in the production mode
  • the resolveUrl option is { nocheck: true } by default
  • sourcemaps contain absolute sources by default

Features

Bug Fixes

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

shama
published 3.0.2 •

Changelog

Source

4.0.0 (2020-09-29)

⚠ BREAKING CHANGES

  • minimum require Node.js version is 10.13, minimum require webpack version is 4
  • stylus options were moved to stylusOptions
  • the default value for the compress option is true in the production mode
  • the resolveUrl option is { nocheck: true } by default
  • sourcemaps contain absolute sources by default

Features

Bug Fixes

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

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