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.0.2 to 1.0.3

3

index.js

@@ -7,2 +7,3 @@ 'use strict';

request = require('request'),
parseURLOrFile = require('./parse-url-or-file'),
meow;

@@ -15,3 +16,3 @@

name = flags.n || flags.name,
url = flags.u || flags.url,
url = parseURLOrFile(flags.u || flags.url),
config = flags.c || flags.config || 'app.json',

@@ -18,0 +19,0 @@ launch = flags.l || flags.launch;

{
"name": "openfin-cli",
"version": "1.0.2",
"version": "1.0.3",
"description": "OpenFin Runtime cli tool",

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

"scripts": {
"test": "grunt",
"test": "grunt mochacli",
"prepublish": "node download-rvm.js"

@@ -44,0 +44,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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