Socket
Socket
Sign inDemoInstall

vite

Package Overview
Dependencies
11
Maintainers
5
Versions
552
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.4 to 5.0.5

dist/node/chunks/dep-IrrVD4is.js

5

client.d.ts

@@ -131,3 +131,2 @@ /// <reference path="./types/importMeta.d.ts" />

}
declare module '*.opus' {

@@ -137,2 +136,6 @@ const src: string

}
declare module '*.mov' {
const src: string
export default src
}

@@ -139,0 +142,0 @@ // fonts

10

dist/node/cli.js

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

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

// is ok here
const { createServer } = await import('./chunks/dep-4RECYSE1.js').then(function (n) { return n.A; });
const { createServer } = await import('./chunks/dep-MF_y65BT.js').then(function (n) { return n.A; });
try {

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

filterDuplicateOptions(options);
const { build } = await import('./chunks/dep-4RECYSE1.js').then(function (n) { return n.C; });
const { build } = await import('./chunks/dep-MF_y65BT.js').then(function (n) { return n.C; });
const buildOptions = cleanOptions(options);

@@ -873,3 +873,3 @@ try {

filterDuplicateOptions(options);
const { optimizeDeps } = await import('./chunks/dep-4RECYSE1.js').then(function (n) { return n.B; });
const { optimizeDeps } = await import('./chunks/dep-MF_y65BT.js').then(function (n) { return n.B; });
try {

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

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

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

@@ -100,2 +100,3 @@ import path, { resolve } from 'node:path';

'opus',
'mov',
// fonts

@@ -102,0 +103,0 @@ 'woff2?',

export { parseAst, parseAstAsync } from 'rollup/parseAst';
import { i as isInNodeModules } from './chunks/dep-4RECYSE1.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-4RECYSE1.js';
import { i as isInNodeModules } from './chunks/dep-MF_y65BT.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-MF_y65BT.js';
export { VERSION as version } from './constants.js';

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

{
"name": "vite",
"version": "5.0.4",
"version": "5.0.5",
"type": "module",

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

},
"homepage": "https://github.com/vitejs/vite/tree/main/#readme",
"homepage": "https://vitejs.dev",
"funding": "https://github.com/vitejs/vite?sponsor=1",

@@ -66,3 +66,3 @@ "//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",

"esbuild": "^0.19.3",
"postcss": "^8.4.31",
"postcss": "^8.4.32",
"rollup": "^4.2.0"

@@ -75,11 +75,11 @@ },

"@ampproject/remapping": "^2.2.1",
"@babel/parser": "^7.23.4",
"@babel/parser": "^7.23.5",
"@jridgewell/trace-mapping": "^0.3.20",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-dynamic-import-vars": "^2.1.1",
"@rollup/plugin-dynamic-import-vars": "^2.1.2",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
"@rollup/pluginutils": "^5.0.5",
"@rollup/pluginutils": "^5.1.0",
"@types/escape-html": "^1.0.4",

@@ -86,0 +86,0 @@ "@types/pnpapi": "^0.0.5",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc