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.1 to 0.3.2

test/ignore-unfound-file.js

3

index.js

@@ -58,4 +58,3 @@

} catch (err) {
err.message += ' when attempting to read configuration from:' + file
throw err
return
}

@@ -62,0 +61,0 @@ return parse(content)

{
"name": "config-chain",
"version": "0.3.1",
"version": "0.3.2",
"description": "HANDLE CONFIGURATION ONCE AND FOR ALL",

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

},
"devDependencies": {
"tap": "0.3.0"
},
"bundleDependencies": ["ini"],

@@ -19,4 +22,4 @@ "REM": "REMEMBER TO REMOVE BUNDLING WHEN/IF ISAACS MERGES ini#7",

"scripts": {
"test": "node test/find-file.js && node test/ini.js && node test/env.js && node test/broken.js"
"test": "tap test/"
}
}
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