🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@angular-devkit/build-angular

Package Overview
Dependencies
Maintainers
2
Versions
969
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
22.1.0
to
22.2.0-next.0
+20
-20
package.json
{
"name": "@angular-devkit/build-angular",
"version": "22.1.0",
"version": "22.2.0-next.0",
"description": "Angular Webpack Build Facade",

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

"@ampproject/remapping": "2.3.0",
"@angular-devkit/architect": "0.2201.0",
"@angular-devkit/build-webpack": "0.2201.0",
"@angular-devkit/core": "22.1.0",
"@angular/build": "22.1.0",
"@angular-devkit/architect": "0.2202.0-next.0",
"@angular-devkit/build-webpack": "0.2202.0-next.0",
"@angular-devkit/core": "22.2.0-next.0",
"@angular/build": "22.2.0-next.0",
"@babel/core": "8.0.1",

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

"@discoveryjs/json-ext": "1.1.0",
"@ngtools/webpack": "22.1.0",
"@ngtools/webpack": "22.2.0-next.0",
"ansi-colors": "4.1.3",

@@ -38,3 +38,3 @@ "autoprefixer": "10.5.4",

"karma-source-map-support": "1.4.0",
"less": "4.6.7",
"less": "4.8.1",
"less-loader": "13.0.0",

@@ -47,8 +47,8 @@ "license-webpack-plugin": "4.0.2",

"picomatch": "4.0.5",
"piscina": "5.2.0",
"postcss": "8.5.19",
"piscina": "5.3.0",
"postcss": "8.5.24",
"postcss-loader": "8.2.1",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.2",
"sass": "1.101.0",
"sass": "1.102.0",
"sass-loader": "17.0.0",

@@ -61,4 +61,4 @@ "semver": "7.8.5",

"tslib": "2.8.1",
"webpack": "5.108.4",
"webpack-dev-middleware": "8.0.3",
"webpack": "5.109.2",
"webpack-dev-middleware": "8.1.0",
"webpack-dev-server": "5.2.6",

@@ -72,12 +72,12 @@ "webpack-merge": "6.0.1",

"peerDependencies": {
"@angular/compiler-cli": "^22.0.0",
"@angular/core": "^22.0.0",
"@angular/localize": "^22.0.0",
"@angular/platform-browser": "^22.0.0",
"@angular/platform-server": "^22.0.0",
"@angular/service-worker": "^22.0.0",
"@angular/ssr": "^22.1.0",
"@angular/compiler-cli": "^22.0.0 || ^22.2.0-next.0",
"@angular/core": "^22.0.0 || ^22.2.0-next.0",
"@angular/localize": "^22.0.0 || ^22.2.0-next.0",
"@angular/platform-browser": "^22.0.0 || ^22.2.0-next.0",
"@angular/platform-server": "^22.0.0 || ^22.2.0-next.0",
"@angular/service-worker": "^22.0.0 || ^22.2.0-next.0",
"@angular/ssr": "^22.2.0-next.0",
"browser-sync": "^3.0.2",
"karma": "^6.3.0",
"ng-packagr": "^22.0.0",
"ng-packagr": "^22.0.0 || ^22.2.0-next.0",
"tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",

@@ -84,0 +84,0 @@ "typescript": ">=6.0 <6.1"

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

/** Version placeholder is replaced during the build process with actual package version */
const VERSION = '22.1.0';
const VERSION = '22.2.0-next.0';
function hasCacheMetadata(value) {

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