Socket
Socket
Sign inDemoInstall

stylelint-config-standard-scss

Package Overview
Dependencies
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-standard-scss - npm Package Compare versions

Comparing version 13.0.0 to 13.1.0

2

index.js

@@ -37,3 +37,3 @@ 'use strict';

'scss/at-rule-conditional-no-parentheses': true,
'scss/dollar-variable-colon-space-after': 'always',
'scss/dollar-variable-colon-space-after': 'always-single-line',
'scss/dollar-variable-colon-space-before': 'never',

@@ -40,0 +40,0 @@ 'scss/dollar-variable-empty-line-before': [

{
"name": "stylelint-config-standard-scss",
"version": "13.0.0",
"version": "13.1.0",
"description": "The standard shareable SCSS config for Stylelint",

@@ -28,4 +28,4 @@ "keywords": [

"release": "np",
"test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest",
"watch": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest --watch"
"test": "node --test",
"watch": "node --test --watch"
},

@@ -39,16 +39,13 @@ "dependencies": {

"@stylelint/remark-preset": "^5.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-stylelint": "^20.0.0",
"eslint-plugin-jest": "^27.6.1",
"jest": "^29.7.0",
"np": "^9.2.0",
"eslint": "^8.57.0",
"eslint-config-stylelint": "^21.0.0",
"np": "^10.0.2",
"npm-run-all2": "^5.0.2",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"remark-cli": "^12.0.0",
"stylelint": "^16.1.0"
"stylelint": "^16.3.1"
},
"peerDependencies": {
"postcss": "^8.3.3",
"stylelint": "^16.1.0"
"stylelint": "^16.3.1"
},

@@ -55,0 +52,0 @@ "peerDependenciesMeta": {

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