You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@analogjs/vite-plugin-angular

Package Overview
Dependencies
Maintainers
1
Versions
485
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@analogjs/vite-plugin-angular - npm Package Compare versions

Comparing version

to
1.19.3-beta.1

2

package.json
{
"name": "@analogjs/vite-plugin-angular",
"version": "1.19.2",
"version": "1.19.3-beta.1",
"description": "Vite Plugin for Angular",

@@ -5,0 +5,0 @@ "type": "module",

@@ -151,10 +151,3 @@ import { basename, dirname, isAbsolute, relative, resolve } from 'node:path';

if (!isVitestVscode) {
const { host, writeOutputFile } = await performCompilation(resolvedConfig);
/**
* Perf: Output files on demand so the dev server
* isn't blocked when emitting files.
*/
if (!isTest) {
outputFile = writeOutputFile;
}
const { host } = await performCompilation(resolvedConfig);
initialCompilation = true;

@@ -661,6 +654,10 @@ // Only store cache if in watch mode

}
if (isTest) {
return { host };
if (!isTest) {
/**
* Perf: Output files on demand so the dev server
* isn't blocked when emitting files.
*/
outputFile = writeOutputFile;
}
return { host, writeOutputFile };
return { host };
}

@@ -667,0 +664,0 @@ }

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.