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

broccoli-sass-lint

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

broccoli-sass-lint - npm Package Compare versions

Comparing version

to
1.1.1

4

index.js

@@ -239,4 +239,4 @@ 'use strict';

return "module('Sass Lint - " + path.dirname(relativePath) + "');\n" +
"test('" + relativePath + " should pass sass-lint', function() {\n" +
return "QUnit.module('Sass Lint - " + path.dirname(relativePath) + "');\n" +
"QUnit.test('" + relativePath + " should pass sass-lint', function() {\n" +
" ok(" + !errors + ", '" + relativePath + " should pass sass-lint." + errors + "');\n" +

@@ -243,0 +243,0 @@ "});\n";

{
"name": "broccoli-sass-lint",
"version": "1.1.0",
"version": "1.1.1",
"description": "Pure Node.js scss/sass linting for Broccoli-based projects",

@@ -5,0 +5,0 @@ "main": "index.js",