Socket
Socket
Sign inDemoInstall

vite

Package Overview
Dependencies
Maintainers
5
Versions
579
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 3.2.5 to 3.2.7

dist/node/chunks/dep-2faf2534.js

10

dist/node/cli.js
import { performance } from 'node:perf_hooks';
import { EventEmitter } from 'events';
import { z as picocolors, v as createLogger, g as resolveConfig } from './chunks/dep-5605cfa4.js';
import { z as picocolors, v as createLogger, g as resolveConfig } from './chunks/dep-2faf2534.js';
import { VERSION } from './constants.js';

@@ -705,3 +705,3 @@ import 'node:fs';

// is ok here
const { createServer } = await import('./chunks/dep-5605cfa4.js').then(function (n) { return n.D; });
const { createServer } = await import('./chunks/dep-2faf2534.js').then(function (n) { return n.D; });
try {

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

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

@@ -780,3 +780,3 @@ try {

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

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

filterDuplicateOptions(options);
const { preview } = await import('./chunks/dep-5605cfa4.js').then(function (n) { return n.E; });
const { preview } = await import('./chunks/dep-2faf2534.js').then(function (n) { return n.E; });
try {

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

import path, { resolve } from 'node:path';
import { fileURLToPath } from 'node:url';
var version = "3.2.5";
var version = "3.2.7";

@@ -6,0 +6,0 @@ const VERSION = version;

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

export { b as build, q as createFilter, v as createLogger, c as createServer, e as defineConfig, f as formatPostcssSourceMap, i as getDepOptimizationConfig, j as isDepsOptimizerEnabled, l as loadConfigFromFile, x as loadEnv, k as mergeAlias, m as mergeConfig, n as normalizePath, o as optimizeDeps, a as preprocessCSS, p as preview, h as resolveBaseUrl, g as resolveConfig, y as resolveEnvPrefix, d as resolvePackageData, r as resolvePackageEntry, w as searchForWorkspaceRoot, u as send, s as sortUserPlugins, t as transformWithEsbuild } from './chunks/dep-5605cfa4.js';
export { b as build, q as createFilter, v as createLogger, c as createServer, e as defineConfig, f as formatPostcssSourceMap, i as getDepOptimizationConfig, j as isDepsOptimizerEnabled, l as loadConfigFromFile, x as loadEnv, k as mergeAlias, m as mergeConfig, n as normalizePath, o as optimizeDeps, a as preprocessCSS, p as preview, h as resolveBaseUrl, g as resolveConfig, y as resolveEnvPrefix, d as resolvePackageData, r as resolvePackageEntry, w as searchForWorkspaceRoot, u as send, s as sortUserPlugins, t as transformWithEsbuild } from './chunks/dep-2faf2534.js';
export { VERSION as version } from './constants.js';

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

{
"name": "vite",
"version": "3.2.5",
"version": "3.2.7",
"type": "module",

@@ -81,2 +81,3 @@ "license": "MIT",

"@rollup/pluginutils": "^4.2.1",
"@types/escape-html": "^1.0.0",
"acorn": "^8.8.1",

@@ -96,2 +97,3 @@ "acorn-walk": "^8.2.0",

"es-module-lexer": "^1.1.0",
"escape-html": "^1.0.3",
"estree-walker": "^3.0.1",

@@ -98,0 +100,0 @@ "etag": "^1.8.1",

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