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.1.3 to 0.1.4

7

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

@@ -32,4 +32,3 @@ "author": {

"grunt-contrib-nodeunit": "^0.4.1",
"grunt": "~0.4.5",
"node": ">=0.12.0"
"grunt": "~0.4.5"
},

@@ -49,4 +48,4 @@ "peerDependencies": {

"chalk": "^1.0.0",
"lesshint": "^0.1.5"
"lesshint": "^0.2.0"
}
}

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

|---|---|---|
|2015-04-27|0.1.4|<ul><li>Update lesshint to 0.2.0</li><li>Fix duplicate whitespace</li></ul>|
|2015-04-24|0.1.3|<ul><li>Update lesshint to 0.1.5</li><li>Use lesshint defaults instead of our own</li></ul>|

@@ -57,0 +58,0 @@ |2015-04-22|0.1.2|<ul><li>Updated testfiles and tests</li><li>Update devDependencies</li></ul>|

@@ -76,3 +76,3 @@ /*

} else {
grunt.log.ok( cleanFileCount + grunt.util.pluralize( cleanFileCount, ' file / files ' ) + ' without linting errors.' );
grunt.log.ok( cleanFileCount + grunt.util.pluralize( cleanFileCount, ' file / files ' ) + 'without linting errors.' );
}

@@ -79,0 +79,0 @@ });

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