Socket
Socket
Sign inDemoInstall

config-chain

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

config-chain - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

4

package.json
{
"name": "config-chain",
"version": "0.3.2",
"version": "0.3.3",
"description": "HANDLE CONFIGURATION ONCE AND FOR ALL",

@@ -17,4 +17,2 @@ "homepage": "http://github.com/dominictarr/config-chain",

},
"bundleDependencies": ["ini"],
"REM": "REMEMBER TO REMOVE BUNDLING WHEN/IF ISAACS MERGES ini#7",
"author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",

@@ -21,0 +19,0 @@ "scripts": {

@@ -12,3 +12,3 @@

var ini = cc.parse (_ini = INI.stringify(obj))
console.log(_ini, _json)
assert.deepEqual(json, ini)

@@ -18,3 +18,3 @@ }

test({hello: true})
test({hello: 'true'})
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