Socket
Socket
Sign inDemoInstall

@nuxt/kit

Package Overview
Dependencies
Maintainers
4
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 0.2.0 to 0.3.0

dist/index.mjs

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [0.3.0](https://github.com/nuxt/framework/compare/@nuxt/kit@0.2.0...@nuxt/kit@0.3.0) (2021-04-09)
### Features
* initial version of nu cli ([#54](https://github.com/nuxt/framework/issues/54)) ([a030c62](https://github.com/nuxt/framework/commit/a030c62d29ba871f94a7152c7d5fa36d4de1d3b6))
# 0.2.0 (2021-04-04)

@@ -8,0 +19,0 @@

27

dist/index.d.ts
import * as unctx from 'unctx';
interface ConfigSchema {
vue: {
/** Vue.js configuration */
vue: {
config: {

@@ -18,3 +19,6 @@ /** @default true */

/** @default "/<dir>/.nuxt/views/app.template.html" */
/**
* Uses {srcDir}/app.html if exists by default otherwise nuxt default
* @default "/home/pooya/tmp/framework/packages/kit/<rootDir>/.nuxt/views/app.template.html"
*/
appTemplatePath: string,

@@ -159,9 +163,9 @@

/** @default "/<dir>" */
/** @default "/home/pooya/tmp/framework/packages/kit/<rootDir>" */
rootDir: string,
/** @default "/<dir>" */
/** @default "/home/pooya/tmp/framework/packages/kit/<rootDir>" */
srcDir: string,
/** @default "/<dir>/.nuxt" */
/** @default "/home/pooya/tmp/framework/packages/kit/<rootDir>/.nuxt" */
buildDir: string,

@@ -221,3 +225,3 @@

/** @default ["/<dir>/node_modules","/home/pooya/Code/framework/packages/kit/node_modules"] */
/** @default ["/home/pooya/tmp/framework/packages/kit/<rootDir>/node_modules","/home/pooya/tmp/framework/packages/kit/node_modules"] */
modulesDir: Array<string>,

@@ -622,3 +626,6 @@

/** @default true */
/**
* enabled by default for development
* @default true
*/
runInNewContext: boolean,

@@ -771,3 +778,3 @@ },

generate: {
/** @default "/<dir>/dist" */
/** @default "/home/pooya/tmp/framework/packages/kit/<rootDir>/dist" */
dir: string,

@@ -813,3 +820,3 @@

/** @default "/<dir>/dist" */
/** @default "/home/pooya/tmp/framework/packages/kit/<rootDir>/dist" */
base: string,

@@ -820,3 +827,3 @@

/** @default "1617551517" */
/** @default "1617984167" */
version: string,

@@ -823,0 +830,0 @@ },

{
"name": "@nuxt/kit",
"version": "0.2.0",
"version": "0.3.0",
"repository": "nuxt/framework",

@@ -11,2 +11,8 @@ "license": "MIT",

],
"scripts": {
"prepack": "unbuild"
},
"devDependencies": {
"unbuild": "^0.1.12"
},
"dependencies": {

@@ -18,19 +24,12 @@ "consola": "^2.15.3",

"hash-sum": "^2.0.0",
"jiti": "^1.6.4",
"jiti": "^1.9.1",
"rc9": "^1.2.0",
"scule": "^0.1.1",
"std-env": "^2.3.0",
"ufo": "^0.6.10",
"ufo": "^0.6.11",
"unctx": "^0.0.3",
"untyped": "^0.2.4",
"untyped": "^0.2.5",
"upath": "^2.0.1"
},
"build": {
"prebuild": "jiti ./scripts/gentypes",
"entries": {
"index": {
"format": "cjs"
}
}
}
"gitHead": "bb797fcbb6ea652fe74c62411df899a80fc3d820"
}
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