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
1375
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.9.2-28413820.3b948834 to 3.9.2-28421205.540a5cc7

9

dist/index.d.ts

@@ -573,3 +573,7 @@ import { TransitionProps, KeepAliveProps } from 'vue';

/** Provided compile option instead of src */
getContents?: (data: Options) => string | Promise<string>;
getContents?: (data: {
nuxt: Nuxt;
app: NuxtApp;
options: Options;
}) => string | Promise<string>;
/** Write to filesystem */

@@ -582,3 +586,4 @@ write?: boolean;

}
interface NuxtTypeTemplate<Options = TemplateDefaultOptions> extends Omit<NuxtTemplate<Options>, 'write'> {
interface NuxtTypeTemplate<Options = TemplateDefaultOptions> extends Omit<NuxtTemplate<Options>, 'write' | 'filename'> {
filename: `${string}.d.ts`;
write?: true;

@@ -585,0 +590,0 @@ }

{
"name": "@nuxt/schema-nightly",
"version": "3.9.2-28413820.3b948834",
"version": "3.9.2-28421205.540a5cc7",
"repository": {

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

"@unhead/schema": "1.8.9",
"@vitejs/plugin-vue": "5.0.2",
"@vitejs/plugin-vue": "5.0.3",
"@vitejs/plugin-vue-jsx": "3.1.0",
"@vue/compiler-core": "3.4.5",
"@vue/compiler-core": "3.4.10",
"c12": "1.6.1",

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

"vite": "5.0.11",
"vue": "3.4.5",
"vue": "3.4.10",
"vue-bundle-renderer": "2.0.0",

@@ -65,5 +65,5 @@ "vue-loader": "17.4.2",

"hookable": "^5.5.3",
"pathe": "^1.1.1",
"pathe": "^1.1.2",
"pkg-types": "^1.0.3",
"scule": "^1.1.1",
"scule": "^1.2.0",
"std-env": "^3.7.0",

@@ -70,0 +70,0 @@ "ufo": "^1.3.2",

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