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

phonegap-build

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phonegap-build - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

2

lib/phonegap-build/create/zip.js

@@ -55,3 +55,3 @@ /*

if(process.env.OS == "Windows_NT") {
cmd = 'wscript '+ path.join('..', '..', '..', 'res', 'windows', 'zip.js') + ' ' + zipPath + ' .';
cmd = 'wscript '+ path.join(__dirname, '..', '..', '..', 'res', 'windows', 'zip.js') + ' ' + zipPath + ' .';
}

@@ -58,0 +58,0 @@ else {

{
"name": "phonegap-build",
"description": "PhoneGap Build node library.",
"version": "0.8.1",
"version": "0.8.2",
"homepage": "http://github.com/mwbrooks/node-phonegap-build",

@@ -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