Socket
Socket
Sign inDemoInstall

vite

Package Overview
Dependencies
Maintainers
5
Versions
578
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.1.0-beta.7 to 5.1.0

dist/node/chunks/dep-BWGc69YA.js

12

dist/node/cli.js

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

import { EventEmitter } from 'events';
import { c as colors, a as createLogger, r as resolveConfig } from './chunks/dep-G1t0FnMB.js';
import { c as colors, a as createLogger, r as resolveConfig } from './chunks/dep-nGG-_oRu.js';
import { VERSION } from './constants.js';

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

// is ok here
const { createServer } = await import('./chunks/dep-G1t0FnMB.js').then(function (n) { return n.E; });
const { createServer } = await import('./chunks/dep-nGG-_oRu.js').then(function (n) { return n.E; });
try {

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

.option('--ssrManifest [name]', `[boolean | string] emit ssr manifest json`)
.option('--force', `[boolean] force the optimizer to ignore the cache and re-bundle (experimental)`)
.option('--emptyOutDir', `[boolean] force empty outDir when it's outside of root`)

@@ -843,3 +842,3 @@ .option('-w, --watch', `[boolean] rebuilds when modules have changed on disk`)

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

@@ -854,3 +853,2 @@ try {

clearScreen: options.clearScreen,
optimizeDeps: { force: options.force },
build: buildOptions,

@@ -873,3 +871,3 @@ });

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

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

filterDuplicateOptions(options);
const { preview } = await import('./chunks/dep-G1t0FnMB.js').then(function (n) { return n.G; });
const { preview } = await import('./chunks/dep-nGG-_oRu.js').then(function (n) { return n.G; });
try {

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

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

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

{
"name": "vite",
"version": "5.1.0-beta.7",
"version": "5.1.0",
"type": "module",

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

"esbuild": "^0.19.3",
"postcss": "^8.4.33",
"postcss": "^8.4.35",
"rollup": "^4.2.0"

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

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

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

"cac": "^6.7.14",
"chokidar": "^3.5.3",
"chokidar": "^3.6.0",
"connect": "^3.7.0",

@@ -109,3 +109,3 @@ "convert-source-map": "^2.0.0",

"dep-types": "link:./src/types",
"dotenv": "^16.3.2",
"dotenv": "^16.4.1",
"dotenv-expand": "^10.0.0",

@@ -120,3 +120,3 @@ "es-module-lexer": "^1.4.1",

"lightningcss": "^1.23.0",
"magic-string": "^0.30.5",
"magic-string": "^0.30.7",
"micromatch": "^4.0.5",

@@ -140,6 +140,6 @@ "mlly": "^1.5.0",

"strip-literal": "^2.0.0",
"tsconfck": "^3.0.1",
"tsconfck": "^3.0.2",
"tslib": "^2.6.2",
"types": "link:./types",
"ufo": "^1.3.2",
"ufo": "^1.4.0",
"ws": "^8.16.0"

@@ -146,0 +146,0 @@ },

Sorry, the diff of this file is not supported yet

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