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 5.0.0-beta.10 to 5.0.0-beta.11

dist/node/chunks/dep-HpI8v4GP.js

4

./dist/node/index.js

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

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

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

@@ -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-RTfXXG9P.js';
import { x as colors, k as createLogger, r as resolveConfig } from './chunks/dep-kPX9VBbU.js';
import { VERSION } from './constants.js';

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

.option('--port <port>', `[number] specify port`)
.option('--https', `[boolean] use TLS + HTTP/2`)
.option('--open [path]', `[boolean | string] open browser on startup`)

@@ -765,3 +764,3 @@ .option('--cors', `[boolean] enable CORS`)

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

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

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

@@ -876,3 +875,3 @@ try {

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

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

.option('--strictPort', `[boolean] exit if specified port is already in use`)
.option('--https', `[boolean] use TLS + HTTP/2`)
.option('--open [path]', `[boolean | string] open browser on startup`)

@@ -905,3 +903,3 @@ .option('--outDir <dir>', `[string] output directory (default: dist)`)

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

@@ -921,3 +919,2 @@ const server = await preview({

host: options.host,
https: options.https,
open: options.open,

@@ -924,0 +921,0 @@ },

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

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

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

{
"name": "vite",
"version": "5.0.0-beta.10",
"version": "5.0.0-beta.11",
"type": "module",

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

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