New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

vite-plugin-symfony

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-symfony - npm Package Compare versions

Comparing version

to
0.5.1

@@ -79,3 +79,3 @@ "use strict";

isProd: true,
viteServer: null,
viteServer: false,
entryPoints,

@@ -82,0 +82,0 @@ assets,

{
"name": "vite-plugin-symfony",
"version": "0.5.0",
"version": "0.5.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -92,3 +92,3 @@ import type { Plugin, UserConfig } from "vite";

isProd: true,
viteServer: null,
viteServer: false,
entryPoints,

@@ -95,0 +95,0 @@ assets,

type EntryPointsFile = {
isProd: boolean;
viteServer?: {
origin: string;
base: string;
};
viteServer:
| {
origin: string;
base: string;
}
| false;
entryPoints: EntryPoints;

@@ -8,0 +10,0 @@ };