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.86 to 0.0.87-0

4

dist/config.js

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

if (platformName === 'web') {
testDir = path_1.join(this.app.rootDir, this.app.webDir);
testDir = this.app.webDir;
}

@@ -223,3 +223,3 @@ fs_1.accessSync(testDir);

const chalk = require('chalk');
if (platformName == 'web') {
if (platformName === 'web') {
common_1.logFatal(`Could not find the web platform directory. Make sure ${chalk.bold(this.app.webDir)} exists.`);

@@ -226,0 +226,0 @@ }

{
"name": "@capacitor/cli",
"version": "0.0.86",
"version": "0.0.87-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