Socket
Socket
Sign inDemoInstall

stylelint-config-upleveled

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-upleveled - npm Package Compare versions

Comparing version 0.0.17 to 0.0.18

tsconfig.base.json

29

package.json
{
"name": "stylelint-config-upleveled",
"version": "0.0.17",
"version": "0.0.18",
"description": "UpLeveled Stylelint defaults for styling in CSS, SCSS, Sass, CSS Modules and CSS-in-JS.",

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

"repository": "upleveled/stylelint-config-upleveled",
"license": "ISC",
"author": "Karl Horky",
"license": "MIT",
"author": "Karl Horky <karl.horky@gmail.com>",
"type": "module",

@@ -19,2 +19,3 @@ "main": "index.cjs",

"templates",
"tsconfig.base.json",
"stylelint-error-example.webp"

@@ -27,11 +28,23 @@ ],

},
"eslint": {
"extends": [
"."
]
},
"dependencies": {
"postcss-styled-syntax": "^0.4.0",
"stylelint-config-css-modules": "^4.2.0",
"stylelint-config-recommended": "^11.0.0",
"stylelint-config-recommended-scss": "^10.0.0"
"postcss-styled-syntax": "0.4.0",
"stylelint-config-css-modules": "4.2.0",
"stylelint-config-recommended": "11.0.0",
"stylelint-config-recommended-scss": "10.0.0"
},
"devDependencies": {
"@types/prettier": "2.7.2",
"eslint": "8.37.0",
"eslint-config-upleveled": "4.0.12",
"stylelint": "15.4.0",
"typescript": "5.0.3"
},
"peerDependencies": {
"stylelint": "^15.4.0"
"stylelint": "15.4.0"
}
}
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