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

openfin-cli

Package Overview
Dependencies
Maintainers
12
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 2.0.2 to 2.0.3

8

index.js
'use strict';
var configBuilder = require('openfin-config-builder'),
{ connect } = require('hadouken-js-adapter'),
{ launch } = require('hadouken-js-adapter'),
path = require('path'),

@@ -59,8 +59,8 @@ fs = require('fs'),

const manifestUrl = isURL(config) ? config : path.resolve(config);
const fin = await connect({
await launch({
uuid: 'openfin-cli-server-connection',
manifestUrl,
nonPersistent: true
nonPersistent: true,
installerUI: true
});
fin.once('disconnected', process.exit);
} catch (err) {

@@ -67,0 +67,0 @@ console.error(err);

{
"name": "openfin-cli",
"version": "2.0.2",
"version": "2.0.3",
"description": "OpenFin Runtime cli tool",

@@ -28,3 +28,2 @@ "homepage": "http://www.openfin.co",

"openfin-config-builder": "latest",
"openfin-installer": "latest",
"request": "^2.87.0"

@@ -31,0 +30,0 @@ },

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