@types/parse5
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -70,3 +70,3 @@ // Type definitions for parse5 6.0 | ||
*/ | ||
scriptingEnabled?: boolean; | ||
scriptingEnabled?: boolean | undefined; | ||
@@ -83,3 +83,3 @@ /** | ||
*/ | ||
sourceCodeLocationInfo?: boolean; | ||
sourceCodeLocationInfo?: boolean | undefined; | ||
@@ -91,3 +91,3 @@ /** | ||
*/ | ||
treeAdapter?: T; | ||
treeAdapter?: T | undefined; | ||
} | ||
@@ -101,3 +101,3 @@ | ||
*/ | ||
treeAdapter?: T; | ||
treeAdapter?: T | undefined; | ||
} | ||
@@ -129,3 +129,3 @@ | ||
*/ | ||
namespace?: string; | ||
namespace?: string | undefined; | ||
@@ -135,3 +135,3 @@ /** | ||
*/ | ||
prefix?: string; | ||
prefix?: string | undefined; | ||
} | ||
@@ -226,3 +226,3 @@ | ||
*/ | ||
sourceCodeLocation?: ElementLocation; | ||
sourceCodeLocation?: ElementLocation | undefined; | ||
@@ -257,3 +257,3 @@ /** | ||
*/ | ||
sourceCodeLocation?: Location; | ||
sourceCodeLocation?: Location | undefined; | ||
@@ -283,3 +283,3 @@ /** | ||
*/ | ||
sourceCodeLocation?: Location; | ||
sourceCodeLocation?: Location | undefined; | ||
@@ -286,0 +286,0 @@ /** |
{ | ||
"name": "@types/parse5", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "TypeScript definitions for parse5", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse5", | ||
"license": "MIT", | ||
@@ -32,4 +33,4 @@ "contributors": [ | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "5d9a77f4a626e6993f8e3a998227aa89b152999ec1d499e0e0056b1f71f2ccc6", | ||
"typeScriptVersion": "3.3" | ||
"typesPublisherContentHash": "b81ad0feffc06b845a4f6b06a96c242d31f52c4b226652e6578dff42d333190f", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 08 Jan 2021 00:53:03 GMT | ||
* Last updated: Wed, 07 Jul 2021 17:02:25 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
22677