Socket
Book a DemoSign in
Socket

@ngtools/webpack

Package Overview
Dependencies
Maintainers
2
Versions
1031
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngtools/webpack - npm Package Compare versions

Comparing version
19.2.19
to
19.2.20
+2
-2
package.json
{
"name": "@ngtools/webpack",
"version": "19.2.19",
"version": "19.2.20",
"description": "Webpack plugin that AoT compiles your Angular components and modules.",

@@ -32,3 +32,3 @@ "main": "./src/index.js",

},
"packageManager": "pnpm@9.15.6",
"packageManager": "pnpm@10.15.0",
"engines": {

@@ -35,0 +35,0 @@ "node": "^18.19.1 || ^20.11.1 || >=22.0.0",

@@ -14,5 +14,2 @@ /**

interface PathPluginResolverRequest extends ResolverRequest {
context?: {
issuer?: string;
};
typescriptPathMapped?: boolean;

@@ -19,0 +16,0 @@ }