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

grunt-lesshint

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-lesshint - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

package.json
{
"name": "grunt-lesshint",
"description": "Lint lesscss files with grunt",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/kokarn/grunt-lesshint",

@@ -6,0 +6,0 @@ "author": {

@@ -55,2 +55,3 @@ # grunt-lesshint

|---|---|---|
|2015-05-11|0.2.2|<ul><li>Use ´´´Lesshint´´´ instead of ´´´LessHint´´´</li><li>Don't faile the linter after every file with errors</li></ul>|
|2015-05-11|0.2.1|Update lesshint to 0.4.0|

@@ -57,0 +58,0 @@ |2015-05-03|0.2.0|Add support for passing options to lesshint|

@@ -11,3 +11,3 @@ /*

var lesshint = require( 'LessHint' ),
var lesshint = require( 'Lesshint' ),
chalk = require( 'chalk' );

@@ -60,6 +60,2 @@

}
if( output.length > 0 ){
grunt.fail.warn( 'Task "' + task.name + '" failed.' );
}
});

@@ -80,2 +76,3 @@ } catch ( error ){

grunt.log.warn( response );
grunt.fail.warn( 'Task "' + task.name + '" failed.' );
} else {

@@ -82,0 +79,0 @@ grunt.log.ok( cleanFileCount + grunt.util.pluralize( cleanFileCount, ' file / files ' ) + 'without linting errors.' );

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