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

@angular/ssr

Package Overview
Dependencies
Maintainers
2
Versions
339
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/ssr - npm Package Compare versions

Comparing version
22.0.1
to
22.1.0-next.0
+1
-1
fesm2022/ssr.mjs

@@ -255,3 +255,3 @@ import { normalizeTrustProxyHeaders, sanitizeRequestHeaders, validateRequest } from './_validation-chunk.mjs';

if (ngDevMode && resHeaders.has('location')) {
console.warn(`Location header "${resHeaders.get('location')}" will ignored and set to "${location}".`);
console.warn(`Location header "${resHeaders.get('location')}" will be ignored and set to "${location}".`);
}

@@ -258,0 +258,0 @@ const varyArray = resHeaders.get('Vary')?.split(',') ?? [];

{
"name": "@angular/ssr",
"version": "22.0.1",
"version": "22.1.0-next.0",
"description": "Angular server side rendering utilities",

@@ -28,6 +28,6 @@ "type": "module",

"peerDependencies": {
"@angular/common": "^22.0.0",
"@angular/core": "^22.0.0",
"@angular/platform-server": "^22.0.0",
"@angular/router": "^22.0.0"
"@angular/common": "^22.0.0 || ^22.1.0-next.0",
"@angular/core": "^22.0.0 || ^22.1.0-next.0",
"@angular/platform-server": "^22.0.0 || ^22.1.0-next.0",
"@angular/router": "^22.0.0 || ^22.1.0-next.0"
},

@@ -41,8 +41,8 @@ "peerDependenciesMeta": {

"@angular-devkit/schematics": "workspace:*",
"@angular/common": "22.0.0",
"@angular/compiler": "22.0.0",
"@angular/core": "22.0.0",
"@angular/platform-browser": "22.0.0",
"@angular/platform-server": "22.0.0",
"@angular/router": "22.0.0",
"@angular/common": "22.1.0-next.0",
"@angular/compiler": "22.1.0-next.0",
"@angular/core": "22.1.0-next.0",
"@angular/platform-browser": "22.1.0-next.0",
"@angular/platform-server": "22.1.0-next.0",
"@angular/router": "22.1.0-next.0",
"@schematics/angular": "workspace:*",

@@ -49,0 +49,0 @@ "beasties": "0.4.2"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display