Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nuxt/cli

Package Overview
Dependencies
Maintainers
6
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/cli - npm Package Compare versions

Comparing version 2.17.3 to 2.17.4

2

dist/cli-banner.js
/*!
* @nuxt/cli v2.17.3 (c) 2016-2024
* @nuxt/cli v2.17.4 (c) 2016-2024
* Released under the MIT License

@@ -4,0 +4,0 @@ * Repository: https://github.com/nuxt/nuxt.js

/*!
* @nuxt/cli v2.17.3 (c) 2016-2024
* @nuxt/cli v2.17.4 (c) 2016-2024
* Released under the MIT License

@@ -4,0 +4,0 @@ * Repository: https://github.com/nuxt/nuxt.js

/*!
* @nuxt/cli v2.17.3 (c) 2016-2024
* @nuxt/cli v2.17.4 (c) 2016-2024
* Released under the MIT License

@@ -4,0 +4,0 @@ * Repository: https://github.com/nuxt/nuxt.js

/*!
* @nuxt/cli v2.17.3 (c) 2016-2024
* @nuxt/cli v2.17.4 (c) 2016-2024
* Released under the MIT License

@@ -4,0 +4,0 @@ * Repository: https://github.com/nuxt/nuxt.js

/*!
* @nuxt/cli v2.17.3 (c) 2016-2024
* @nuxt/cli v2.17.4 (c) 2016-2024
* Released under the MIT License

@@ -4,0 +4,0 @@ * Repository: https://github.com/nuxt/nuxt.js

/*!
* @nuxt/cli v2.17.3 (c) 2016-2024
* @nuxt/cli v2.17.4 (c) 2016-2024
* Released under the MIT License

@@ -4,0 +4,0 @@ * Repository: https://github.com/nuxt/nuxt.js

/*!
* @nuxt/cli v2.17.3 (c) 2016-2024
* @nuxt/cli v2.17.4 (c) 2016-2024
* Released under the MIT License

@@ -118,3 +118,3 @@ * Repository: https://github.com/nuxt/nuxt.js

function warningBox(message, title) {
return box(message, title || chalk.yellow("\u26A0 Nuxt Warning"), {
return box(message, chalk.yellow("\u26A0 Nuxt Warning"), {
borderColor: "yellow"

@@ -129,3 +129,3 @@ });

function fatalBox(message, title) {
return errorBox(message, title || chalk.red("\u2716 Nuxt Fatal Error"));
return errorBox(message, chalk.red("\u2716 Nuxt Fatal Error"));
}

@@ -292,3 +292,3 @@

var name = "@nuxt/cli";
var version = "2.17.3";
var version = "2.17.4";

@@ -295,0 +295,0 @@ async function loadNuxtConfig(argv, configContext) {

/*!
* @nuxt/cli v2.17.3 (c) 2016-2024
* @nuxt/cli v2.17.4 (c) 2016-2024
* Released under the MIT License

@@ -4,0 +4,0 @@ * Repository: https://github.com/nuxt/nuxt.js

/*!
* @nuxt/cli v2.17.3 (c) 2016-2024
* @nuxt/cli v2.17.4 (c) 2016-2024
* Released under the MIT License

@@ -4,0 +4,0 @@ * Repository: https://github.com/nuxt/nuxt.js

/*!
* @nuxt/cli v2.17.3 (c) 2016-2024
* @nuxt/cli v2.17.4 (c) 2016-2024
* Released under the MIT License

@@ -4,0 +4,0 @@ * Repository: https://github.com/nuxt/nuxt.js

/*!
* @nuxt/cli v2.17.3 (c) 2016-2024
* @nuxt/cli v2.17.4 (c) 2016-2024
* Released under the MIT License

@@ -4,0 +4,0 @@ * Repository: https://github.com/nuxt/nuxt.js

{
"name": "@nuxt/cli",
"version": "2.17.3",
"version": "2.17.4",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/nuxt.js.git"
"url": "git+https://github.com/nuxt/nuxt.git",
"directory": "packages/cli"
},

@@ -18,4 +19,4 @@ "license": "MIT",

"dependencies": {
"@nuxt/config": "2.17.3",
"@nuxt/utils": "2.17.3",
"@nuxt/config": "2.17.4",
"@nuxt/utils": "2.17.4",
"boxen": "^5.1.2",

@@ -28,6 +29,6 @@ "chalk": "^4.1.2",

"defu": "^6.1.4",
"destr": "^2.0.2",
"destr": "^2.0.3",
"execa": "^5.1.1",
"exit": "^0.1.2",
"fs-extra": "^10.1.0",
"fs-extra": "^11.2.0",
"globby": "^11.0.4",

@@ -39,3 +40,3 @@ "hookable": "^4.4.1",

"pretty-bytes": "^5.6.0",
"semver": "^7.5.4",
"semver": "^7.6.2",
"serve-static": "^1.15.0",

@@ -42,0 +43,0 @@ "std-env": "^3.7.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