Socket
Socket
Sign inDemoInstall

flexmonster-cli

Package Overview
Dependencies
130
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.9.3 to 2.9.4

2

package.json
{
"name": "flexmonster-cli",
"version": "2.9.3",
"version": "2.9.4",
"description": "CLI for Flexmonster Pivot Table & Charts installation",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -11,3 +11,3 @@ import commander from 'commander';

export const VERSION = '2.9.3';
export const VERSION = '2.9.4';

@@ -14,0 +14,0 @@ export const COMMANDS = [{

@@ -294,2 +294,3 @@ import chalk from 'chalk';

console.log('~ there is no %s for %s operating system', toolObj.title, chalk.blueBright(getOSString()));
if (isMacOS(process.platform)) console.log(' try %s as a possible solution or', chalk.underline('https://www.flexmonster.com/doc/troubleshooting-cli/#no-fds-for-macos'));
console.log(' contact us at %s to address any questions', chalk.underline('https://www.flexmonster.com/technical-support/'));

@@ -351,2 +352,3 @@ console.log('');

console.log('~ there is no %s for %s operating system', toolObj.title, chalk.blueBright(getOSString()));
if (isMacOS(process.platform)) console.log(' try %s as a possible solution or', chalk.underline('https://www.flexmonster.com/doc/troubleshooting-cli/#no-fds-for-macos'));
console.log(' contact us at %s to address any questions', chalk.underline('https://www.flexmonster.com/technical-support/'));

@@ -353,0 +355,0 @@ console.log('');

@@ -251,2 +251,3 @@ import chalk from 'chalk';

console.log('~ there is no %s for %s operating system', toolObj.title, chalk.blueBright(getOSString()));
if (isMacOS(process.platform)) console.log(' try %s as a possible solution or', chalk.underline('https://www.flexmonster.com/doc/troubleshooting-cli/#no-fds-for-macos'));
console.log(' contact us at %s to address any questions', chalk.underline('https://www.flexmonster.com/technical-support/'));

@@ -253,0 +254,0 @@ console.log('');

@@ -86,2 +86,8 @@ import chalk from 'chalk';

break;
case "arm":
osStr += " (ARM)";
break;
case "arm64":
osStr += " (ARM64)";
break;
default:

@@ -88,0 +94,0 @@ osStr += " (unknown)";

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc