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

convict

Package Overview
Dependencies
Maintainers
1
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.0.4 to 0.0.5

test/cases/array.js

2

lib/convict.js

@@ -66,3 +66,3 @@ // TODO:

// leaf
if (!isObj(from[k])) to[k] = from[k];
if (Array.isArray(from[k]) || !isObj(from[k])) to[k] = from[k];
// not

@@ -69,0 +69,0 @@ else {

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

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

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

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