Socket
Socket
Sign inDemoInstall

stylelint-scss

Package Overview
Dependencies
Maintainers
2
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-scss - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# 3.1.3
- Fixed: compatibility with non css syntaxes for `operator-no-newline-after` and `operator-no-newline-before` rules.
# 3.1.2

@@ -2,0 +6,0 @@

14

dist/rules/operator-no-newline-after/index.js

@@ -17,7 +17,11 @@ "use strict";

(0, _operatorNoUnspaced.calculationOperatorSpaceChecker)({
root: root,
result: result,
checker: checkNewlineBefore
});
(0, _utils.eachRoot)(root, checkRoot);
function checkRoot(root) {
(0, _operatorNoUnspaced.calculationOperatorSpaceChecker)({
root: root,
result: result,
checker: checkNewlineBefore
});
}
};

@@ -24,0 +28,0 @@ };

@@ -17,7 +17,11 @@ "use strict";

(0, _operatorNoUnspaced.calculationOperatorSpaceChecker)({
root: root,
result: result,
checker: checkNewlineBefore
});
(0, _utils.eachRoot)(root, checkRoot);
function checkRoot(root) {
(0, _operatorNoUnspaced.calculationOperatorSpaceChecker)({
root: root,
result: result,
checker: checkNewlineBefore
});
}
};

@@ -24,0 +28,0 @@ };

{
"name": "stylelint-scss",
"description": "A collection of SCSS specific rules for stylelint",
"version": "3.1.2",
"version": "3.1.3",
"author": "Krister Kari",

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

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