@types/sizzle
Advanced tools
Comparing version 2.3.8 to 2.3.9
@@ -14,3 +14,3 @@ export as namespace Sizzle; | ||
(selector: string, context?: Element | Document | DocumentFragment): Element[]; | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type | ||
compile(selector: string): Function; | ||
@@ -17,0 +17,0 @@ matchesSelector(element: Element, selector: string): boolean; |
{ | ||
"name": "@types/sizzle", | ||
"version": "2.3.8", | ||
"version": "2.3.9", | ||
"description": "TypeScript definitions for sizzle", | ||
@@ -23,4 +23,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sizzle", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "1ceb548567bdb7f826a44b62e32fd0b308219f656b3fbd0096ed40d385a05719", | ||
"typeScriptVersion": "4.5" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "0695816c2a1aaa2ea7eb8dc8c445f1aa526abd767d88970c1c4da9db0cf34bbe", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 22 Nov 2023 00:24:48 GMT | ||
* Last updated: Wed, 23 Oct 2024 03:36:41 GMT | ||
* Dependencies: none | ||
@@ -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
5084