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

@nuxt/cli

Package Overview
Dependencies
Maintainers
3
Versions
70
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.10.2 to 2.11.0

2

dist/cli-banner.js
/*!
* @nuxt/cli v2.10.2 (c) 2016-2019
* @nuxt/cli v2.11.0 (c) 2016-2019

@@ -4,0 +4,0 @@ * - All the amazing contributors

/*!
* @nuxt/cli v2.10.2 (c) 2016-2019
* @nuxt/cli v2.11.0 (c) 2016-2019

@@ -4,0 +4,0 @@ * - All the amazing contributors

/*!
* @nuxt/cli v2.10.2 (c) 2016-2019
* @nuxt/cli v2.11.0 (c) 2016-2019

@@ -4,0 +4,0 @@ * - All the amazing contributors

/*!
* @nuxt/cli v2.10.2 (c) 2016-2019
* @nuxt/cli v2.11.0 (c) 2016-2019

@@ -4,0 +4,0 @@ * - All the amazing contributors

/*!
* @nuxt/cli v2.10.2 (c) 2016-2019
* @nuxt/cli v2.11.0 (c) 2016-2019

@@ -52,4 +52,4 @@ * - All the amazing contributors

const usage = index$1.foldLines(`Usage: nuxt <command> [--help|-h]`, index$1.startSpaces);
const cmds = index$1.foldLines(`Commands:`, index$1.startSpaces) + '\n\n' + _cmds;
const usage = index$1.foldLines('Usage: nuxt <command> [--help|-h]', index$1.startSpaces);
const cmds = index$1.foldLines('Commands:', index$1.startSpaces) + '\n\n' + _cmds;

@@ -56,0 +56,0 @@ process.stderr.write(index$1.colorize(`${usage}\n\n${cmds}\n\n`));

/*!
* @nuxt/cli v2.10.2 (c) 2016-2019
* @nuxt/cli v2.11.0 (c) 2016-2019

@@ -4,0 +4,0 @@ * - All the amazing contributors

/*!
* @nuxt/cli v2.10.2 (c) 2016-2019
* @nuxt/cli v2.11.0 (c) 2016-2019

@@ -4,0 +4,0 @@ * - All the amazing contributors

/*!
* @nuxt/cli v2.10.2 (c) 2016-2019
* @nuxt/cli v2.11.0 (c) 2016-2019

@@ -4,0 +4,0 @@ * - All the amazing contributors

{
"name": "@nuxt/cli",
"version": "2.10.2",
"version": "2.11.0",
"repository": "nuxt/nuxt.js",

@@ -15,9 +15,9 @@ "license": "MIT",

"dependencies": {
"@nuxt/config": "2.10.2",
"@nuxt/utils": "2.10.2",
"boxen": "^4.1.0",
"@nuxt/config": "2.11.0",
"@nuxt/utils": "2.11.0",
"boxen": "^4.2.0",
"chalk": "^2.4.2",
"consola": "^2.10.1",
"consola": "^2.11.1",
"esm": "^3.2.25",
"execa": "^3.2.0",
"execa": "^3.4.0",
"exit": "^0.1.2",

@@ -30,3 +30,3 @@ "fs-extra": "^8.1.0",

"std-env": "^2.2.1",
"wrap-ansi": "^6.0.0"
"wrap-ansi": "^6.2.0"
},

@@ -33,0 +33,0 @@ "publishConfig": {

Sorry, the diff of this file is too big to display

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