Socket
Socket
Sign inDemoInstall

vite

Package Overview
Dependencies
Maintainers
5
Versions
575
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 4.4.11 to 4.4.12

dist/node/chunks/dep-063880ad.js

10

dist/node/cli.js

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

import { EventEmitter } from 'events';
import { C as colors, D as bindShortcuts, x as createLogger, h as resolveConfig } from './chunks/dep-2b82a1ce.js';
import { C as colors, D as bindShortcuts, x as createLogger, h as resolveConfig } from './chunks/dep-063880ad.js';
import { VERSION } from './constants.js';

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

// is ok here
const { createServer } = await import('./chunks/dep-2b82a1ce.js').then(function (n) { return n.I; });
const { createServer } = await import('./chunks/dep-063880ad.js').then(function (n) { return n.I; });
try {

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

filterDuplicateOptions(options);
const { build } = await import('./chunks/dep-2b82a1ce.js').then(function (n) { return n.H; });
const { build } = await import('./chunks/dep-063880ad.js').then(function (n) { return n.H; });
const buildOptions = cleanOptions(options);

@@ -870,3 +870,3 @@ try {

filterDuplicateOptions(options);
const { optimizeDeps } = await import('./chunks/dep-2b82a1ce.js').then(function (n) { return n.G; });
const { optimizeDeps } = await import('./chunks/dep-063880ad.js').then(function (n) { return n.G; });
try {

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

filterDuplicateOptions(options);
const { preview } = await import('./chunks/dep-2b82a1ce.js').then(function (n) { return n.J; });
const { preview } = await import('./chunks/dep-063880ad.js').then(function (n) { return n.J; });
try {

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

@@ -1,3 +0,3 @@

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

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

{
"name": "vite",
"version": "4.4.11",
"version": "4.4.12",
"type": "module",

@@ -5,0 +5,0 @@ "license": "MIT",

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