@capacitor/create-app
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16485
0