@types/xmldoc
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -20,3 +20,3 @@ // Type definitions for xmldoc 1.1 | ||
type: 'element'; | ||
type: "element"; | ||
name: string; | ||
@@ -47,3 +47,3 @@ attr: XmlAttributes; | ||
type: 'text'; | ||
type: "text"; | ||
text: string; | ||
@@ -58,3 +58,3 @@ | ||
type: 'cdata'; | ||
type: "cdata"; | ||
cdata: string; | ||
@@ -69,3 +69,3 @@ | ||
type: 'comment'; | ||
type: "comment"; | ||
comment: string; | ||
@@ -72,0 +72,0 @@ |
{ | ||
"name": "@types/xmldoc", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "TypeScript definitions for xmldoc", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/xmldoc", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "259160896320d704d81a3402681da8160fa331668c1411e2b1f348e24e4621d0", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "442d5f0cfdce904c2c6313b424361f33ccc0a3fe21bf8bd7eb0404fecf34e70a", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -30,3 +30,3 @@ # Installation | ||
type: 'element'; | ||
type: "element"; | ||
name: string; | ||
@@ -57,3 +57,3 @@ attr: XmlAttributes; | ||
type: 'text'; | ||
type: "text"; | ||
text: string; | ||
@@ -68,3 +68,3 @@ | ||
type: 'cdata'; | ||
type: "cdata"; | ||
cdata: string; | ||
@@ -79,3 +79,3 @@ | ||
type: 'comment'; | ||
type: "comment"; | ||
comment: string; | ||
@@ -106,3 +106,3 @@ | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 17:02:22 GMT | ||
* Last updated: Wed, 30 Aug 2023 19:35:44 GMT | ||
* Dependencies: none | ||
@@ -109,0 +109,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