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

openfin-cli

Package Overview
Dependencies
Maintainers
1
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 0.0.3 to 0.0.4

download-rvm.js

3

index.js

@@ -38,3 +38,4 @@ 'use strict';

openfinLauncher.launchOpenFin({
configPath: path.resolve(config)
configPath: path.resolve(config),
rvmGlobalCommand: 'OpenFinRVM'
}).fail(function(err) {

@@ -41,0 +42,0 @@ console.log('launch failed', err);

{
"name": "openfin-cli",
"version": "0.0.3",
"version": "0.0.4",
"description": "OpenFin Runtime cli tool",

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

"index.js",
"cli.js"
"cli.js",
"download-rvm.js"
],

@@ -24,4 +25,4 @@ "keywords": [

"meow": "^2.0.0",
"openfin-config-builder": "^1.0.4",
"openfin-launcher": "^0.1.3"
"openfin-config-builder": ">=1.0.6",
"openfin-launcher": ">=0.2.0"
},

@@ -40,7 +41,9 @@ "devDependencies": {

"scripts": {
"test": "grunt"
"test": "grunt",
"postinstall" : "node download-rvm.js"
},
"bin": {
"openfin": "cli.js"
"openfin": "cli.js",
"OpenFinRVM" : "OpenFinRVM.exe"
}
}

@@ -1,3 +0,5 @@

> OpenFin Runtime cli tool
# OpenFin Runtime cli tool
[![Build Status](https://travis-ci.org/openfin/openfin-cli.svg?branch=master)](https://travis-ci.org/openfin/openfin-cli)
The OpenFin Cli tool will allow you to launch the OpenFin runtime given a url or a configuration file, it will also allow you to create configuration files by giving only name and url.

@@ -4,0 +6,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