Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@analogjs/vite-plugin-angular

Package Overview
Dependencies
Maintainers
1
Versions
359
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 1.10.2-beta.11 to 1.10.2-beta.12

2

package.json
{
"name": "@analogjs/vite-plugin-angular",
"version": "1.10.2-beta.11",
"version": "1.10.2-beta.12",
"description": "Vite Plugin for Angular",

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

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

let watchMode = false;
let testWatchMode = false;
const sourceFileCache = new SourceFileCache();

@@ -126,2 +127,3 @@ const isTest = process.env['NODE_ENV'] === 'test' || !!process.env['VITEST'];

resolvedConfig = config;
testWatchMode = !(config.server.watch === null);
},

@@ -231,2 +233,5 @@ configureServer(server) {

sourceFileCache.invalidate([id]);
if (testWatchMode) {
await buildAndAnalyze();
}
}

@@ -233,0 +238,0 @@ }

Sorry, the diff of this file is not supported yet

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