@types/csso
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -24,2 +24,6 @@ import * as csstree from "css-tree"; | ||
compress(ast: csstree.CssNode, options?: CompressOptions): { ast: csstree.CssNode }; | ||
// §16. Calculating a selector’s specificity | ||
// https://www.w3.org/TR/selectors-4/#specificity-rules | ||
specificity(simpleSelector: csstree.CssNode): [a: number, b: number, c: number]; | ||
}; | ||
@@ -26,0 +30,0 @@ |
{ | ||
"name": "@types/csso", | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"description": "TypeScript definitions for csso", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/csso", | ||
}, | ||
"typesPublisherContentHash": "5d21eb23fda2a65b73e3665fcd8733e873826a5ec7fd54d120e95dd6ecb825cb", | ||
"typeScriptVersion": "4.5" | ||
"typesPublisherContentHash": "75abb33b10c2a207d612eca1dbe6430a5bbcf68cbd7219de44ce6108d3d1025e", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT | ||
* Last updated: Wed, 27 Dec 2023 12:08:59 GMT | ||
* Dependencies: [@types/css-tree](https://npmjs.com/package/@types/css-tree) | ||
@@ -14,0 +14,0 @@ |
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
6305
35083
109