Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ngtools/webpack

Package Overview
Dependencies
Maintainers
2
Versions
1054
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
22.0.0-next.8
to
22.0.0-rc.0
+12
-13
package.json
{
"name": "@ngtools/webpack",
"version": "22.0.0-next.8",
"version": "22.0.0-rc.0",
"description": "Webpack plugin that AoT compiles your Angular components and modules.",
"main": "./src/index.js",
"typings": "src/index.d.ts",
"license": "MIT",
"keywords": [

@@ -18,11 +17,2 @@ "Angular CLI",

],
"repository": {
"type": "git",
"url": "git+https://github.com/angular/angular-cli.git"
},
"author": "Angular Authors",
"bugs": {
"url": "https://github.com/angular/angular-cli/issues"
},
"homepage": "https://github.com/angular/angular-cli",
"peerDependencies": {

@@ -33,3 +23,6 @@ "@angular/compiler-cli": "^22.0.0-next.0",

},
"packageManager": "pnpm@10.33.2",
"repository": {
"type": "git",
"url": "git+https://github.com/angular/angular-cli.git"
},
"engines": {

@@ -39,3 +32,9 @@ "node": "^22.22.0 || ^24.13.1 || >=26.0.0",

"yarn": ">= 1.13.0"
}
},
"author": "Angular Authors",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/angular-cli/issues"
},
"homepage": "https://github.com/angular/angular-cli"
}