@types/ini
Advanced tools
Comparing version 1.3.31 to 1.3.32
@@ -1,8 +0,1 @@ | ||
// Type definitions for ini v1.3.3 | ||
// Project: https://github.com/isaacs/ini | ||
// Definitions by: Marcin Porębski <https://github.com/marcinporebski> | ||
// Chris Arnesen <https://github.com/carnesen> | ||
// Adaline Simonian <https://github.com/adalinesimonian> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
interface EncodeOptions { | ||
@@ -9,0 +2,0 @@ section?: string; |
{ | ||
"name": "@types/ini", | ||
"version": "1.3.31", | ||
"version": "1.3.32", | ||
"description": "TypeScript definitions for ini", | ||
@@ -10,14 +10,14 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ini", | ||
"name": "Marcin Porębski", | ||
"url": "https://github.com/marcinporebski", | ||
"githubUsername": "marcinporebski" | ||
"githubUsername": "marcinporebski", | ||
"url": "https://github.com/marcinporebski" | ||
}, | ||
{ | ||
"name": "Chris Arnesen", | ||
"url": "https://github.com/carnesen", | ||
"githubUsername": "carnesen" | ||
"githubUsername": "carnesen", | ||
"url": "https://github.com/carnesen" | ||
}, | ||
{ | ||
"name": "Adaline Simonian", | ||
"url": "https://github.com/adalinesimonian", | ||
"githubUsername": "adalinesimonian" | ||
"githubUsername": "adalinesimonian", | ||
"url": "https://github.com/adalinesimonian" | ||
} | ||
@@ -34,4 +34,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "b45ab68c4d6eb02841e6384a7d0b4f3844cdff61f9e261c6870196aa39fd14e2", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "3e6fcdce9c04a34d19972b9c0b8f5749580897f9bf4278b8bde58f149b256eba", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,9 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for ini v1.3.3 | ||
// Project: https://github.com/isaacs/ini | ||
// Definitions by: Marcin Porębski <https://github.com/marcinporebski> | ||
// Chris Arnesen <https://github.com/carnesen> | ||
// Adaline Simonian <https://github.com/adalinesimonian> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
interface EncodeOptions { | ||
@@ -38,7 +31,6 @@ section?: string; | ||
### Additional Details | ||
* Last updated: Thu, 07 Oct 2021 21:01:20 GMT | ||
* Last updated: Wed, 18 Oct 2023 01:17:35 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Marcin Porębski](https://github.com/marcinporebski), [Chris Arnesen](https://github.com/carnesen), and [Adaline Simonian](https://github.com/adalinesimonian). |
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
3839
14
35