Socket
Socket
Sign inDemoInstall

youi-cli

Package Overview
Dependencies
Maintainers
2
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

youi-cli - npm Package Compare versions

Comparing version 2.2.8-beta2 to 2.2.8-beta3

cmake_install.cmake

4

dist/doctor.js

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

var dopts = [
{ cmd: 'yarn', args: '--version', minVersion: '1.7.0', name: 'yarn' },
{ cmd: 'yarn', args: '--version', minVersion: '1.3.0', name: 'yarn' },
{ cmd: 'npm', args: '--version', minVersion: '5.0.0', name: 'npm' },

@@ -79,3 +79,3 @@ ];

catch (error) {
winston.error("Caught exception in checkThisRequirements(): " + error.message);
winston.warn("Caught exception in checkThisRequirements(): " + error.message);
console.log(chalk_1.default.bold.red("Error: ") + error.message);

@@ -82,0 +82,0 @@ if (exitOnError) {

@@ -208,3 +208,3 @@ "use strict";

if (typeof mergeResult === 'boolean') {
winston.error("Merging '" + projectPackageJsonFile + "' and '" + templatePackageJsonFile + "' failed.");
winston.warn("Merging '" + projectPackageJsonFile + "' and '" + templatePackageJsonFile + "' failed.");
console.log(chalk.bold.red('ERROR:') + " Could not merge '" + projectPackageJsonFile + "' and '" + templatePackageJsonFile + "'. A manual inspection of the files will need to be done.");

@@ -211,0 +211,0 @@ }

{
"name": "youi-cli",
"version": "2.2.8-beta2",
"version": "2.2.8-beta3",
"description": "youi.tv CLI tools for managing You.i Engine One, SDK versions and react applications.",

@@ -5,0 +5,0 @@ "main": "index.js",

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