Socket
Socket
Sign inDemoInstall

@vaadin/cli

Package Overview
Dependencies
Maintainers
12
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.8.0 to 2.9.0

2

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

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

@@ -19,2 +19,3 @@ #!/usr/bin/env node

.option("--pre", "Use the latest pre release (if available)")
.option("--next", "Use the pre release for the next major version (if available)")
.option("--auth", "Add authentication support to the application")

@@ -60,2 +61,4 @@ .option("--push", "Add experimental push support to Hilla applications")

preset += "&preset=partial-prerelease";
} else if (options.next) {
preset += "&preset=partial-nextprerelease";
} else if (options.latest) {

@@ -62,0 +65,0 @@ preset += "&preset=partial-latest";

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