Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/ini

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ini - npm Package Compare versions

Comparing version 1.3.29 to 1.3.30

ini/LICENSE

13

ini/index.d.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>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -11,7 +12,11 @@

export function decode(inistring: string): any;
export function parse(initstring: string): any;
export function encode(object: any, options?: EncodeOptions): string;
export function stringify(object: any, options?: EncodeOptions): string;
export function decode(str: string): {
[key: string]: any;
};
export function parse(str: string): {
[key: string]: any;
};
export function encode(object: any, options?: EncodeOptions | string): string;
export function stringify(object: any, options?: EncodeOptions | string): string;
export function safe(val: string): string;
export function unsafe(val: string): string;
{
"name": "@types/ini",
"version": "1.3.29",
"description": "TypeScript definitions for ini v1.3.3",
"version": "1.3.30",
"description": "TypeScript definitions for ini",
"license": "MIT",
"author": "Marcin Porębski <https://github.com/marcinporebski>",
"contributors": [
{
"name": "Marcin Porębski",
"url": "https://github.com/marcinporebski",
"githubUsername": "marcinporebski"
},
{
"name": "Chris Arnesen",
"url": "https://github.com/carnesen",
"githubUsername": "carnesen"
}
],
"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "883ee4c38003dcee1685a44326192118e187561e4cc41d16fb46a8bb91f814c1"
"typesPublisherContentHash": "ba0fb8200a3e0ad7cfa4d472950a7d991d22fe179534eb13fafd9997e92cf9dc",
"typeScriptVersion": "2.0"
}

@@ -5,15 +5,13 @@ # Installation

# Summary
This package contains type definitions for ini v1.3.3 (https://github.com/isaacs/ini).
This package contains type definitions for ini (https://github.com/isaacs/ini).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/ini
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ini
Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* File structure: ProperModule
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Thu, 29 Nov 2018 23:28:07 GMT
* Dependencies: none
* Global values: none
# Credits
These definitions were written by Marcin Porębski <https://github.com/marcinporebski>.
These definitions were written by Marcin Porębski <https://github.com/marcinporebski>, Chris Arnesen <https://github.com/carnesen>.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc