New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grunt-airtight-css

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-airtight-css - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

4

package.json
{
"name": "grunt-airtight-css",
"version": "0.0.1",
"version": "0.1.0",
"description": "Grunt task to check CSS naming for Airtight rules",

@@ -12,4 +12,4 @@ "author": "Nick Matantsev <nick.matantsev@gmail.com>",

"dependencies": {
"airtight-css-lint": "0.0.0"
"airtight-css-lint": "~0.1.0"
}
}

@@ -17,3 +17,2 @@ /*

var css = fs.readFileSync(file, 'utf8');
var ignoreErrors = /\/\*\s*grunt-airtightcss-ignore-file\s*\*\//.test(css);

@@ -23,8 +22,4 @@ airtightCssLint(css, function (line, column, msg) {

if (!ignoreErrors) {
grunt.log.error(logMessage);
hasErrors = true;
} else {
grunt.log.writeln('IGNORED ' + logMessage);
}
grunt.log.error(logMessage);
hasErrors = true;
});

@@ -31,0 +26,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