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.7 to 2.0.8

10

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

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

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

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

4

package.json
{
"name": "openfin-cli",
"version": "2.0.7",
"version": "2.0.8",
"description": "OpenFin Runtime cli tool",

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

"dependencies": {
"hadouken-js-adapter": "^0.39.1",
"hadouken-js-adapter": "^0.40.1",
"meow": "^5.0.0",

@@ -28,0 +28,0 @@ "openfin-config-builder": "latest",

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