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

stylelint-selector-tag-no-without-class

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-selector-tag-no-without-class - npm Package Versions

2

3.0.1

Diff

moxio-bot
published 3.0.0 •

moxio-bot
published 2.0.6 •

dennisc
published 2.0.5 •

aboks
published 2.0.4 •

aboks
published 2.0.3 •

Changelog

Source

[2.0.3] - 2020-02-24

Added

  • This plugin now declares compatibility with Stylelint version 12 & 13.
aboks
published 2.0.2 •

Changelog

Source

[2.0.2] - 2019-09-23

Added

  • This plugin now declares compatibility with Stylelint version 11. Thanks to Evgeny Orekhov for opening the issue.
aboks
published 2.0.1 •

Changelog

Source

[2.0.1] - 2019-07-24

Added

  • This plugin now declares compatibility with Stylelint version 10. Thanks to Andrew Lisowski for the patch.
aboks
published 2.0.0 •

Changelog

Source

[2.0.0] - 2018-03-12

Changed

  • The primary configuration option is now the list of tags that should not occur without a class qualifier. The secondary configuration option has been dropped. The primary configuration option can also be a string (if the rule applies to a single tag), and also supports regular expressions.

    Before:

    "plugin/stylelint-selector-tag-no-without-class": [ true, {
      "tags": ["div", "span"]
    } ]
    

    After:

    "plugin/stylelint-selector-tag-no-without-class": ["div", "span"]
    

    This brings the configuration in line with Stylelint's *-blacklist plugins. Thanks to Aleks Hudochenkov for the suggestion.

aboks
published 1.0.0 •

Changelog

Source

[1.0.0] - 2018-03-07

Initial public release.

2
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