Socket
Socket
Sign inDemoInstall

grunt-contrib-csslint

Package Overview
Dependencies
39
Maintainers
7
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "grunt-contrib-csslint",
"description": "Lint CSS files.",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/gruntjs/grunt-contrib-csslint",

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

@@ -1,2 +0,2 @@

# grunt-contrib-csslint v0.3.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-csslint.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-csslint)
# grunt-contrib-csslint v0.3.1 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-csslint.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-csslint)

@@ -194,2 +194,3 @@ > Lint CSS files.

* 2014-09-07   v0.3.1   Show affected browsers in errors and warnings.
* 2014-09-07   v0.3.0   CSSLint "warnings" no longer fail build. Updated dependencies.

@@ -205,2 +206,2 @@ * 2013-12-02   v0.2.0   Bump to csslint 0.10.0

*This file was generated on Sun Sep 07 2014 19:38:01.*
*This file was generated on Sun Sep 07 2014 19:49:24.*

@@ -85,3 +85,7 @@ /*

grunt.log[ message.type === 'error' ? 'error' : 'writeln' ](
message.type.toUpperCase() + ': ' + message.message + ' ' + message.rule.desc + ' (' + message.rule.id + ')'
message.type.toUpperCase() + ': ' +
message.message + ' ' +
message.rule.desc +
' (' + message.rule.id + ')' +
' Browsers: ' + message.rule.browsers
);

@@ -88,0 +92,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc