Socket
Socket
Sign inDemoInstall

stylelint-config-standard-scss

Package Overview
Dependencies
2
Maintainers
4
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.1.0 to 12.0.0

24

package.json
{
"name": "stylelint-config-standard-scss",
"version": "11.1.0",
"version": "12.0.0",
"description": "The standard shareable SCSS config for Stylelint",

@@ -18,2 +18,5 @@ "keywords": [

],
"engines": {
"node": ">=18.12.0"
},
"scripts": {

@@ -26,8 +29,8 @@ "format": "prettier . --write --ignore-path=.prettierignore",

"release": "np",
"test": "jest",
"watch": "jest --watch"
"test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest",
"watch": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest --watch"
},
"dependencies": {
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-config-standard": "^34.0.0"
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-standard": "^35.0.0"
},

@@ -37,15 +40,16 @@ "devDependencies": {

"@stylelint/remark-preset": "^5.0.0",
"eslint": "^8.52.0",
"cross-env": "^7.0.3",
"eslint": "^8.55.0",
"eslint-config-stylelint": "^20.0.0",
"eslint-plugin-jest": "^27.6.0",
"jest": "^29.7.0",
"np": "^8.0.4",
"np": "^9.0.0",
"npm-run-all2": "^5.0.2",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"remark-cli": "^12.0.0",
"stylelint": "^15.11.0"
"stylelint": "^16.0.2"
},
"peerDependencies": {
"postcss": "^8.3.3",
"stylelint": "^15.10.0"
"stylelint": "^16.0.2"
},

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc