Socket
Socket
Sign inDemoInstall

stylelint

Package Overview
Dependencies
Maintainers
7
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint - npm Package Compare versions

Comparing version 14.8.1 to 14.8.2

3

lib/rules/function-calc-no-unspaced-operator/index.js

@@ -7,2 +7,3 @@ 'use strict';

const getDeclarationValue = require('../../utils/getDeclarationValue');
const isStandardSyntaxValue = require('../../utils/isStandardSyntaxValue');
const report = require('../../utils/report');

@@ -170,2 +171,4 @@ const ruleMessages = require('../../utils/ruleMessages');

if (!isStandardSyntaxValue(firstNode.value)) return false;
const operatorIndex = firstNode.value.search(OPERATOR_REGEX);

@@ -172,0 +175,0 @@ const operator = firstNode.value.slice(operatorIndex, operatorIndex + 1);

@@ -124,2 +124,3 @@ 'use strict';

result,
word: value,
});

@@ -126,0 +127,0 @@ });

@@ -86,2 +86,3 @@ 'use strict';

result,
word: value,
});

@@ -88,0 +89,0 @@ });

@@ -108,2 +108,3 @@ 'use strict';

result,
word: tagName,
});

@@ -110,0 +111,0 @@ });

18

package.json
{
"name": "stylelint",
"version": "14.8.1",
"version": "14.8.2",
"description": "A mighty, modern CSS linter.",

@@ -129,3 +129,3 @@ "keywords": [

"is-plain-object": "^5.0.0",
"known-css-properties": "^0.24.0",
"known-css-properties": "^0.25.0",
"mathml-tag-names": "^2.1.3",

@@ -137,3 +137,3 @@ "meow": "^9.0.0",

"picocolors": "^1.0.0",
"postcss": "^8.4.12",
"postcss": "^8.4.13",
"postcss-media-query-parser": "^0.2.3",

@@ -178,7 +178,7 @@ "postcss-resolve-nested-selector": "^0.1.1",

"husky": "^7.0.4",
"jest": "^27.5.1",
"jest-preset-stylelint": "^5.0.2",
"jest-watch-typeahead": "^1.0.0",
"lint-staged": "^12.4.0",
"node-fetch": "^3.2.3",
"jest": "^28.0.3",
"jest-preset-stylelint": "^5.0.3",
"jest-watch-typeahead": "^1.1.0",
"lint-staged": "^12.4.1",
"node-fetch": "^3.2.4",
"np": "^7.6.1",

@@ -194,3 +194,3 @@ "npm-run-all": "^4.1.5",

"sugarss": "^4.0.1",
"typescript": "^4.6.3"
"typescript": "^4.6.4"
},

@@ -197,0 +197,0 @@ "engines": {

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