Socket
Socket
Sign inDemoInstall

@nuxt/kit

Package Overview
Dependencies
163
Maintainers
6
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.9.1 to 3.9.2

8

dist/index.d.ts

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

*/
declare function addTemplate(_template: NuxtTemplate<any> | string): ResolvedNuxtTemplate<any>;
declare function addTemplate<T>(_template: NuxtTemplate<T> | string): ResolvedNuxtTemplate<T>;
/**

@@ -345,7 +345,7 @@ * Renders given types using lodash template during build into the project buildDir

*/
declare function addTypeTemplate(_template: NuxtTypeTemplate<any>): ResolvedNuxtTemplate<any>;
declare function addTypeTemplate<T>(_template: NuxtTypeTemplate<T>): ResolvedNuxtTemplate<T>;
/**
* Normalize a nuxt template object
*/
declare function normalizeTemplate(template: NuxtTemplate<any> | string): ResolvedNuxtTemplate<any>;
declare function normalizeTemplate<T>(template: NuxtTemplate<T> | string): ResolvedNuxtTemplate<T>;
/**

@@ -395,3 +395,3 @@ * Trigger rebuilding Nuxt templates

/** @deprecated */
declare function compileTemplate(template: NuxtTemplate, ctx: any): Promise<string>;
declare function compileTemplate<T>(template: NuxtTemplate<T>, ctx: any): Promise<string>;
/** @deprecated */

@@ -398,0 +398,0 @@ declare const templateUtils: {

{
"name": "@nuxt/kit",
"version": "3.9.1",
"version": "3.9.2",
"repository": {

@@ -34,6 +34,6 @@ "type": "git",

"knitwork": "^1.0.0",
"mlly": "^1.4.2",
"pathe": "^1.1.1",
"mlly": "^1.5.0",
"pathe": "^1.1.2",
"pkg-types": "^1.0.3",
"scule": "^1.1.1",
"scule": "^1.2.0",
"semver": "^7.5.4",

@@ -44,3 +44,3 @@ "ufo": "^1.3.2",

"untyped": "^1.4.0",
"@nuxt/schema": "3.9.1"
"@nuxt/schema": "3.9.2"
},

@@ -47,0 +47,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc