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

@nuxt/schema

Package Overview
Dependencies
Maintainers
6
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.7.1 to 3.7.2

6

package.json
{
"name": "@nuxt/schema",
"version": "3.7.1",
"version": "3.7.2",
"repository": "nuxt/nuxt",

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

"@types/sass-loader": "8.0.5",
"@unhead/schema": "1.5.2",
"@unhead/schema": "1.6.2",
"@vitejs/plugin-vue": "4.3.4",

@@ -40,3 +40,3 @@ "@vitejs/plugin-vue-jsx": "3.0.2",

"ignore": "5.2.4",
"nitropack": "2.6.2",
"nitropack": "2.6.3",
"unbuild": "latest",

@@ -43,0 +43,0 @@ "unctx": "2.3.1",

@@ -29,3 +29,3 @@ [![Nuxt banner](./.github/assets/banner.svg)](https://nuxt.com)

```bash
npx nuxi@latest nuxi init <my-project>
npx nuxi@latest init <my-project>
```

@@ -32,0 +32,0 @@

@@ -235,9 +235,6 @@ import type { ComponentsOptions } from '../src/types/components'

/**
* A path to an HTML file, the contents of which will be inserted into any HTML page rendered with `ssr: false`.
* Boolean or a path to an HTML file with the contents of which will be inserted into any HTML page rendered with `ssr: false`. - If it is unset, it will use `~/app/spa-loading-template.html` if it exists. - If it is false, no SPA loading indicator will be loaded. - If true, Nuxt will look for `~/app/spa-loading-template.html` file or a default Nuxt image will be used.
*
* By default Nuxt will look in `~/app/spa-loading-template.html` for this file.
* You can set this to `false` to disable any loading indicator.
* Some good sources for spinners are [SpinKit](https://github.com/tobiasahlin/SpinKit) or [SVG Spinners](https://icones.js.org/collection/svg-spinners).
*
* @default false
*

@@ -244,0 +241,0 @@ * @example ~/app/spa-loading-template.html

@@ -140,3 +140,3 @@ {

"dev": false,
"spaLoadingTemplate": false,
"spaLoadingTemplate": null,
"plugins": [],

@@ -143,0 +143,0 @@ "css": [],

@@ -150,9 +150,7 @@

- **Type**: `string | boolean`
- **Default**: `false`
- **Default**: `null`
> A path to an HTML file, the contents of which will be inserted into any HTML page rendered with `ssr: false`.
> Boolean or a path to an HTML file with the contents of which will be inserted into any HTML page rendered with `ssr: false`. - If it is unset, it will use `~/app/spa-loading-template.html` if it exists. - If it is false, no SPA loading indicator will be loaded. - If true, Nuxt will look for `~/app/spa-loading-template.html` file or a default Nuxt image will be used.
By default Nuxt will look in `~/app/spa-loading-template.html` for this file.
You can set this to `false` to disable any loading indicator.
Some good sources for spinners are [SpinKit](https://github.com/tobiasahlin/SpinKit) or [SVG Spinners](https://icones.js.org/collection/svg-spinners).

@@ -159,0 +157,0 @@

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 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