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

stylelint

Package Overview
Dependencies
Maintainers
6
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint - npm Package Versions

1
2224

1.1.0

Diff

Changelog

Source

1.1.0

  • Added: declaration-colon-newline-after rule.
  • Added: the indentation rule now checks indentation of multi-line at-rule params, unless there's the except option of param.
  • Added: support for end-of-line comments in selector-list-comma-newline-after.
  • Added: protection against #${sass-interpolation} in rules checking for hex colors.
  • Added: support for strings (translated to RegExps) in custom-property-pattern and custom-media-pattern.
  • Fixed: bug preventing various rules from registering the correct rule names in their warnings, and therefore also preventing them from being disabled with comments.
  • Fixed: the color-no-invalid-hex rule no longer flags hashes in url() arguments.
  • Fixed: rules using node.raw() instead of node.raws to avoid expected errors.
davidtheclark
published 1.0.1 •

Changelog

Source

1.0.1

  • Fixed: postcss-selector-parser updated to improve location accuracy for selector-no-* rules.
jeddy3
published 1.0.0 •

Changelog

Source

1.0.0

  • Removed: compatibility with PostCSS 4.x.
  • Added: compatibility with PostCSS 5.0.2+.
  • Fixed: the accuracy of reported line numbers and columns.
jeddy3
published 0.8.0 •

Changelog

Source

0.8.0

  • Added: after-comment ignore option to the at-rule-empty-line-before rule.
  • Fixed: the indentation rule now correctly handles * hacks on property names.
  • Fixed: the media-feature-colon-space-after and media-feature-colon-space-before rules now only apply to @media statements.
  • Fixed: the rule-no-shorthand-property-overrides rule message is now consistent with the other messages.
davidtheclark
published 0.7.0 •

Changelog

Source

0.7.0

  • Added: invalid options cause the rule to abort instead of performing meaningless checks.
  • Added: special warning for missing required options from validateOptions().
jeddy3
published 0.6.2 •

Changelog

Source

0.6.2

  • Fixed: npm package no longer includes test files (reducing package size by 500KB).
jeddy3
published 0.6.1 •

Changelog

Source

0.6.1

  • Fixed: the rule-properties-order and rule-no-duplicate-properties rules now correctly check inside @rules.
davidtheclark
published 0.6.0 •

Changelog

Source

0.6.0

  • Added: validateOptions to stylelint.utils for use by authors of custom rules.
  • Added: custom-media-pattern rule.
  • Added: number-max-precision rule.
jeddy3
published 0.5.0 •

Changelog

Source

0.5.0

  • Added: validation of all rule options.
davidtheclark
published 0.4.1 •

Changelog

Source

0.4.1

  • Removed: ruleTester from stylelint.utils because of the additional dependencies it forces.
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