Socket
Socket
Sign inDemoInstall

vite

Package Overview
Dependencies
11
Maintainers
5
Versions
552
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.3.2 to 5.3.3

dist/node/chunks/dep-CzJTQ5q7.js

10

dist/node/cli.js

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

import { EventEmitter } from 'events';
import { A as colors, v as createLogger, r as resolveConfig } from './chunks/dep-C1-ZB6nQ.js';
import { A as colors, v as createLogger, r as resolveConfig } from './chunks/dep-CzJTQ5q7.js';
import { VERSION } from './constants.js';

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

filterDuplicateOptions(options);
const { createServer } = await import('./chunks/dep-C1-ZB6nQ.js').then(function (n) { return n.E; });
const { createServer } = await import('./chunks/dep-CzJTQ5q7.js').then(function (n) { return n.E; });
try {

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

filterDuplicateOptions(options);
const { build } = await import('./chunks/dep-C1-ZB6nQ.js').then(function (n) { return n.F; });
const { build } = await import('./chunks/dep-CzJTQ5q7.js').then(function (n) { return n.F; });
const buildOptions = cleanOptions(options);

@@ -857,3 +857,3 @@ try {

filterDuplicateOptions(options);
const { optimizeDeps } = await import('./chunks/dep-C1-ZB6nQ.js').then(function (n) { return n.D; });
const { optimizeDeps } = await import('./chunks/dep-CzJTQ5q7.js').then(function (n) { return n.D; });
try {

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

filterDuplicateOptions(options);
const { preview } = await import('./chunks/dep-C1-ZB6nQ.js').then(function (n) { return n.G; });
const { preview } = await import('./chunks/dep-CzJTQ5q7.js').then(function (n) { return n.G; });
try {

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

export { parseAst, parseAstAsync } from 'rollup/parseAst';
import { i as isInNodeModules, a as arraify } from './chunks/dep-C1-ZB6nQ.js';
export { b as build, g as buildErrorMessage, k as createFilter, v as createLogger, c as createServer, d as defineConfig, h as fetchModule, f as formatPostcssSourceMap, x as isFileServingAllowed, l as loadConfigFromFile, y as loadEnv, j as mergeAlias, m as mergeConfig, n as normalizePath, o as optimizeDeps, e as preprocessCSS, p as preview, r as resolveConfig, z as resolveEnvPrefix, q as rollupVersion, w as searchForWorkspaceRoot, u as send, s as sortUserPlugins, t as transformWithEsbuild } from './chunks/dep-C1-ZB6nQ.js';
import { i as isInNodeModules, a as arraify } from './chunks/dep-CzJTQ5q7.js';
export { b as build, g as buildErrorMessage, k as createFilter, v as createLogger, c as createServer, d as defineConfig, h as fetchModule, f as formatPostcssSourceMap, x as isFileServingAllowed, l as loadConfigFromFile, y as loadEnv, j as mergeAlias, m as mergeConfig, n as normalizePath, o as optimizeDeps, e as preprocessCSS, p as preview, r as resolveConfig, z as resolveEnvPrefix, q as rollupVersion, w as searchForWorkspaceRoot, u as send, s as sortUserPlugins, t as transformWithEsbuild } from './chunks/dep-CzJTQ5q7.js';
export { VERSION as version } from './constants.js';

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

{
"name": "vite",
"version": "5.3.2",
"version": "5.3.3",
"type": "module",

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

"esbuild": "^0.21.3",
"postcss": "^8.4.38",
"postcss": "^8.4.39",
"rollup": "^4.13.0"

@@ -79,0 +79,0 @@ },

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc