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 0.0.16 to 0.0.17

2

index.js

@@ -79,3 +79,3 @@ 'use strict';

var stdout = data.toString();
if (!stdout.test(/error:/gi)) {
if (!(/error:/gi).test(stdout)) {
stdout = stdout

@@ -82,0 +82,0 @@ .replace(/\[[0-9:]{6,10}\]/gi, chalk.white.bold.underline('$&'))

{
"name": "cml-cli",
"version": "0.0.16",
"version": "0.0.17",
"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 @@ "bin": {

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