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

@nuxt/schema-nightly

Package Overview
Dependencies
Maintainers
7
Versions
1581
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/schema-nightly - npm Package Compare versions

Comparing version 3.8.1-28321031.38b6d88c to 3.8.2-28321205.d8674b99

8

package.json
{
"name": "@nuxt/schema-nightly",
"version": "3.8.1-28321031.38b6d88c",
"version": "3.8.2-28321205.d8674b99",
"repository": "nuxt/nuxt",

@@ -33,6 +33,6 @@ "description": "Nuxt types and default configuration",

"@types/sass-loader": "8.0.7",
"@unhead/schema": "1.8.2",
"@unhead/schema": "1.8.3",
"@vitejs/plugin-vue": "4.4.0",
"@vitejs/plugin-vue-jsx": "3.0.2",
"@vue/compiler-core": "3.3.7",
"@vue/compiler-core": "3.3.8",
"c12": "1.5.1",

@@ -47,3 +47,3 @@ "esbuild-loader": "4.0.2",

"vite": "4.5.0",
"vue": "3.3.7",
"vue": "3.3.8",
"vue-bundle-renderer": "2.0.0",

@@ -50,0 +50,0 @@ "vue-loader": "17.3.1",

@@ -366,3 +366,6 @@ {

"router": {
"options": {}
"options": {
"hashMode": false,
"scrollBehaviorType": "auto"
}
},

@@ -369,0 +372,0 @@ "webpack": {

@@ -656,6 +656,13 @@

## `options`
- **Type**: `SrcTypesRouterRouterConfigSerializable`
- **Default**: `{}`
### `hashMode`
- **Type**: `SrcTypesRouterRouterConfigSerializable['hashMode']`
- **Default**: `false`
### `scrollBehaviorType`
- **Type**: `SrcTypesRouterRouterConfigSerializable['scrollBehaviorType']`
- **Default**: `"auto"`
# `typescript`

@@ -662,0 +669,0 @@

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