New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

openfin-cli

Package Overview
Dependencies
Maintainers
1
Versions
69
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.1.0 to 0.1.1

7

index.js

@@ -10,3 +10,3 @@ 'use strict';

url = flags.u || flags.url,
config = flags.c || flags.config || 'config.json',
config = flags.c || flags.config || 'app.json',
launch = flags.l || flags.launch;

@@ -77,2 +77,3 @@

var startup_app = {},
shortcut = {},
configAction,

@@ -92,2 +93,3 @@ actionMessage;

startup_app.name = name;
shortcut.name = name;
}

@@ -101,3 +103,4 @@ if (url) {

configAction({
startup_app: startup_app
startup_app: startup_app,
shortcut: shortcut
}, config).fail(function(err) {

@@ -104,0 +107,0 @@ console.log(err);

{
"name": "openfin-cli",
"version": "0.1.0",
"version": "0.1.1",
"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