@markuplint/selector
Advanced tools
Comparing version 3.11.1 to 3.12.0
import type { Specificity } from './types'; | ||
export declare function compareSpecificity(a: Specificity, b: Specificity): 1 | 0 | -1; | ||
export declare function compareSpecificity(a: Specificity, b: Specificity): 0 | 1 | -1; |
{ | ||
"name": "@markuplint/selector", | ||
"version": "3.11.1", | ||
"version": "3.12.0", | ||
"description": "Extended W3C Selectors matcher", | ||
@@ -23,3 +23,3 @@ "repository": "git@github.com:markuplint/markuplint.git", | ||
"dependencies": { | ||
"@markuplint/ml-spec": "3.11.1", | ||
"@markuplint/ml-spec": "3.12.0", | ||
"@types/debug": "^4.1.8", | ||
@@ -35,3 +35,3 @@ "debug": "^4.3.4", | ||
}, | ||
"gitHead": "09100b8baa14dd930602daa458197322197c79c2" | ||
"gitHead": "ef31aef8f2fff319d0f692feead332ec5fc5c7cf" | ||
} |
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
+ Added@markuplint/ml-spec@3.12.0(transitive)
+ Added@markuplint/types@3.10.0(transitive)
- Removed@markuplint/ml-spec@3.11.1(transitive)
- Removed@markuplint/types@3.9.1(transitive)
Updated@markuplint/ml-spec@3.12.0