New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

multi-ini

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multi-ini - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

.idea/codeStyleSettings.xml

13

package.json
{
"name": "multi-ini",
"version": "0.0.1",
"version": "0.1.0",
"description": "",
"main": "index.js",
"main": "src/multi-ini.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "grunt jasmine_node"
},

@@ -28,4 +28,9 @@ "homepage": "https://github.com/evangelion1204/multi-ini",

"devDependencies": {
"lodash": "^2.4.1"
"lodash": "^2.4.1",
"grunt": "^0.4.2",
"grunt-contrib-jasmine": "^0.6.1",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-clean": "^0.5.0",
"grunt-jasmine-node": "^0.1.0"
}
}

@@ -1,5 +0,4 @@

multi-ini
=========
# multi-ini [![Build Status](https://travis-ci.org/evangelion1204/multi-ini.png?branch=master)](https://travis-ci.org/evangelion1204/multi-ini)
Read multilevel and multiline ini files in compatible with Zend.
Read multi-level and multi-line ini-files which compatibility to Zend.

@@ -16,9 +15,6 @@ ## Install

ini = require('multi-ini');
content = ini.read(file);
content.section.key = value;
ini.write(file, content);
```

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