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.1.0 to 4.2.0

9

CHANGELOG.md

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

## [4.2.0] - 2023-02-10
### Added
* Add support for Stylelint 15.
None of the breaking changes are impacting this config.
It stays compatible with Stylelint `^14.5.1`.
## [4.1.0] - 2022-03-16

@@ -85,3 +91,4 @@ ### Added

[Unreleased]: https://github.com/pascalduez/stylelint-config-css-modules/compare/4.1.0...HEAD
[Unreleased]: https://github.com/pascalduez/stylelint-config-css-modules/compare/4.2.0...HEAD
[4.2.0]: https://github.com/pascalduez/stylelint-config-css-modules/tags/4.2.0
[4.1.0]: https://github.com/pascalduez/stylelint-config-css-modules/tags/4.1.0

@@ -88,0 +95,0 @@ [4.0.1]: https://github.com/pascalduez/stylelint-config-css-modules/tags/4.0.1

15

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

@@ -29,16 +29,15 @@ "keywords": [

"scripts": {
"test": "ava"
"test": "node --test"
},
"devDependencies": {
"ava": "^4.1.0",
"stylelint": "^14.6.0",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^3.0.0"
"stylelint": "^15.0.0",
"stylelint-config-standard": "^30.0.1",
"stylelint-config-standard-scss": "^5.0.0"
},
"peerDependencies": {
"stylelint": "^14.5.1"
"stylelint": "^14.5.1 || ^15.0.0"
},
"optionalDependencies": {
"stylelint-scss": "^4.2.0"
"stylelint-scss": "^4.3.0"
}
}

@@ -106,3 +106,3 @@ # stylelint-config-css-modules

[ci-url]: https://github.com/pascalduez/stylelint-config-css-modules/actions/workflows/ci.yml
[ci-image]: https://img.shields.io/github/workflow/status/pascalduez/stylelint-config-css-modules/CI?style=flat-square
[ci-image]: https://img.shields.io/github/actions/workflow/status/pascalduez/stylelint-config-css-modules/ci.yml?branch=main&style=flat-square

@@ -109,0 +109,0 @@ [stylelint]: https://github.com/stylelint/stylelint

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