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

@nuxt/schema-nightly

Package Overview
Dependencies
Maintainers
7
Versions
1175
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.10.0-28426610.807ead6f to 3.10.0-28426610.951ffd6e

15

dist/index.d.ts

@@ -326,17 +326,2 @@ import { TransitionProps, KeepAliveProps } from 'vue';

/**
* Called when resolving `app/router.options` files. It allows modifying the detected router options files
* and adding new ones.
*
* Adding a router options file will switch on page-based routing, unless `optional` is set, in which case
* it will only apply when page-based routing is already enabled.
* @param context An object with `files` containing an array of router options files.
* @returns Promise
*/
'pages:routerOptions': (context: {
files: Array<{
path: string;
optional?: boolean;
}>;
}) => HookResult;
/**
* Called when the dev middleware is being registered on the Nitro dev server.

@@ -343,0 +328,0 @@ * @param handler the Vite or Webpack event handler

2

package.json
{
"name": "@nuxt/schema-nightly",
"version": "3.10.0-28426610.807ead6f",
"version": "3.10.0-28426610.951ffd6e",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

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