New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@capacitor/create-app

Package Overview
Dependencies
Maintainers
7
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/create-app - npm Package Compare versions

Comparing version

to
0.1.3

2

dist/template.js

@@ -22,4 +22,4 @@ "use strict";

const contents = await fs_1.readFile(p, { encoding: 'utf8' });
const result = mustache_1.default.render(contents, { CAPACITOR_VERSION: 'next' });
const result = mustache_1.default.render(contents, { CAPACITOR_VERSION: 'latest' });
await fs_1.writeFile(p, result, { encoding: 'utf8' });
};
{
"name": "@capacitor/create-app",
"version": "0.1.2",
"version": "0.1.3",
"description": "Create a new Capacitor project",

@@ -5,0 +5,0 @@ "author": "Ionic Team <hi@ionicframework.com>",

@@ -12,3 +12,3 @@ # Create Capacitor App

```
npm init @capacitor/app [<path>] [options]
npm init @capacitor/app [<path>] -- [options]
```

@@ -20,5 +20,5 @@

- `npx @capacitor/create-app`
- `yarn create @capacitor/app`
- `npm install -g @capacitor/create-app && create-capacitor-app`
- `npx @capacitor/create-app [<path>] [options]`
- `yarn create @capacitor/app [<path>] [options]`
- `npm install -g @capacitor/create-app && create-capacitor-app [<path>] [options]`

@@ -25,0 +25,0 @@ ### Options

Sorry, the diff of this file is not supported yet