Socket
Socket
Sign inDemoInstall

vite

Package Overview
Dependencies
Maintainers
5
Versions
569
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite - npm Package Compare versions

Comparing version 6.0.0-alpha.20 to 6.0.0-alpha.21

dist/node/chunks/dep-B35KR9PC.js

10

dist/node/cli.js

@@ -5,3 +5,3 @@ import path from 'node:path';

import { EventEmitter } from 'events';
import { I as colors, A as createLogger, r as resolveConfig } from './chunks/dep-CpuHsFvF.js';
import { I as colors, A as createLogger, r as resolveConfig } from './chunks/dep-D2vSWyBt.js';
import { VERSION } from './constants.js';

@@ -740,3 +740,3 @@ import 'node:fs/promises';

filterDuplicateOptions(options);
const { createServer } = await import('./chunks/dep-CpuHsFvF.js').then(function (n) { return n.M; });
const { createServer } = await import('./chunks/dep-D2vSWyBt.js').then(function (n) { return n.M; });
try {

@@ -834,3 +834,3 @@ const server = await createServer({

filterDuplicateOptions(options);
const build = await import('./chunks/dep-CpuHsFvF.js').then(function (n) { return n.N; });
const build = await import('./chunks/dep-D2vSWyBt.js').then(function (n) { return n.N; });
const buildOptions = cleanGlobalCLIOptions(

@@ -890,3 +890,3 @@ cleanBuilderCLIOptions(options)

filterDuplicateOptions(options);
const { optimizeDeps } = await import('./chunks/dep-CpuHsFvF.js').then(function (n) { return n.L; });
const { optimizeDeps } = await import('./chunks/dep-D2vSWyBt.js').then(function (n) { return n.L; });
try {

@@ -917,3 +917,3 @@ const config = await resolveConfig(

filterDuplicateOptions(options);
const { preview } = await import('./chunks/dep-CpuHsFvF.js').then(function (n) { return n.O; });
const { preview } = await import('./chunks/dep-D2vSWyBt.js').then(function (n) { return n.O; });
try {

@@ -920,0 +920,0 @@ const server = await preview({

export { parseAst, parseAstAsync } from 'rollup/parseAst';
import { i as isInNodeModules, a as arraify } from './chunks/dep-CpuHsFvF.js';
export { B as BuildEnvironment, D as DevEnvironment, S as ServerHMRConnector, b as build, j as buildErrorMessage, e as createBuilder, x as createFilter, f as createIdResolver, A as createLogger, k as createNodeDevEnvironment, c as createServer, n as createServerModuleRunner, d as defineConfig, m as fetchModule, g as formatPostcssSourceMap, F as isFileLoadingAllowed, E as isFileServingAllowed, l as loadConfigFromFile, G as loadEnv, w as mergeAlias, v as mergeConfig, q as moduleRunnerTransform, u as normalizePath, o as optimizeDeps, h as preprocessCSS, p as preview, r as resolveConfig, H as resolveEnvPrefix, y as rollupVersion, C as searchForWorkspaceRoot, z as send, s as sortUserPlugins, t as transformWithEsbuild } from './chunks/dep-CpuHsFvF.js';
import { i as isInNodeModules, a as arraify } from './chunks/dep-D2vSWyBt.js';
export { B as BuildEnvironment, D as DevEnvironment, S as ServerHMRConnector, b as build, j as buildErrorMessage, e as createBuilder, x as createFilter, f as createIdResolver, A as createLogger, k as createNodeDevEnvironment, c as createServer, n as createServerModuleRunner, d as defineConfig, m as fetchModule, g as formatPostcssSourceMap, F as isFileLoadingAllowed, E as isFileServingAllowed, l as loadConfigFromFile, G as loadEnv, w as mergeAlias, v as mergeConfig, q as moduleRunnerTransform, u as normalizePath, o as optimizeDeps, h as preprocessCSS, p as preview, r as resolveConfig, H as resolveEnvPrefix, y as rollupVersion, C as searchForWorkspaceRoot, z as send, s as sortUserPlugins, t as transformWithEsbuild } from './chunks/dep-D2vSWyBt.js';
export { VERSION as version } from './constants.js';

@@ -5,0 +5,0 @@ export { version as esbuildVersion } from 'esbuild';

{
"name": "vite",
"version": "6.0.0-alpha.20",
"version": "6.0.0-alpha.21",
"type": "module",

@@ -84,3 +84,3 @@ "license": "MIT",

"@ampproject/remapping": "^2.3.0",
"@babel/parser": "^7.25.3",
"@babel/parser": "^7.25.4",
"@jridgewell/trace-mapping": "^0.3.25",

@@ -116,3 +116,3 @@ "@polka/compression": "^1.0.0-next.25",

"magic-string": "^0.30.11",
"micromatch": "^4.0.7",
"micromatch": "^4.0.8",
"mlly": "^1.7.1",

@@ -141,3 +141,3 @@ "mrmime": "^2.0.0",

"tsconfck": "^3.1.1",
"tslib": "^2.6.3",
"tslib": "^2.7.0",
"types": "link:./types",

@@ -144,0 +144,0 @@ "ufo": "^1.5.4",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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