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.0.0-rc.3 to 3.0.0-rc.4

4

package.json
{
"name": "@nuxt/schema",
"version": "3.0.0-rc.3",
"version": "3.0.0-rc.4",
"repository": "nuxt/framework",

@@ -31,3 +31,3 @@ "license": "MIT",

"ufo": "^0.8.4",
"unimport": "^0.1.9"
"unimport": "^0.2.7"
},

@@ -34,0 +34,0 @@ "engines": {

@@ -470,3 +470,3 @@ {

"profile": false,
"extractCSS": false,
"extractCSS": true,
"cssSourceMap": false,

@@ -572,3 +572,4 @@ "serverURLPolyfill": "url",

"viteNode": false,
"reactivityTransform": false
"reactivityTransform": false,
"externalVue": false
},

@@ -627,5 +628,5 @@ "builder": "@nuxt/vite-builder",

"versionBase": "",
"version": "1652173222"
"version": "1655130241"
}
}
}

@@ -85,3 +85,3 @@

This can be set to a different value at runtime by setting the CDN_URL environment variable.
This can be set to a different value at runtime by setting the NUXT_APP_CDN_URL environment variable.

@@ -1034,4 +1034,4 @@

## `extractCSS`
- **Type**: `false | MiniCssExtractPluginPluginOptions`
- **Default**: `false`
- **Type**: `boolean | MiniCssExtractPluginPluginOptions`
- **Default**: `true`

@@ -1443,2 +1443,9 @@ > Enables Common CSS Extraction using [Vue Server Renderer guidelines](https://ssr.vuejs.org/guide/css.html).

## `externalVue`
- **Type**: `boolean`
- **Default**: `false`
> Externalize `vue`, `@vue/*` and `vue-router` when build
# `builder`

@@ -2594,4 +2601,4 @@ - **Type**: `'vite' | 'webpack' | { bundle: (nuxt: SrcTypesNuxtNuxt) => Promise<void> }`

- **Type**: `string`
- **Default**: `"1652173222"`
- **Default**: `"1655130241"`
> A unique string to uniquely identify payload versions (defaults to the current timestamp).

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

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