@types/sizzle
Advanced tools
Comparing version 2.3.6 to 2.3.7
@@ -14,3 +14,3 @@ export as namespace Sizzle; | ||
(selector: string, context?: Element | Document | DocumentFragment): Element[]; | ||
// tslint:disable-next-line:ban-types | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
compile(selector: string): Function; | ||
@@ -17,0 +17,0 @@ matchesSelector(element: Element, selector: string): boolean; |
{ | ||
"name": "@types/sizzle", | ||
"version": "2.3.6", | ||
"version": "2.3.7", | ||
"description": "TypeScript definitions for sizzle", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sizzle", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "ec2c03b458b97b28f22d61cbaa74de251f5e33494e71b8a7920fb6f78fffd2b3", | ||
"typesPublisherContentHash": "ec6a4244bcbcf968b6b2b7febb625a63f7d795288de4baf78d60a78d797a0ffa", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 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
4962