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.3 to 0.3.4

4

index.js

@@ -1,2 +0,1 @@

var ProtoList = require('proto-list')

@@ -53,3 +52,4 @@ , path = require('path')

var json = exports.json = function () {
var file = path.join.apply(null, [].slice.call(arguments))
var args = [].slice.call(arguments).filter(function (arg) { return arg != null })
var file = path.join.apply(null, args)
var content

@@ -56,0 +56,0 @@ try {

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

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

@@ -13,2 +13,4 @@

assert.equal(path, '/tmp/random-test-config.json')

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

var ini = cc.parse (_ini = INI.stringify(obj))
console.log(_ini, _json)
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