🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@angular-devkit/build-angular

Package Overview
Dependencies
Maintainers
2
Versions
806
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

to
20.1.0-next.0

48

package.json
{
"name": "@angular-devkit/build-angular",
"version": "20.0.1",
"version": "20.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.2000.1",
"@angular-devkit/build-webpack": "0.2000.1",
"@angular-devkit/core": "20.0.1",
"@angular/build": "20.0.1",
"@babel/core": "7.27.1",
"@babel/generator": "7.27.1",
"@babel/helper-annotate-as-pure": "7.27.1",
"@angular-devkit/architect": "0.2001.0-next.0",
"@angular-devkit/build-webpack": "0.2001.0-next.0",
"@angular-devkit/core": "20.1.0-next.0",
"@angular/build": "20.1.0-next.0",
"@babel/core": "7.27.4",
"@babel/generator": "7.27.5",
"@babel/helper-annotate-as-pure": "7.27.3",
"@babel/helper-split-export-declaration": "7.24.7",
"@babel/plugin-transform-async-generator-functions": "7.27.1",
"@babel/plugin-transform-async-to-generator": "7.27.1",
"@babel/plugin-transform-runtime": "7.27.1",
"@babel/plugin-transform-runtime": "7.27.4",
"@babel/preset-env": "7.27.2",
"@babel/runtime": "7.27.1",
"@babel/runtime": "7.27.6",
"@discoveryjs/json-ext": "0.6.3",
"@ngtools/webpack": "20.0.1",
"@ngtools/webpack": "20.1.0-next.0",
"@vitejs/plugin-basic-ssl": "2.0.0",

@@ -48,7 +48,7 @@ "ansi-colors": "4.1.3",

"piscina": "5.0.0",
"postcss": "8.5.3",
"postcss": "8.5.4",
"postcss-loader": "8.1.1",
"resolve-url-loader": "5.0.0",
"rxjs": "7.8.2",
"sass": "1.88.0",
"sass": "1.89.1",
"sass-loader": "16.0.5",

@@ -58,8 +58,8 @@ "semver": "7.7.2",

"source-map-support": "0.5.21",
"terser": "5.39.1",
"terser": "5.41.0",
"tree-kill": "1.2.2",
"tslib": "2.8.1",
"webpack": "5.99.8",
"webpack": "5.99.9",
"webpack-dev-middleware": "7.4.2",
"webpack-dev-server": "5.2.1",
"webpack-dev-server": "5.2.2",
"webpack-merge": "6.0.1",

@@ -72,9 +72,9 @@ "webpack-subresource-integrity": "5.1.0"

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

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

"karma": "^6.3.0",
"ng-packagr": "^20.0.0",
"ng-packagr": "^20.0.0 || ^20.1.0-next.0",
"protractor": "^7.0.0",

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

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