New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cml-cli

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cml-cli - npm Package Compare versions

Comparing version

to
0.0.5

6

index.js

@@ -56,2 +56,3 @@ 'use strict';

task_process.stdin.unref();
process.exit(1);
};

@@ -64,2 +65,3 @@

task_process.stdin.unref();
process.exit(1);
};

@@ -73,2 +75,3 @@

task_process.kill('SIGTERM');
process.exit(1);
};

@@ -116,4 +119,3 @@

program.outputHelp();
process.exit(1);
}
process.exit(1);
{
"name": "cml-cli",
"version": "0.0.4",
"version": "0.0.5",
"description": "Simple wrapper for build scripts to stabilize API and to scaffold views and common patterns of cml-frontend boilerplate. Not for standalone usage.",

@@ -5,0 +5,0 @@ "private": false,