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

stylelint-scss

Package Overview
Dependencies
Maintainers
3
Versions
117
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

to
6.10.1

14

package.json
{
"name": "stylelint-scss",
"description": "A collection of SCSS-specific rules for Stylelint",
"version": "6.10.0",
"version": "6.10.1",
"author": "Krister Kari",

@@ -19,3 +19,3 @@ "repository": "stylelint-scss/stylelint-scss",

"known-css-properties": "^0.35.0",
"mdn-data": "^2.12.2",
"mdn-data": "^2.14.0",
"postcss-media-query-parser": "^0.2.3",

@@ -33,10 +33,10 @@ "postcss-resolve-nested-selector": "^0.1.6",

"jest": "^29.7.0",
"jest-preset-stylelint": "^7.1.0",
"jest-preset-stylelint": "^7.1.1",
"lint-staged": "^14.0.1",
"np": "^10.0.7",
"postcss": "^8.4.49",
"np": "^10.1.0",
"postcss": "^8.5.1",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.3",
"stylelint": "^16.10.0"
"prettier": "^3.4.2",
"stylelint": "^16.13.2"
},

@@ -43,0 +43,0 @@ "files": [

@@ -390,2 +390,3 @@ # stylelint-scss

<tr>
<th align="center"><a href="https://github.com/davidwarrington"><img alt="davidwarrington" src="https://avatars.githubusercontent.com/u/9138568?v=4&s=80" width="80"></a></th>
<th align="center"><a href="https://github.com/Deimos"><img alt="Deimos" src="https://avatars.githubusercontent.com/u/9033?v=4&s=80" width="80"></a></th>

@@ -397,2 +398,3 @@ <th align="center"><a href="https://github.com/Calme1709"><img alt="Calme1709" src="https://avatars.githubusercontent.com/u/30140939?v=4&s=80" width="80"></a></th>

<tbody><tr>
<td align="center"><a href="https://github.com/davidwarrington">davidwarrington</a></td>
<td align="center"><a href="https://github.com/Deimos">Deimos</a></td>

@@ -399,0 +401,0 @@ <td align="center"><a href="https://github.com/Calme1709">Calme1709</a></td>

@@ -158,3 +158,3 @@ "use strict";

const { parent } = decl;
const value = getDeclarationValue(decl).replace(/\n+\s+/, ""); // Strip multiline values.
const value = getDeclarationValue(decl).replace(/\n+\s+/, " "); // Strip multiline values.

@@ -161,0 +161,0 @@ // Handle nested properties by reasigning `prop` to the compound property.

@@ -40,3 +40,2 @@ "use strict";

percentage: "math",
round: "math",
ceil: "math",

@@ -43,0 +42,0 @@ floor: "math",