Socket
Socket
Sign inDemoInstall

@nuxt/kit

Package Overview
Dependencies
Maintainers
5
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/kit - npm Package Compare versions

Comparing version 3.0.0-rc.11 to 3.0.0-rc.12

LICENSE

14

dist/index.d.ts

@@ -6,4 +6,4 @@ import { Nuxt, ModuleContainer, ModuleOptions, ModuleDefinition, NuxtModule, NuxtConfig, NuxtOptions, ImportPresetWithDeprecation, NuxtCompatibility, NuxtCompatibilityIssues, ComponentsDir, Component, NuxtTemplate, NuxtHooks, NuxtPlugin, NuxtPluginTemplate, ResolvedNuxtTemplate } from '@nuxt/schema';

import { UserConfig, Plugin } from 'vite';
import * as unctx from 'unctx';
import { Middleware } from 'h3';
import * as unctx_index from 'unctx/index';
import { NodeMiddleware } from 'h3';
import { NitroEventHandler, NitroDevEventHandler, Nitro } from 'nitropack';

@@ -104,7 +104,7 @@ import * as consola from 'consola';

*/
declare function addWebpackPlugin(plugin: WebpackPluginInstance, options?: ExtendWebpackConfigOptions): void;
declare function addWebpackPlugin(plugin: WebpackPluginInstance | WebpackPluginInstance[], options?: ExtendWebpackConfigOptions): void;
/**
* Append Vite plugin to the config.
*/
declare function addVitePlugin(plugin: Plugin, options?: ExtendViteConfigOptions): void;
declare function addVitePlugin(plugin: Plugin | Plugin[], options?: ExtendViteConfigOptions): void;

@@ -154,3 +154,3 @@ /**

/** Direct access to the Nuxt context - see https://github.com/unjs/unctx. */
declare const nuxtCtx: unctx.UseContext<Nuxt>;
declare const nuxtCtx: unctx_index.UseContext<Nuxt>;
/**

@@ -257,4 +257,4 @@ * Get access to Nuxt instance.

path?: string;
handle?: Middleware | string;
handler: Middleware | string;
handle?: NodeMiddleware | string;
handler: NodeMiddleware | string;
}

@@ -261,0 +261,0 @@ /**

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

@@ -12,7 +12,4 @@ "license": "MIT",

],
"scripts": {
"prepack": "unbuild"
},
"dependencies": {
"@nuxt/schema": "3.0.0-rc.11",
"@nuxt/schema": "3.0.0-rc.12",
"c12": "^0.2.13",

@@ -28,8 +25,8 @@ "consola": "^2.15.3",

"mlly": "^0.5.16",
"pathe": "^0.3.8",
"pathe": "^0.3.9",
"pkg-types": "^0.3.5",
"scule": "^0.3.2",
"semver": "^7.3.7",
"semver": "^7.3.8",
"unctx": "^2.0.2",
"unimport": "^0.6.7",
"unimport": "^0.6.8",
"untyped": "^0.5.0"

@@ -43,4 +40,5 @@ },

"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": {}
}

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