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

1
10

1.3.0

Diff

Changelog

Source

1.3.0 (2016-02-12)

  • Added the following linters:
    • spaceAroundOperator (ac689c7)
  • Added the possibility to override linter severity and added a new exit status code for it. See linter docs for more info. (0bc95e1, 062950f, e1d6831)
  • Fixed an issue where excludedFiles in the config file weren't honored in the CLI. (974d0fa)
  • Updated lodash to 4.x. (ac52619)
  • Some other minor improvements to singleLinePerProperty. (072664d, bc439e7)
jwilsson
published 1.2.2 •

Changelog

Source

1.2.2 (2016-01-26)

  • Fixed an issue where local variable declarations would crash duplicateProperty. (2955198)
jwilsson
published 1.2.1 •

Changelog

Source

1.2.1 (2015-12-14)

  • Fixed an issue in selectorNaming where it would sometimes fail if there is no selector name. (8b48fee)
  • Fixed an issue in singleLinePerProperty where it would erroneously report "chained" mixins. (71f2afe)
  • Fixed an issue in qualifyingElement where it wouldn't check parent selectors. (8b090c9)
jwilsson
published 1.2.0 •

Changelog

Source

1.2.0 (2015-12-10)

  • Added selectorNaming linter. (94639fa)
  • Reporters now require a report method, and the old use is now deprecated. (72263bc)
  • Fixed an issue where nested media queries would be erroneously reported by singleLinePerProperty. (3f251e1)
  • Fixed an issue where declarations without a semicolon would erroneously trigger singleLinePerProperty. (3f251e1)
jwilsson
published 1.1.0 •

Changelog

Source

1.1.0 (2015-11-21)

  • Replaced our Less parser, gonzales-pe, with our own fork to solve various parsing issues. (a31a790)
  • Byte order marks are now stripped from config files. (9d2721e)
  • New test suite, using Chai and Gulp. (7915ac5, 44a367c)
  • Updated dependencies. (fc714bd, 62f3d72)
jwilsson
published 1.0.1 •

Changelog

Source

1.0.1 (2015-10-22)

  • Fixed an issue where local variable declarations would crash propertyUnits. (06bee99)
  • Fixed an issue where importPath wouldn't check url() statements. (91cf906)
  • Fixed an issue where urlQuotes wouldn't check @import url() statements. (a038ec5)
  • Fixed issues where singleLinePerProperty wouldn't check mixins, variables, and detached rulesets. (ae16888)
  • Fixed incorrect checking of absolute URLs in importPath. (2709dc9, 0756cba)
jwilsson
published 1.0.0 •

Changelog

Source

1.0.0 (2015-10-19)

  • Complete linter refactor. (92bb70a)
  • Merged spaceAfterComma and spaceBeforeComma into spaceAroundComma (28497b0).
  • Merged leadingZero and trailingZero into decimalZero (12d34a5).
  • Removed the quote style option from attributeQuotes. (c0b229e)
  • The comment linter is now disabled by default. (c93121f)
  • The default value for zeroUnit is now keep_unit. (0c9ef81)
  • The following changes has been made to propertyUnits: (8b85210)
    • Renamed global to valid.
    • Added an invalid option.
  • Lint results are now sorted by line and column numbers. (50d223f)
  • Better handling of parse errors, they are now returned together with the lint results. (f6efb3c)
  • Updated gonzales-pe to 3.x. (ac47970, 9cba245)
  • Updated other dependencies. (acb5e10, fcdf05d)
jwilsson
published 0.9.4 •

Changelog

Source

0.9.4 (2015-09-25)

  • Fix for bad 0.9.3.
jwilsson
published 0.9.2 •

Changelog

Source

0.9.2 (2015-09-23)

  • Fixed an issue where spaceBeforeBrace wouldn't check @media queries. Props @kokarn. (#61).
  • Fixed an issue where finalNewline would fail on empty files.
  • Fixed an issue where trailingWhitespace would fail on empty files.
jwilsson
published 0.9.1 •

Changelog

Source

0.9.1 (2015-09-09)

  • Fixed an issue in propertyOrdering where identical properties weren't handled correctly (#59).
  • Fixed an issue in idSelector where it would sometimes crash.
  • Fixed error message language in urlQuotes Props @shellscape. (#60).
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