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 2.9.0-0.13.0 to 2.9.0-0.13.1

12

bin/phonegap.js

@@ -8,3 +8,13 @@ #!/usr/bin/env node

var CLI = require('../lib/cli'),
argv = require('optimist').argv;
argv = require('optimist').boolean('d')
.boolean('device')
.boolean('e')
.boolean('emulator')
.boolean('V')
.boolean('verbose')
.boolean('v')
.boolean('version')
.boolean('h')
.boolean('help')
.argv;

@@ -11,0 +21,0 @@ /*!

2

package.json
{
"name": "phonegap",
"description": "PhoneGap command-line interface and node.js library.",
"version": "2.9.0-0.13.0",
"version": "2.9.0-0.13.1",
"homepage": "http://github.com/mwbrooks/phonegap-cli",

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

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