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

read-ini-file

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

read-ini-file - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

22

package.json
{
"name": "read-ini-file",
"version": "1.0.0",
"version": "2.0.0",
"description": "Read and parse an ini file",

@@ -10,9 +10,7 @@ "main": "index.js",

"scripts": {
"test": "mos t && standard && tape test",
"test-readme": "mos t",
"test": "standard && preview && tape test",
"md": "mos"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zkochan/read-ini-file.git"
},
"repository": "https://github.com/zkochan/packages/tree/master/read-ini-file",
"mos": {

@@ -42,9 +40,9 @@ "plugins": [

"bugs": {
"url": "https://github.com/zkochan/read-ini-file/issues"
"url": "https://github.com/zkochan/packages/issues"
},
"homepage": "https://github.com/zkochan/read-ini-file#readme",
"homepage": "https://github.com/zkochan/packages/tree/master/read-ini-file#readme#readme",
"dependencies": {
"graceful-fs": "^4.1.11",
"ini": "^1.3.4",
"pify": "^2.3.0",
"pify": "^4.0.1",
"strip-bom": "^3.0.0"

@@ -55,5 +53,9 @@ },

"mos-plugin-readme": "^1.0.4",
"standard": "^10.0.2",
"package-preview": "^1.0.5",
"standard": "^12.0.1",
"tape": "^4.6.3"
},
"engines": {
"node": ">=6"
}
}

@@ -5,4 +5,4 @@ # read-ini-file

<!--@shields('npm', 'travis')-->
[![npm version](https://img.shields.io/npm/v/read-ini-file.svg)](https://www.npmjs.com/package/read-ini-file) [![Build Status](https://img.shields.io/travis/zkochan/read-ini-file/master.svg)](https://travis-ci.org/zkochan/read-ini-file)
<!--@shields('npm')-->
[![npm version](https://img.shields.io/npm/v/read-ini-file.svg)](https://www.npmjs.com/package/read-ini-file)
<!--/@-->

@@ -9,0 +9,0 @@

Sorry, the diff of this file is not supported yet

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