Socket
Socket
Sign inDemoInstall

@capacitor/cli

Package Overview
Dependencies
Maintainers
5
Versions
845
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/cli - npm Package Compare versions

Comparing version 0.0.68 to 0.0.69

8

dist/android/open.js

@@ -19,9 +19,7 @@ "use strict";

common_1.logError('Unable to launch Android Studio. Make sure the latest version of Android Studio is installed, or,' +
'if you\'ve installed Android Studio in a custom location, configure "androidStudioPath" in the "windows" section' +
'of your capacitor.config.json to point to the location of studio64.exe, using JavaScript-escaped paths:\n' +
'if you\'ve installed Android Studio in a custom location, configure "windowsAndroidStudioPath" ' +
'your capacitor.config.json to point to the location of studio64.exe, using JavaScript-escaped paths:\n' +
'Example:\n' +
'{\n' +
' "windows": {\n' +
' "androidStudioPath": "H:\\Android Studio\\bin\\studio64.exe"\n' +
' }\n' +
' "windowsAndroidStudioPath": "H:\\Android Studio\\bin\\studio64.exe"\n' +
'}');

@@ -28,0 +26,0 @@ }

@@ -53,2 +53,3 @@ "use strict";

package: Package,
windowsAndroidStudioPath: 'C:\\Program Files\\Android Studio\\bin\\studio64.exe',
extConfigName: 'capacitor.config.json',

@@ -93,2 +94,3 @@ extConfigFilePath: '',

this.initPluginsConfig();
this.initWindowsConfig();
this.loadExternalConfig();

@@ -126,2 +128,5 @@ this.mergeConfigData();

}
initWindowsConfig() {
this.windows.androidStudioPath = this.app.windowsAndroidStudioPath;
}
initPluginsConfig() {

@@ -128,0 +133,0 @@ this.plugins.assets.templateDir = path_1.join(this.cli.assetsDir, this.plugins.assets.templateName);

{
"name": "@capacitor/cli",
"version": "0.0.68",
"version": "0.0.69",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",

@@ -5,0 +5,0 @@ "homepage": "https://ionic-team.github.io/capacitor/",

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