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

phonegap

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phonegap - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

doc/cli/help.run.txt

1

doc/cli/help.build.txt

@@ -27,2 +27,3 @@ Usage: $0 build <platform>

$0 local build <platform>
$0 remote build <platform>

@@ -11,2 +11,3 @@ Usage: $0 [options] [commands]

build <platform> build a specific platform
run <platform> build and install a specific platform
local [command] development on local system

@@ -13,0 +14,0 @@ remote [command] development in cloud with phonegap/build

3

lib/cli.js

@@ -25,4 +25,5 @@ /*!

CLI.prototype.argv = require('./cli/argv');
CLI.prototype.create = require('./cli/create');
CLI.prototype.build = require('./cli/build');
CLI.prototype.create = require('./cli/create');
CLI.prototype.run = require('./cli/run');
CLI.prototype.help = require('./cli/help');

@@ -29,0 +30,0 @@ CLI.prototype.local = require('./cli/local');

@@ -33,7 +33,10 @@ /*!

this.create = require('./phonegap/create').init(this);
this.run = require('./phonegap/run').init(this);
this.local.build = require('./phonegap/local.build').init(this);
this.local.run = require('./phonegap/local.run').init(this);
this.remote.build = require('./phonegap/remote.build').init(this);
this.remote.login = require('./phonegap/remote.login').init(this);
this.remote.logout = require('./phonegap/remote.logout').init(this);
this.remote.build = require('./phonegap/remote.build').init(this);
this.remote.run = require('./phonegap/remote.run').init(this);

@@ -40,0 +43,0 @@ }

{
"name": "phonegap",
"description": "PhoneGap command-line interface and node.js library.",
"version": "0.7.1",
"version": "0.7.2",
"homepage": "http://github.com/mwbrooks/phonegap-cli",

@@ -6,0 +6,0 @@ "repository": {

@@ -23,2 +23,3 @@ # PhoneGap CLI [![Build Status][travis-ci-img]][travis-ci-url]

build <platform> build a specific platform
run <platform> build and install a specific platform
local [command] development on local system

@@ -25,0 +26,0 @@ remote [command] development in cloud with phonegap/build

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