New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.7.0 to 1.7.1

4

lib/index.js

@@ -102,6 +102,6 @@ 'use strict';

key: 'args',
value: function args(save) {
value: function args() {
process.argv.slice(2).forEach(function (val) {
val = val.slice(2).split('='); // Gets us ['db:host', 'localhost'] from '--db:host=localhost'
this.set(val[0], val[1], save);
this.set(val[0], val[1]);
});

@@ -108,0 +108,0 @@ }

{
"name": "cz",
"version": "1.7.0",
"version": "1.7.1",
"description": "A simple config utility for nodejs",

@@ -5,0 +5,0 @@ "main": "lib/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