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.14 to 0.0.15

10

index.js

@@ -80,7 +80,7 @@ 'use strict';

stdout = stdout
.replace(/\[\d{2}:\d{2}:\d{2}\]/gim, chalk.white('$&'))
.replace(/gulp-[a-z]+/gim, chalk.cyan.bold.underline('$&'))
.replace(/finished/gim, chalk.cyan.bold.underline('$&'))
.replace(/warning?:/gim, chalk.yellow.bold.underline('$&'))
.replace(/?(?:unhandled )error?:/gim, chalk.red.bold.underline('$&'))
.replace(/\[\d{2}:\d{2}:\d{2}\]/gi, chalk.white('$&'))
.replace(/gulp-[a-z]+/gi, chalk.cyan.bold.underline('$&'))
.replace(/finished/gi, chalk.cyan.bold.underline('$&'))
.replace(/warning:?/gi, chalk.yellow.bold.underline('$&'))
.replace(/(?:unhandled )?error:?/gi, chalk.red.bold.underline('$&'))
.replace(/(\n|\r)$/g, '');

@@ -87,0 +87,0 @@ console.log(stdout);

{
"name": "cml-cli",
"version": "0.0.14",
"description": "Simple wrapper for build scripts to stabilize API and to scaffold views and common patterns of cml-frontend boilerplate. Not for standalone usage.",
"bin": {
"cml-cli": "./bin/cml-cli"
},
"scripts": {},
"author": {
"name": "Viktor Bezdek",
"email": "viktor.bezdek@gmail.com",
"url": "https://github.com/viktorbezdek"
},
"repository": {
"type": "git",
"url": "https://github.com/viktorbezdek/cml-cli"
},
"license": "MIT",
"bugs": "https://github.com/viktorbezdek/cml-cli/issues",
"dependencies": {
"autocmdr": "~0.0.4",
"chalk": "^1.0.0",
"commander": "~2.0.0",
"moment": "^2.10.2"
},
"devDependencies": {}
"name": "cml-cli",
"version": "0.0.15",
"description": "Simple wrapper for build scripts to stabilize API and to scaffold views and common patterns of cml-frontend boilerplate. Not for standalone usage.",
"bin": {
"cml-cli": "./bin/cml-cli"
},
"scripts": {},
"author": {
"name": "Viktor Bezdek",
"email": "viktor.bezdek@gmail.com",
"url": "https://github.com/viktorbezdek"
},
"repository": {
"type": "git",
"url": "https://github.com/viktorbezdek/cml-cli"
},
"license": "MIT",
"bugs": "https://github.com/viktorbezdek/cml-cli/issues",
"dependencies": {
"autocmdr": "~0.0.4",
"chalk": "^1.0.0",
"commander": "~2.0.0",
"moment": "^2.10.2"
},
"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