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

vite

Package Overview
Dependencies
Maintainers
5
Versions
587
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 5.4.2 to 5.4.3

dist/node/chunks/dep-BaOMuo4I.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-BzOvws4Y.js';
import { A as colors, v as createLogger, r as resolveConfig } from './chunks/dep-BaOMuo4I.js';
import { VERSION } from './constants.js';

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

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

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

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

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

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

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

filterDuplicateOptions(options);
const { preview } = await import('./chunks/dep-BzOvws4Y.js').then(function (n) { return n.G; });
const { preview } = await import('./chunks/dep-BaOMuo4I.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-BzOvws4Y.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-BzOvws4Y.js';
import { i as isInNodeModules, a as arraify } from './chunks/dep-BaOMuo4I.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-BaOMuo4I.js';
export { VERSION as version } from './constants.js';

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

{
"name": "vite",
"version": "5.4.2",
"version": "5.4.3",
"type": "module",

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

"esbuild": "^0.21.3",
"postcss": "^8.4.41",
"postcss": "^8.4.43",
"rollup": "^4.20.0"

@@ -85,3 +85,3 @@ },

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

@@ -117,3 +117,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",

@@ -140,4 +140,4 @@ "mrmime": "^2.0.0",

"strip-literal": "^2.1.0",
"tsconfck": "^3.1.1",
"tslib": "^2.6.3",
"tsconfck": "^3.1.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

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