Socket
Socket
Sign inDemoInstall

@vaadin/cli

Package Overview
Dependencies
Maintainers
19
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vaadin/cli - npm Package Compare versions

Comparing version 2.3.1 to 2.4.0

2

package.json
{
"name": "@vaadin/cli",
"version": "2.3.1",
"version": "2.4.0",
"description": "A CLI for creating Vaadin applications",

@@ -5,0 +5,0 @@ "keywords": [

@@ -11,3 +11,4 @@ #!/usr/bin/env node

program
.option("--fusion", "Create a project with TypeScript and LitElement views")
.option("--hilla", "Create a project with TypeScript and LitElement views")
.option("--fusion", "Deprecated. Use --hilla instead")
.option("--empty", "Create a project with no menu and one empty view")

@@ -38,4 +39,7 @@ .option(

if (program.fusion) {
if (program.hilla) {
preset += "&preset=partial-typescript";
preset += "&preset=partial-prerelease";
} else if (program.fusion) {
preset += "&preset=partial-typescript";
}

@@ -42,0 +46,0 @@

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