@types/ini
Advanced tools
Comparing version 1.3.33 to 1.3.34
interface EncodeOptions { | ||
align?: boolean; | ||
section?: string; | ||
sort?: boolean; | ||
whitespace?: boolean; | ||
newline?: boolean; | ||
platform?: string; | ||
bracketedArray?: boolean; | ||
} | ||
@@ -5,0 +10,0 @@ |
{ | ||
"name": "@types/ini", | ||
"version": "1.3.33", | ||
"version": "1.3.34", | ||
"description": "TypeScript definitions for ini", | ||
@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ini", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "56cd35872cdd86a736be4b36013321a7e792c4cb9f1a74405e91a1d8aa198442", | ||
"typeScriptVersion": "4.5" | ||
"typesPublisherContentHash": "0f0b1820cf8476f4b7bfe0a76b1f1bee77b4cb1fcfbd2dea35c92ba9e67b8f0c", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -12,4 +12,9 @@ # Installation | ||
interface EncodeOptions { | ||
align?: boolean; | ||
section?: string; | ||
sort?: boolean; | ||
whitespace?: boolean; | ||
newline?: boolean; | ||
platform?: string; | ||
bracketedArray?: boolean; | ||
} | ||
@@ -31,3 +36,3 @@ | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT | ||
* Last updated: Tue, 05 Dec 2023 07:07:10 GMT | ||
* Dependencies: none | ||
@@ -34,0 +39,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
4073
19
40