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 1.0.0-alpha.0 to 1.0.0-alpha.1

assets/ios-template/.DS_Store

6

dist/android/add.js

@@ -19,3 +19,5 @@ "use strict";

const defaultAndroidPath = path_1.join(os_1.homedir(), 'Library/Android/sdk');
console.log('Creating local properties', defaultAndroidPath);
if (await fs_1.existsAsync(defaultAndroidPath)) {
console.log('Exists! Doing the settings', platformDir);
const localSettings = `

@@ -44,4 +46,4 @@ ## This file is automatically generated by Android Studio.

}
async function gradleSync(platformDir) {
await common_1.runCommand(`${platformDir}/gradlew`);
function gradleSync(platformDir) {
return common_1.runCommand(`${platformDir}/gradlew build`);
}
{
"name": "@capacitor/cli",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "Capacitor: Cross-platform apps with JavaScript and the web",

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

Sorry, the diff of this file is not supported yet

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