@csstools/selector-specificity
Advanced tools
Comparing version 4.0.0 to 5.0.0
# Changes to Selector Specificity | ||
### 4.0.0 | ||
### 5.0.0 | ||
_August 3, 2024_ | ||
_October 23, 2024_ | ||
- Updated: Support for Node v18+ (major). | ||
- Updated: `postcss-selector-parser` | ||
[Full CHANGELOG](https://github.com/csstools/postcss-plugins/tree/main/packages/selector-specificity/CHANGELOG.md) |
{ | ||
"name": "@csstools/selector-specificity", | ||
"description": "Determine selector specificity with postcss-selector-parser", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"contributors": [ | ||
@@ -51,3 +51,3 @@ { | ||
"peerDependencies": { | ||
"postcss-selector-parser": "^6.1.0" | ||
"postcss-selector-parser": "^7.0.0" | ||
}, | ||
@@ -54,0 +54,0 @@ "scripts": {}, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11433