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

mca

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mca - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

mca.js

@@ -10,3 +10,3 @@ var path = require('path');

started: Date(),
mode: process.env.NODE_ENV,
mode: process.env.NODE_ENV || 'development',
platform: (process.platform + " " + process.arch),

@@ -30,3 +30,5 @@ node: process.version,

logger.info(label.blue, value.toString().grey);
if(value) {
logger.info(label.blue, value.toString().grey);
}
}

@@ -33,0 +35,0 @@

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

"description": "Simple utility to dump server information to console after server starts up.",
"version": "0.0.1",
"version": "0.0.2",
"main": "mca",

@@ -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