Socket
Socket
Sign inDemoInstall

vite

Package Overview
Dependencies
Maintainers
5
Versions
568
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.0.7 to 5.0.11

dist/node/chunks/dep-ggdMrszO.js

10

dist/node/cli.js

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

import { EventEmitter } from 'events';
import { x as colors, k as createLogger, r as resolveConfig } from './chunks/dep-wTaJK0Jt.js';
import { x as colors, k as createLogger, r as resolveConfig } from './chunks/dep-V3BH7oO1.js';
import { VERSION } from './constants.js';

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

// is ok here
const { createServer } = await import('./chunks/dep-wTaJK0Jt.js').then(function (n) { return n.A; });
const { createServer } = await import('./chunks/dep-V3BH7oO1.js').then(function (n) { return n.A; });
try {

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

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

@@ -873,3 +873,3 @@ try {

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

@@ -900,3 +900,3 @@ const config = await resolveConfig({

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

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

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

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

{
"name": "vite",
"version": "5.0.7",
"version": "5.0.11",
"type": "module",

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

"@ampproject/remapping": "^2.2.1",
"@babel/parser": "^7.23.5",
"@babel/parser": "^7.23.6",
"@jridgewell/trace-mapping": "^0.3.20",

@@ -86,3 +86,3 @@ "@rollup/plugin-alias": "^5.1.0",

"acorn": "^8.11.2",
"acorn-walk": "^8.3.0",
"acorn-walk": "^8.3.1",
"cac": "^6.7.14",

@@ -126,3 +126,3 @@ "chokidar": "^3.5.3",

"strip-ansi": "^7.1.0",
"strip-literal": "^1.3.0",
"strip-literal": "^2.0.0",
"tsconfck": "^3.0.0",

@@ -132,3 +132,3 @@ "tslib": "^2.6.2",

"ufo": "^1.3.2",
"ws": "^8.14.2"
"ws": "^8.15.0"
},

@@ -135,0 +135,0 @@ "peerDependencies": {

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

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