Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

openfin-cli

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openfin-cli - npm Package Compare versions

Comparing version 1.0.3 to 1.1.1

2

cli.js

@@ -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>',

@@ -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"
}
}
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