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.4.1 to 0.5.0

doc/cli/help.build.txt

1

doc/cli/help.txt

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

create <path> create a phonegap project
build <platform> build a specific platform
remote [command] cloud development with phonegap/build

@@ -13,0 +14,0 @@ help [command] output usage information

5

lib/cli.js

@@ -23,3 +23,6 @@ /*

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

@@ -32,4 +35,2 @@ CLI.prototype.remote = require('./cli/remote');

CLI.prototype.version = require('./cli/version');
CLI.prototype.create = require('./cli/create');
CLI.prototype.app = require('./cli/app');

@@ -36,0 +37,0 @@ /*

@@ -23,3 +23,3 @@ /*!

// display help on $ phonegap-build create
// display help on $ phonegap create
if (argv._.length <= 1) {

@@ -26,0 +26,0 @@ argv._.unshift('help');

@@ -20,3 +20,3 @@ /*!

// display help on $ phonegap-build create
// display help on $ phonegap create
if (argv._.length <= 1) {

@@ -23,0 +23,0 @@ argv._.unshift('help');

{
"name": "phonegap",
"description": "PhoneGap command-line interface and node.js library.",
"version": "0.4.1",
"version": "0.5.0",
"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]

create <path> create a phonegap project
build <platform> build a specific platform
remote [command] cloud development with phonegap/build

@@ -25,0 +26,0 @@ help [command] output usage information

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