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

@nuxt/kit

Package Overview
Dependencies
Maintainers
6
Versions
85
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.12.1 to 3.12.2

8

dist/index.d.ts

@@ -45,3 +45,4 @@ import { ModuleOptions, ModuleDefinition, NuxtModule, NuxtConfig, Nuxt, ModuleMeta, NuxtOptions, SchemaDefinition, ImportPresetWithDeprecation, NuxtCompatibility, NuxtCompatibilityIssues, ComponentsDir, Component, NuxtTemplate, NuxtHooks, NuxtMiddleware, NuxtPlugin, NuxtPluginTemplate, ResolvedNuxtTemplate, NuxtTypeTemplate } from '@nuxt/schema';

interface LoadNuxtConfigOptions extends LoadConfigOptions<NuxtConfig> {
interface LoadNuxtConfigOptions extends Omit<LoadConfigOptions<NuxtConfig>, 'overrides'> {
overrides?: Exclude<LoadConfigOptions<NuxtConfig>['overrides'], Promise<any> | Function>;
}

@@ -247,4 +248,7 @@ declare function loadNuxtConfig(opts: LoadNuxtConfigOptions): Promise<NuxtOptions>;

* ```js
* import { createResolver } from '@nuxt/kit'
* const resolver = createResolver(import.meta.url)
*
* addPlugin({
* src: path.resolve(__dirname, 'templates/foo.js'),
* src: resolver.resolve('templates/foo.js'),
* filename: 'foo.server.js' // [optional] only include in server bundle

@@ -251,0 +255,0 @@ * })

{
"name": "@nuxt/kit",
"version": "3.12.1",
"version": "3.12.2",
"repository": {

@@ -26,3 +26,3 @@ "type": "git",

"dependencies": {
"c12": "^1.10.0",
"c12": "^1.11.1",
"consola": "^3.2.3",

@@ -46,3 +46,3 @@ "defu": "^6.1.4",

"untyped": "^1.4.2",
"@nuxt/schema": "3.12.1"
"@nuxt/schema": "3.12.2"
},

@@ -56,5 +56,5 @@ "devDependencies": {

"unbuild": "latest",
"vite": "5.2.13",
"vite": "5.3.1",
"vitest": "1.6.0",
"webpack": "5.91.0"
"webpack": "5.92.0"
},

@@ -61,0 +61,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

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