Socket
Socket
Sign inDemoInstall

@nuxt/schema

Package Overview
Dependencies
Maintainers
5
Versions
69
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.11 to 3.0.0-rc.12

LICENSE

27

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

@@ -13,11 +13,10 @@ "license": "MIT",

],
"scripts": {
"prepack": "unbuild"
},
"devDependencies": {
"@types/lodash.template": "^4",
"@types/semver": "^7",
"@vitejs/plugin-vue": "^3.1.2",
"@vueuse/head": "~1.0.0-rc.9",
"nitropack": "^0.6.0",
"unbuild": "latest",
"untyped": "^0.5.0",
"vite": "~3.1.3"
"vite": "~3.1.8"
},

@@ -29,13 +28,15 @@ "dependencies": {

"jiti": "^1.16.0",
"pathe": "^0.3.8",
"pathe": "^0.3.9",
"pkg-types": "^0.3.5",
"postcss-import-resolver": "^2.0.0",
"scule": "^0.3.2",
"std-env": "^3.2.1",
"ufo": "^0.8.5",
"unimport": "^0.6.7"
"std-env": "^3.3.0",
"ufo": "^0.8.6",
"unimport": "^0.6.8",
"untyped": "^0.5.0"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0 || ^18.0.0"
}
}
"node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0"
},
"scripts": {}
}

@@ -85,9 +85,15 @@ {

"head": {
"meta": [],
"meta": [
{
"name": "viewport",
"content": "width=device-width, initial-scale=1"
},
{
"charset": "utf-8"
}
],
"link": [],
"style": [],
"script": [],
"noscript": [],
"charset": "utf-8",
"viewport": "width=device-width, initial-scale=1"
"noscript": []
},

@@ -120,2 +126,3 @@ "layoutTransition": {

"pages": "pages",
"plugins": "plugins",
"static": "public",

@@ -240,2 +247,3 @@ "public": "public"

"workspaceDir": "/<rootDir>",
"serverDir": "/<rootDir>/server",
"test": false,

@@ -337,2 +345,3 @@ "debug": false,

"strict": false,
"includeWorkspace": false,
"typeCheck": false,

@@ -590,3 +599,6 @@ "tsConfig": {},

},
"nitro": {},
"routeRules": {},
"nitro": {
"routeRules": {}
},
"serverHandlers": [],

@@ -603,3 +615,5 @@ "devServerHandlers": [],

"noScripts": false,
"payloadExtraction": true
"payloadExtraction": true,
"crossOriginPrefetch": false,
"writeEarlyHints": true
},

@@ -659,5 +673,5 @@ "builder": "@nuxt/vite-builder",

"versionBase": "",
"version": "1663692025"
"version": "1666118993"
}
}
}

@@ -480,2 +480,12 @@

# `serverDir`
- **Type**: `string`
- **Default**: `"/<rootDir>/server"`
> Define the server directory of your Nuxt application, where Nitro routes, middleware and plugins are kept.
If a relative path is specified, it will be relative to your `rootDir`.
# `buildDir`

@@ -515,3 +525,3 @@ - **Type**: `string`

By default, it's only enabled in development mode.
At the moment, it prints out hook names and timings on the server, and logs hook arguments as well in the browser.

@@ -729,2 +739,9 @@

## `plugins`
- **Type**: `string`
- **Default**: `"plugins"`
> The plugins directory, each file of which will be auto-registered as a Nuxt plugin.
## `public`

@@ -955,2 +972,9 @@ - **Type**: `string`

## `includeWorkspace`
- **Type**: `boolean`
- **Default**: `false`
> Include parent workspace in the Nuxt project. Mostly useful for themes and module authors.
## `typeCheck`

@@ -1468,6 +1492,10 @@ - **Type**: `boolean | 'build'`

# `nitro`
- **Type**: `NitropackNitroConfig`
## `routeRules`
# `routeRules`
- **Type**: `NitropackNitroConfig['routeRules']`
- **Default**: `{}`
> Configuration for Nitro.
> Global route options applied to matching server routes.

@@ -1560,2 +1588,16 @@

## `crossOriginPrefetch`
- **Type**: `boolean`
- **Default**: `false`
> Enable cross-origin prefetch using the Speculation Rules API.
## `writeEarlyHints`
- **Type**: `boolean`
- **Default**: `true`
> Write early hints when using node server
# `builder`

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

- **Type**: `string`
- **Default**: `"1663692025"`
- **Default**: `"1666118993"`
> 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