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 1.4.0 to 1.5.0

8

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

@@ -27,4 +27,4 @@ "author": {

"grunt-contrib-jshint": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^1.20.0",
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.2.0",
"spawn-sync": "^1.0.13"

@@ -43,4 +43,4 @@ },

"chalk": "^1.1.1",
"lesshint": "^2.0.0"
"lesshint": "^3.0.0"
}
}

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

|---|---|---|
|2017-03-12|1.5.0|<ul><li>Update lesshint to 3.0.0</li><li>Update grunt-mocha-test to 0.13.2</li><li>Update mocha to 3.2.0</li></ul>|
|2016-10-10|1.4.0|Added support for allowing warnings without exiting. Thanks [@mmckenziedev](https://github.com/mmckenziedev)!|

@@ -110,0 +111,0 @@ |2016-09-22|1.3.0|Added support for custom reporters. Thanks [@scttdavs](https://github.com/scttdavs)!|

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

var Lesshint = require( 'lesshint' ),
var Lesshint = require( 'lesshint' ).Lesshint,
chalk = require( 'chalk' ),

@@ -14,0 +14,0 @@ configLoader = require( 'lesshint/lib/config-loader' );

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