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

lesshint

Package Overview
Dependencies
Maintainers
2
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lesshint - npm Package Versions

13
10

6.0.0

Diff

Changelog

Source

6.0.0 (2018-12-19)

  • Breaking Updated postcss-less to 3.x. If you're using custom linters this update might affect you. (5588aaf)
  • Updated isVariable to also check AtRule nodes. (d7f8ffd)
  • Switched from gulp to npm scripts for testing etc. (f8fc7db)
jwilsson
published 5.3.1 •

Changelog

Source

5.3.1 (2018-12-18)

  • Fixed an issue with concentric ordering and unknown properties in propertyOrdering. (11f6195)
jwilsson
published 5.3.0 •

Changelog

Source

5.3.0 (2018-11-04)

  • Added a pseudoElements rule. (e4b1717)
jwilsson
published 5.2.1 •

Changelog

Source

5.2.1 (2018-10-24)

  • Messages from propertyOrdering now include the offending property name. (23d1324)
  • CI tests are now run on Node 11. (d4d37a4)
jwilsson
published 5.2.0 •

Changelog

Source

5.2.0 (2018-10-23)

  • Added a concentric option to propertyOrdering. (4de2d06)
  • Updated postcss to 7.x. (7b0b5bc)
  • Updated postcss-less to 2.x. (4ba534f)
  • Updated postcss-values-parser to 2.x. (26060cf)
jwilsson
published 5.1.0 •

Changelog

Source

5.1.0 (2018-05-06)

  • More configuration file formats are now supported. See docs for more info. (32f6771)
  • Replaced lodash.sortBy() with lodash.orderBy(). (5c15a59)
  • Removed minimatch since it's no longer in use. (d13c0b4)
  • Updated postcss-selector-parser to 4.x. (149829a)
jwilsson
published 5.0.3 •

Changelog

Source

5.0.3 (2018-05-05)

  • Fixed a globby@8 directory expansion regression. (a100a54)
  • CI tests are now run on Node 10. (cadd6da)
jwilsson
published 5.0.2 •

Changelog

Source

5.0.2 (2018-04-23)

  • zeroUnit will now exclude flex-grow and flex-shrink. (920900c)
jwilsson
published 5.0.1 •

Changelog

Source

5.0.1 (2018-04-12)

  • Fixed an sub-selector regression in singleLinePerSelector. (29328aa)
jwilsson
published 5.0.0 •

Changelog

Source

5.0.0 (2018-03-29)

  • Breaking Support for Node versions below 6 has been dropped. (65ad429)
  • Breaking Unified plugin (reporters/custom linters) loading. Depending on your setup, you might experience a slight change in the lookup order. (425f616)
  • Breaking Line endings are no longer normalized, custom linters will recieve whichever line endings the source files contain. A new helper, hasNewline has been added to aid with checking this. (ba3c7a8)
  • Breaking singleLinePerSelector will no longer report the first selector on a line, only the following ones. (d58f791)
  • Breaking Removed the following, deprecated, methods: (d58f791)
    • Lesshint.checkDirectory()
    • Lesshint.checkFile()
    • Lesshint.checkPath()
  • Updated to globby@8. (1ef433a)
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