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.1.2 to 1.1.3

7

index.js

@@ -15,5 +15,6 @@ 'use strict';

name = flags.n || flags.name,
url = parseURLOrFile(flags.u || flags.url),
url = flags.u || flags.url,
config = flags.c || flags.config || 'app.json',
launch = flags.l || flags.launch;
launch = flags.l || flags.launch,
parsedUrl = url ? parseURLOrFile(url) : url;

@@ -26,3 +27,3 @@ if (isEmpty(flags)) {

try {
writeToConfig(name, url, config, function(configObj) {
writeToConfig(name, parsedUrl, config, function(configObj) {
if (launch) {

@@ -29,0 +30,0 @@ launchOpenfin(config);

{
"name": "openfin-cli",
"version": "1.1.2",
"version": "1.1.3",
"description": "OpenFin Runtime cli tool",

@@ -5,0 +5,0 @@ "homepage": "http://www.openfin.co",

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