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

2

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

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

@@ -77,2 +77,5 @@ import { transformWithEsbuild } from 'vite';

async transform(code, id) {
if (!/\.ts/.test(id)) {
return;
}
const [, query] = id.split('?');

@@ -79,0 +82,0 @@ if (query && query.includes('inline')) {

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