🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@nuxt/devtools-kit

Package Overview
Dependencies
Maintainers
5
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/devtools-kit - npm Package Compare versions

Comparing version

to
2.0.0-beta.4

4

dist/index.d.ts

@@ -1,5 +0,5 @@

import * as execa from 'execa';
import * as _nuxt_schema from '@nuxt/schema';
import { BirpcGroup } from 'birpc';
import { M as ModuleCustomTab, S as SubprocessOptions, T as TerminalState, N as NuxtDevtoolsInfo } from './shared/devtools-kit.ozceKZpq.js';
import { execa } from 'execa';
import 'vue';

@@ -28,3 +28,3 @@ import 'nuxt/schema';

declare function startSubprocess(execaOptions: SubprocessOptions, tabOptions: TerminalState, nuxt?: _nuxt_schema.Nuxt): {
getProcess(): execa.ExecaChildProcess<string>;
getProcess(): ReturnType<typeof execa>;
terminate: () => void;

@@ -31,0 +31,0 @@ restart: () => void;

{
"name": "@nuxt/devtools-kit",
"type": "module",
"version": "2.0.0-beta.3",
"version": "2.0.0-beta.4",
"license": "MIT",

@@ -44,5 +44,5 @@ "homepage": "https://devtools.nuxt.com/module/utils-kit",

"dependencies": {
"@nuxt/kit": "^3.15.1",
"@nuxt/schema": "^3.15.1",
"execa": "^7.2.0"
"@nuxt/kit": "^3.15.4",
"@nuxt/schema": "^3.15.4",
"execa": "^9.5.2"
},

@@ -54,3 +54,3 @@ "devDependencies": {

"unbuild": "^3.3.1",
"unimport": "^3.14.6",
"unimport": "^4.0.0",
"vite-plugin-vue-inspector": "^5.3.1",

@@ -57,0 +57,0 @@ "vue-router": "^4.5.0"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet