Socket
Socket
Sign inDemoInstall

@capacitor/cli

Package Overview
Dependencies
Maintainers
5
Versions
847
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.113 to 1.0.0-alpha.0

4

dist/android/add.js

@@ -10,6 +10,6 @@ "use strict";

await common_1.runTask(`Adding native android project in: ${config.android.platformDir}`, async () => {
await fs_extra_1.copy(config.android.assets.templateDir, config.android.platformDir);
return fs_extra_1.copy(config.android.assets.templateDir, config.android.platformDir);
});
await common_1.runTask(`Syncing Gradle`, async () => {
await createLocalProperties(config.android.platformDir);
return createLocalProperties(config.android.platformDir);
});

@@ -16,0 +16,0 @@ }

@@ -46,3 +46,3 @@ "use strict";

// Say something nice
await printNextSteps(config);
printNextSteps(config);
}

@@ -113,3 +113,3 @@ catch (e) {

async function addPlatforms(config, dir) {
await common_3.runTask(chalk_1.default `Adding initial platforms`, async () => {
await common_3.runTask(chalk_1.default `{green {bold add}} default platforms`, async () => {
if (config.cli.os == definitions_1.OS.Mac) {

@@ -129,3 +129,3 @@ await add_2.addIOS(config);

}
async function printNextSteps(config) {
function printNextSteps(config) {
common_3.log(chalk_1.default `{green ✔} Your app is ready!`);

@@ -132,0 +132,0 @@ common_3.log(`\nNext steps:`);

{
"name": "@capacitor/cli",
"version": "0.0.113",
"version": "1.0.0-alpha.0",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",

@@ -5,0 +5,0 @@ "homepage": "https://capacitor.ionicframework.com/",

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