You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP →

@nuxt/devtools-kit

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.3.1

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

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

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

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

{
"name": "@nuxt/devtools-kit",
"type": "module",
"version": "2.3.0",
"version": "2.3.1",
"license": "MIT",

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

"dependencies": {
"@nuxt/kit": "^3.16.0",
"@nuxt/schema": "^3.16.0",
"execa": "^9.5.2"
"@nuxt/kit": "^3.16.1",
"@nuxt/schema": "^3.16.1",
"execa": "^8.0.1"
},

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet