Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@angular-devkit/build-angular

Package Overview
Dependencies
Maintainers
2
Versions
898
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-devkit/build-angular - npm Package Compare versions

Comparing version
21.2.0-rc.2
to
21.2.0
+14
-14
package.json
{
"name": "@angular-devkit/build-angular",
"version": "21.2.0-rc.2",
"version": "21.2.0",
"description": "Angular Webpack Build Facade",

@@ -10,6 +10,6 @@ "main": "src/index.js",

"@ampproject/remapping": "2.3.0",
"@angular-devkit/architect": "0.2102.0-rc.2",
"@angular-devkit/build-webpack": "0.2102.0-rc.2",
"@angular-devkit/core": "21.2.0-rc.2",
"@angular/build": "21.2.0-rc.2",
"@angular-devkit/architect": "0.2102.0",
"@angular-devkit/build-webpack": "0.2102.0",
"@angular-devkit/core": "21.2.0",
"@angular/build": "21.2.0",
"@babel/core": "7.29.0",

@@ -25,3 +25,3 @@ "@babel/generator": "7.29.1",

"@discoveryjs/json-ext": "0.6.3",
"@ngtools/webpack": "21.2.0-rc.2",
"@ngtools/webpack": "21.2.0",
"ansi-colors": "4.1.3",

@@ -70,9 +70,9 @@ "autoprefixer": "10.4.24",

"peerDependencies": {
"@angular/core": "^21.0.0 || ^21.2.0-next.0",
"@angular/compiler-cli": "^21.0.0 || ^21.2.0-next.0",
"@angular/localize": "^21.0.0 || ^21.2.0-next.0",
"@angular/platform-browser": "^21.0.0 || ^21.2.0-next.0",
"@angular/platform-server": "^21.0.0 || ^21.2.0-next.0",
"@angular/service-worker": "^21.0.0 || ^21.2.0-next.0",
"@angular/ssr": "^21.2.0-rc.2",
"@angular/core": "^21.0.0",
"@angular/compiler-cli": "^21.0.0",
"@angular/localize": "^21.0.0",
"@angular/platform-browser": "^21.0.0",
"@angular/platform-server": "^21.0.0",
"@angular/service-worker": "^21.0.0",
"@angular/ssr": "^21.2.0",
"@web/test-runner": "^0.20.0",

@@ -83,3 +83,3 @@ "browser-sync": "^3.0.2",

"karma": "^6.3.0",
"ng-packagr": "^21.0.0 || ^21.2.0-next.0",
"ng-packagr": "^21.0.0",
"protractor": "^7.0.0",

@@ -86,0 +86,0 @@ "tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",

@@ -13,3 +13,3 @@ "use strict";

/** Version placeholder is replaced during the build process with actual package version */
const VERSION = '21.2.0-rc.2';
const VERSION = '21.2.0';
function hasCacheMetadata(value) {

@@ -16,0 +16,0 @@ return (!!value &&