@types/csso
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -7,3 +7,3 @@ // Type definitions for csso 5.0 | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
import * as csstree from 'css-tree'; | ||
import * as csstree from "css-tree"; | ||
@@ -51,6 +51,6 @@ export as namespace csso; | ||
| { | ||
tags?: string[] | undefined; | ||
ids?: string[] | undefined; | ||
classes?: string[] | undefined; | ||
} | ||
tags?: string[] | undefined; | ||
ids?: string[] | undefined; | ||
classes?: string[] | undefined; | ||
} | ||
| undefined; | ||
@@ -57,0 +57,0 @@ } |
{ | ||
"name": "@types/csso", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "TypeScript definitions for csso", | ||
@@ -35,4 +35,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/csso", | ||
}, | ||
"typesPublisherContentHash": "9e4fda0ab87050fa1d4be6777a65e487a34292cab67fece90c1dc22945aaf047", | ||
"typeScriptVersion": "3.8" | ||
"typesPublisherContentHash": "1b6f3c096440006aa512a0a4f91c1ef81afd721210d9017e483bc4a2630af124", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Dec 2021 18:31:01 GMT | ||
* Last updated: Mon, 04 Sep 2023 15:41:30 GMT | ||
* Dependencies: [@types/css-tree](https://npmjs.com/package/@types/css-tree) | ||
@@ -14,0 +14,0 @@ * Global values: `csso` |
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
6491