@markuplint/selector
Advanced tools
Comparing version 3.11.0 to 3.11.1
import type { Specificity } from './types'; | ||
export declare function compareSpecificity(a: Specificity, b: Specificity): 0 | 1 | -1; | ||
export declare function compareSpecificity(a: Specificity, b: Specificity): 1 | 0 | -1; |
{ | ||
"name": "@markuplint/selector", | ||
"version": "3.11.0", | ||
"version": "3.11.1", | ||
"description": "Extended W3C Selectors matcher", | ||
@@ -23,14 +23,14 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-spec": "3.11.0", | ||
"@markuplint/ml-spec": "3.11.1", | ||
"@types/debug": "^4.1.8", | ||
"debug": "^4.3.4", | ||
"postcss-selector-parser": "^6.0.13", | ||
"tslib": "^2.6.0", | ||
"type-fest": "^3.12.0" | ||
"tslib": "^2.6.2", | ||
"type-fest": "^4.3.1" | ||
}, | ||
"devDependencies": { | ||
"@types/jsdom": "21.1.1", | ||
"@types/jsdom": "21.1.2", | ||
"jsdom": "22.1.0" | ||
}, | ||
"gitHead": "4ab20276db48a6acb29a923ea8666890ca853442" | ||
"gitHead": "09100b8baa14dd930602daa458197322197c79c2" | ||
} |
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
90806
+ Added@markuplint/ml-spec@3.11.1(transitive)
+ Added@markuplint/types@3.9.1(transitive)
+ Addedtype-fest@4.30.2(transitive)
- Removed@markuplint/ml-spec@3.11.0(transitive)
- Removed@markuplint/types@3.9.0(transitive)
- Removedtype-fest@3.13.1(transitive)
Updated@markuplint/ml-spec@3.11.1
Updatedtslib@^2.6.2
Updatedtype-fest@^4.3.1