openfin-cli
Advanced tools
Comparing version 1.0.3 to 1.1.1
@@ -20,3 +20,3 @@ #!/usr/bin/env node | ||
'--file-name <application name to be used in the config>', | ||
@@ -23,0 +23,0 @@ '--no-ext <If set “true”, the file is extention-less>', |
15
index.js
@@ -46,7 +46,7 @@ 'use strict'; | ||
fetchOptions = { | ||
noExt : flags.noExt || null, | ||
rvmConfig : flags.rvmConfig || null, | ||
supportEmail : flags.supportEmail || null, | ||
dnl : flags.dnl || null, | ||
destination : flags.d || flags.destination, | ||
noExt: flags.noExt || null, | ||
rvmConfig: flags.rvmConfig || null, | ||
supportEmail: flags.supportEmail || null, | ||
dnl: flags.dnl || null, | ||
destination: flags.d || flags.destination, | ||
config: flags.c || null, | ||
@@ -68,3 +68,3 @@ name: name | ||
if (hyperlink) { | ||
console.log('\n', openfinInstaller.generateInstallUrl(encodeURIComponent(name), fetchOptions.config, | ||
@@ -97,4 +97,3 @@ fetchOptions.noExt, fetchOptions.rvmConfig, fetchOptions.supportEmail, fetchOptions.dnl), '\n'); | ||
openfinLauncher.launchOpenFin({ | ||
configPath: isURL(config) ? config : path.resolve(config), | ||
rvmGlobalCommand: 'OpenFinRVM' | ||
configPath: isURL(config) ? config : path.resolve(config) | ||
}).fail(function(err) { | ||
@@ -101,0 +100,0 @@ onError('launch failed', err); |
{ | ||
"name": "openfin-cli", | ||
"version": "1.0.3", | ||
"version": "1.1.1", | ||
"description": "OpenFin Runtime cli tool", | ||
@@ -15,5 +15,3 @@ "homepage": "http://www.openfin.co", | ||
"index.js", | ||
"cli.js", | ||
"download-rvm.js", | ||
"OpenFinRVM.exe" | ||
"cli.js" | ||
], | ||
@@ -42,9 +40,7 @@ "keywords": [ | ||
"scripts": { | ||
"test": "grunt mochacli", | ||
"prepublish": "node download-rvm.js" | ||
"test": "grunt mochacli" | ||
}, | ||
"bin": { | ||
"openfin": "cli.js", | ||
"OpenFinRVM": "OpenFinRVM.exe" | ||
"openfin": "cli.js" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
0
10028
5
155