@types/sax
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -13,8 +13,8 @@ // Type definitions for sax-js 1.2 | ||
export interface SAXOptions { | ||
trim?: boolean; | ||
normalize?: boolean; | ||
lowercase?: boolean; | ||
xmlns?: boolean; | ||
noscript?: boolean; | ||
position?: boolean; | ||
trim?: boolean | undefined; | ||
normalize?: boolean | undefined; | ||
lowercase?: boolean | undefined; | ||
xmlns?: boolean | undefined; | ||
noscript?: boolean | undefined; | ||
position?: boolean | undefined; | ||
} | ||
@@ -21,0 +21,0 @@ |
{ | ||
"name": "@types/sax", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "TypeScript definitions for sax-js", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sax", | ||
"license": "MIT", | ||
@@ -39,4 +40,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "a8df92ec4dd37586a8b17d2528d521db9a2903f188f183a881f30958fa889b62", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "416feacd1feb5e99bddd9852a0a6b235f3b95089d27aa7734a1ba9473729dc6c", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 21 Jan 2020 21:36:23 GMT | ||
* Last updated: Tue, 06 Jul 2021 16:34:17 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Vincent Siao (Asana, Inc.) (https://github.com/vsiao), Evert Pot (https://github.com/evert), Daniel Cassidy (https://github.com/djcsdy), and Fabian van der Veen (https://github.com/fvanderveen). | ||
These definitions were written by [Vincent Siao (Asana, Inc.)](https://github.com/vsiao), [Evert Pot](https://github.com/evert), [Daniel Cassidy](https://github.com/djcsdy), and [Fabian van der Veen](https://github.com/fvanderveen). |
Sorry, the diff of this file is not supported yet
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
7166
0