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

cz

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cz - npm Package Compare versions

Comparing version 1.3.1 to 1.4.0

10

index.js

@@ -29,3 +29,3 @@ 'use strict';

},
get: function(props){
get: function(props, returnObject){
if(!arguments.length){

@@ -45,3 +45,7 @@ return config;

}
return finalResult.join('');
if(returnObject){
return finalResult;
} else {
return finalResult.join('');
}
}

@@ -110,3 +114,3 @@ },

env: function(){
// @TODO
// @TODO
},

@@ -113,0 +117,0 @@ defaults: function(obj, save){

{
"name": "cz",
"version": "1.3.1",
"version": "1.4.0",
"description": "A simple config utility for nodejs",

@@ -5,0 +5,0 @@ "main": "index.js",

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