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.8 to 4.4.9

dist/node/chunks/dep-73522cdf.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-75f53616.js';
import { C as colors, D as bindShortcuts, x as createLogger, h as resolveConfig } from './chunks/dep-df561101.js';
import { VERSION } from './constants.js';

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

// is ok here
const { createServer } = await import('./chunks/dep-75f53616.js').then(function (n) { return n.I; });
const { createServer } = await import('./chunks/dep-df561101.js').then(function (n) { return n.I; });
try {

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

filterDuplicateOptions(options);
const { build } = await import('./chunks/dep-75f53616.js').then(function (n) { return n.H; });
const { build } = await import('./chunks/dep-df561101.js').then(function (n) { return n.H; });
const buildOptions = cleanOptions(options);

@@ -850,3 +850,3 @@ try {

filterDuplicateOptions(options);
const { optimizeDeps } = await import('./chunks/dep-75f53616.js').then(function (n) { return n.G; });
const { optimizeDeps } = await import('./chunks/dep-df561101.js').then(function (n) { return n.G; });
try {

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

filterDuplicateOptions(options);
const { preview } = await import('./chunks/dep-75f53616.js').then(function (n) { return n.J; });
const { preview } = await import('./chunks/dep-df561101.js').then(function (n) { return n.J; });
try {

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

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

import { i as isInNodeModules } from './chunks/dep-75f53616.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-75f53616.js';
import { i as isInNodeModules } from './chunks/dep-df561101.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-df561101.js';
export { VERSION as version } from './constants.js';

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

{
"name": "vite",
"version": "4.4.8",
"version": "4.4.9",
"type": "module",

@@ -71,4 +71,4 @@ "license": "MIT",

"esbuild": "^0.18.10",
"postcss": "^8.4.26",
"rollup": "^3.25.2"
"postcss": "^8.4.27",
"rollup": "^3.27.1"
},

@@ -109,3 +109,3 @@ "optionalDependencies": {

"etag": "^1.8.1",
"fast-glob": "^3.3.0",
"fast-glob": "^3.3.1",
"http-proxy": "^1.18.1",

@@ -133,7 +133,7 @@ "json-stable-stringify": "^1.0.2",

"strip-ansi": "^7.1.0",
"strip-literal": "^1.0.1",
"strip-literal": "^1.3.0",
"tsconfck": "^2.1.2",
"tslib": "^2.6.0",
"tslib": "^2.6.1",
"types": "link:./types",
"ufo": "^1.1.2",
"ufo": "^1.2.0",
"ws": "^8.13.0"

@@ -140,0 +140,0 @@ },

@@ -5,4 +5,2 @@ // This file is an augmentation to the built-in ImportMeta interface

/* eslint-disable @typescript-eslint/consistent-type-imports */
interface ImportMetaEnv {

@@ -9,0 +7,0 @@ [key: string]: any

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