Socket
Socket
Sign inDemoInstall

stylelint-config-css-modules

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint-config-css-modules - npm Package Compare versions

Comparing version 4.2.0 to 4.3.0

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Change Log

## [4.3.0] - 2023-07-19
### Added
* Add support for `stylelint-scss@6.x` in optional dependencies.
## [4.2.0] - 2023-02-10

@@ -11,0 +15,0 @@ ### Added

14

package.json
{
"name": "stylelint-config-css-modules",
"version": "4.2.0",
"version": "4.3.0",
"description": "CSS modules shareable config for stylelint",

@@ -32,5 +32,6 @@ "keywords": [

"devDependencies": {
"stylelint": "^15.0.0",
"stylelint-config-standard": "^30.0.1",
"stylelint-config-standard-scss": "^5.0.0"
"postcss": "^8.4.26",
"stylelint": "^15.10.1",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^10.0.0"
},

@@ -41,4 +42,5 @@ "peerDependencies": {

"optionalDependencies": {
"stylelint-scss": "^4.3.0"
}
"stylelint-scss": "^5.0.0 || ^6.0.0"
},
"packageManager": "pnpm@8.6.9"
}
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