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

@nuxt/schema

Package Overview
Dependencies
Maintainers
5
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/schema - npm Package Compare versions

Comparing version 3.5.1 to 3.5.2

10

package.json
{
"name": "@nuxt/schema",
"version": "3.5.1",
"version": "3.5.2",
"repository": "nuxt/nuxt",

@@ -34,8 +34,8 @@ "license": "MIT",

"unbuild": "latest",
"unctx": "^2.3.0",
"vite": "~4.3.8",
"unctx": "^2.3.1",
"vite": "~4.3.9",
"vue": "3.3.4",
"vue-bundle-renderer": "^1.0.3",
"vue-router": "^4.2.1",
"webpack": "^5.83.1"
"vue-router": "^4.2.2",
"webpack": "^5.84.1"
},

@@ -42,0 +42,0 @@ "dependencies": {

@@ -118,3 +118,3 @@

You can find the code for Nuxt 2 on the [`2.x` branch](https://github.com/nuxt/nuxt/tree/2.x) and the documentation at [nuxtjs.org](https://nuxtjs.org).
You can find the code for Nuxt 2 on the [`2.x` branch](https://github.com/nuxt/nuxt/tree/2.x) and the documentation at [v2.nuxt.com](https://v2.nuxt.com).

@@ -121,0 +121,0 @@ ## Follow us

@@ -1036,4 +1036,2 @@ import type { ComponentsOptions } from '../src/types/components'

* @see https://github.com/parcel-bundler/watcher
*
* @default chokidar
*/

@@ -1311,5 +1309,5 @@ watcher: 'chokidar' | 'parcel' | 'chokidar-granular',

/**
* Enables Common CSS Extraction using [Vue Server Renderer guidelines](https://ssr.vuejs.org/guide/css.html).
* Enables Common CSS Extraction.
*
* Using [extract-css-chunks-webpack-plugin](https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/) under the hood, your CSS will be extracted into separate files, usually one per component. This allows caching your CSS and JavaScript separately and is worth trying if you have a lot of global or shared CSS.
* Using [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) under the hood, your CSS will be extracted into separate files, usually one per component. This allows caching your CSS and JavaScript separately.
*

@@ -1316,0 +1314,0 @@ * @default true

@@ -1061,6 +1061,6 @@

> Enables Common CSS Extraction using [Vue Server Renderer guidelines](https://ssr.vuejs.org/guide/css.html).
> Enables Common CSS Extraction.
Using [extract-css-chunks-webpack-plugin](https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/) under the hood, your CSS will be extracted into separate files, usually one per component. This allows caching your CSS and JavaScript separately and is worth trying if you have a lot of global or shared CSS.
Using [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) under the hood, your CSS will be extracted into separate files, usually one per component. This allows caching your CSS and JavaScript separately.

@@ -1067,0 +1067,0 @@

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

Sorry, the diff of this file is not supported yet

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