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

convict

Package Overview
Dependencies
Maintainers
7
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

convict - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

ChangeLog

1

lib/convict.js

@@ -262,2 +262,3 @@ /*

case 'array': v = v.split(','); break;
case 'object': v = JSON.parse(v); break;
case 'timestamp': v = moment(v).valueOf(); break;

@@ -264,0 +265,0 @@ case 'duration':

2

package.json

@@ -5,3 +5,3 @@ {

"description": "Unruly configuration management for nodejs",
"version": "0.4.0",
"version": "0.4.1",
"homepage": "https://github.com/lloyd/node-convict",

@@ -8,0 +8,0 @@ "repository": {

@@ -21,2 +21,7 @@ exports.conf = {

env: 'ARRAY'
},
object: {
format: Object,
default: {},
env: 'OBJECT'
}

@@ -29,3 +34,4 @@ };

NUM: 789.1011,
ARRAY: "a,b,c"
ARRAY: "a,b,c",
OBJECT: '{"foo": "bar"}'
};

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