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

vite-node

Package Overview
Dependencies
Maintainers
3
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-node - npm Package Compare versions

Comparing version 0.29.3 to 0.29.4

dist/types-e6d31da0.d.ts

2

dist/cli.d.ts

@@ -1,2 +0,2 @@

import { e as ViteNodeServerOptions } from './types-e288fc62.js';
import { e as ViteNodeServerOptions } from './types-e6d31da0.js';
import './types.d-1e7e3fdf.js';

@@ -3,0 +3,0 @@

import './types.d-1e7e3fdf.js';
export { j as DEFAULT_REQUEST_STUBS, M as ModuleCacheMap, h as ViteNodeRunner } from './types-e288fc62.js';
export { j as DEFAULT_REQUEST_STUBS, M as ModuleCacheMap, h as ViteNodeRunner } from './types-e6d31da0.js';
import { EventEmitter } from 'node:events';
import { HMRPayload, Plugin } from 'vite';
import { g as CustomEventMap, h as ViteNodeRunner, i as HMRPayload$1, H as HotContext } from './types-e288fc62.js';
import { g as CustomEventMap, h as ViteNodeRunner, i as HMRPayload$1, H as HotContext } from './types-e6d31da0.js';
import './types.d-1e7e3fdf.js';

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

@@ -1,2 +0,2 @@

export { A as Arrayable, C as CreateHotContextFunction, f as DebuggerOptions, D as DepsHandlingOptions, a as FetchFunction, F as FetchResult, H as HotContext, c as ModuleCache, M as ModuleCacheMap, N as Nullable, R as RawSourceMap, b as ResolveIdFunction, S as StartOfSourceMap, d as ViteNodeResolveId, V as ViteNodeRunnerOptions, e as ViteNodeServerOptions } from './types-e288fc62.js';
export { A as Arrayable, C as CreateHotContextFunction, f as DebuggerOptions, D as DepsHandlingOptions, a as FetchFunction, F as FetchResult, H as HotContext, c as ModuleCache, M as ModuleCacheMap, N as Nullable, R as RawSourceMap, b as ResolveIdFunction, S as StartOfSourceMap, d as ViteNodeResolveId, V as ViteNodeRunnerOptions, e as ViteNodeServerOptions } from './types-e6d31da0.js';
export { D as DecodedSourceMap, E as EncodedSourceMap } from './types.d-1e7e3fdf.js';
import { TransformResult, ViteDevServer } from 'vite';
import { E as EncodedSourceMap } from './types.d-1e7e3fdf.js';
import { f as DebuggerOptions, D as DepsHandlingOptions, e as ViteNodeServerOptions, F as FetchResult, d as ViteNodeResolveId } from './types-e288fc62.js';
import { f as DebuggerOptions, D as DepsHandlingOptions, e as ViteNodeServerOptions, F as FetchResult, d as ViteNodeResolveId } from './types-e6d31da0.js';

@@ -44,2 +44,3 @@ declare class Debugger {

private _fetchModule;
protected processTransformResult(result: TransformResult): Promise<TransformResult>;
private _transformRequest;

@@ -46,0 +47,0 @@ }

@@ -7,3 +7,3 @@ import { TransformResult } from 'vite';

}
declare function withInlineSourcemap(result: TransformResult): Promise<TransformResult>;
declare function withInlineSourcemap(result: TransformResult): TransformResult;
declare function extractSourceMap(code: string): EncodedSourceMap | null;

@@ -10,0 +10,0 @@ declare function installSourcemapsSupport(options: InstallSourceMapSupportOptions): void;

@@ -1,2 +0,2 @@

export { A as Arrayable, C as CreateHotContextFunction, f as DebuggerOptions, D as DepsHandlingOptions, a as FetchFunction, F as FetchResult, H as HotContext, c as ModuleCache, M as ModuleCacheMap, N as Nullable, R as RawSourceMap, b as ResolveIdFunction, S as StartOfSourceMap, d as ViteNodeResolveId, V as ViteNodeRunnerOptions, e as ViteNodeServerOptions } from './types-e288fc62.js';
export { A as Arrayable, C as CreateHotContextFunction, f as DebuggerOptions, D as DepsHandlingOptions, a as FetchFunction, F as FetchResult, H as HotContext, c as ModuleCache, M as ModuleCacheMap, N as Nullable, R as RawSourceMap, b as ResolveIdFunction, S as StartOfSourceMap, d as ViteNodeResolveId, V as ViteNodeRunnerOptions, e as ViteNodeServerOptions } from './types-e6d31da0.js';
export { D as DecodedSourceMap, E as EncodedSourceMap } from './types.d-1e7e3fdf.js';

@@ -1,2 +0,2 @@

import { N as Nullable, A as Arrayable } from './types-e288fc62.js';
import { N as Nullable, A as Arrayable } from './types-e6d31da0.js';
import './types.d-1e7e3fdf.js';

@@ -3,0 +3,0 @@

{
"name": "vite-node",
"version": "0.29.3",
"version": "0.29.4",
"description": "Vite as Node.js runtime",

@@ -5,0 +5,0 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>",

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

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

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