Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.0.18 to 0.0.19

5

index.js

@@ -81,6 +81,7 @@ 'use strict';

stdout = stdout
.replace(/\[[0-9:]{6,10}\]/gi, chalk.white.bold.underline('$&'))
.replace(/\[[0-9:]{6,10}\]/gi, chalk.white.bold('$&'))
.replace(/[0-9.,]\s.{1,3}/gi, chalk.white.bold('$&'))
.replace(/gulp-[a-z]+/gi, chalk.blue.bold('$&'))
.replace(/\'.+\'/gi, chalk.blue.bold('$&'))
.replace(/finished/gi, chalk.cyan.bold('$&'))
.replace(/finished|starting/gi, chalk.cyan.bold('$&'))
.replace(/warning:?/gi, chalk.yellow.bold('$&'))

@@ -87,0 +88,0 @@ .replace(/(\n|\r)$/g, '');

{
"name": "cml-cli",
"version": "0.0.18",
"version": "0.0.19",
"description": "Simple wrapper for build scripts to stabilize API and to scaffold views and common patterns of cml-frontend boilerplate. Not for standalone usage.",

@@ -23,6 +23,5 @@ "bin": {

"chalk": "^1.0.0",
"commander": "~2.0.0",
"moment": "^2.10.2"
"commander": "~2.0.0"
},
"devDependencies": {}
}
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