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

@angular-devkit/build-angular

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

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

"@ampproject/remapping": "2.3.0",
"@angular-devkit/architect": "0.2200.1",
"@angular-devkit/build-webpack": "0.2200.1",
"@angular-devkit/core": "22.0.1",
"@angular/build": "22.0.1",
"@babel/core": "7.29.0",
"@babel/generator": "7.29.1",
"@babel/helper-annotate-as-pure": "7.27.3",
"@angular-devkit/architect": "0.2201.0-next.0",
"@angular-devkit/build-webpack": "0.2201.0-next.0",
"@angular-devkit/core": "22.1.0-next.0",
"@angular/build": "22.1.0-next.0",
"@babel/core": "7.29.7",
"@babel/generator": "7.29.7",
"@babel/helper-annotate-as-pure": "7.29.7",
"@babel/helper-split-export-declaration": "7.24.7",
"@babel/plugin-transform-async-generator-functions": "7.29.0",
"@babel/plugin-transform-async-to-generator": "7.28.6",
"@babel/plugin-transform-runtime": "7.29.0",
"@babel/preset-env": "7.29.3",
"@babel/runtime": "7.29.2",
"@babel/plugin-transform-async-generator-functions": "7.29.7",
"@babel/plugin-transform-async-to-generator": "7.29.7",
"@babel/plugin-transform-runtime": "7.29.7",
"@babel/preset-env": "7.29.7",
"@babel/runtime": "7.29.7",
"@discoveryjs/json-ext": "1.1.0",
"@ngtools/webpack": "22.0.1",
"@ngtools/webpack": "22.1.0-next.0",
"ansi-colors": "4.1.3",

@@ -33,3 +33,3 @@ "autoprefixer": "10.5.0",

"esbuild-wasm": "0.28.0",
"http-proxy-middleware": "3.0.5",
"http-proxy-middleware": "4.0.0",
"istanbul-lib-instrument": "6.0.3",

@@ -39,3 +39,3 @@ "jsonc-parser": "3.3.1",

"less": "4.6.4",
"less-loader": "12.3.2",
"less-loader": "13.0.0",
"license-webpack-plugin": "4.0.2",

@@ -48,17 +48,17 @@ "loader-utils": "3.3.1",

"piscina": "5.1.4",
"postcss": "8.5.13",
"postcss": "8.5.15",
"postcss-loader": "8.2.1",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.2",
"sass": "1.99.0",
"sass-loader": "16.0.7",
"semver": "7.7.4",
"sass": "1.100.0",
"sass-loader": "17.0.0",
"semver": "7.8.1",
"source-map-loader": "5.0.0",
"source-map-support": "0.5.21",
"terser": "5.46.2",
"tinyglobby": "0.2.16",
"terser": "5.48.0",
"tinyglobby": "0.2.17",
"tslib": "2.8.1",
"webpack": "5.106.2",
"webpack": "5.107.2",
"webpack-dev-middleware": "8.0.3",
"webpack-dev-server": "5.2.3",
"webpack-dev-server": "5.2.4",
"webpack-merge": "6.0.1",

@@ -71,12 +71,12 @@ "webpack-subresource-integrity": "5.1.0"

"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.0.1",
"@angular/compiler-cli": "^22.0.0 || ^22.1.0-next.0",
"@angular/core": "^22.0.0 || ^22.1.0-next.0",
"@angular/localize": "^22.0.0 || ^22.1.0-next.0",
"@angular/platform-browser": "^22.0.0 || ^22.1.0-next.0",
"@angular/platform-server": "^22.0.0 || ^22.1.0-next.0",
"@angular/service-worker": "^22.0.0 || ^22.1.0-next.0",
"@angular/ssr": "^22.1.0-next.0",
"browser-sync": "^3.0.2",
"karma": "^6.3.0",
"ng-packagr": "^22.0.0",
"ng-packagr": "^22.0.0 || ^22.1.0-next.0",
"tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",

@@ -83,0 +83,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.0.1';
const VERSION = '22.1.0-next.0';
function hasCacheMetadata(value) {

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