New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@angular/ssr

Package Overview
Dependencies
Maintainers
2
Versions
145
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 19.1.4 to 19.2.0-next.0

10

index.d.ts

@@ -660,6 +660,5 @@ import type { ApplicationRef } from '@angular/core';

/**
* Creates an empty route tree node with the specified segment.
* Creates an empty route tree node.
* This helper function is used during the tree construction.
*
* @param segment - The route segment that this node represents.
* @returns A new, empty route tree node.

@@ -677,9 +676,2 @@ */

/**
* The segment value associated with this node.
* A segment is a single part of a route path, typically delimited by slashes (`/`).
* For example, in the route `/users/:id/profile`, the segments are `users`, `:id`, and `profile`.
* Segments can also be wildcards (`*`), which match any segment in that position of the route.
*/
segment: string;
/**
* The index indicating the order in which the route was inserted into the tree.

@@ -686,0 +678,0 @@ * This index helps determine the priority of routes during matching, with lower indexes

26

package.json
{
"name": "@angular/ssr",
"version": "19.1.4",
"version": "19.2.0-next.0",
"description": "Angular server side rendering utilities",
"type": "module",
"license": "MIT",

@@ -19,6 +20,6 @@ "homepage": "https://github.com/angular/angular-cli",

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

@@ -31,9 +32,9 @@ "peerDependenciesMeta": {

"devDependencies": {
"@angular/common": "19.1.0-rc.0",
"@angular/compiler": "19.1.0-rc.0",
"@angular/core": "19.1.0-rc.0",
"@angular/platform-browser": "19.1.0-rc.0",
"@angular/platform-server": "19.1.0-rc.0",
"@angular/router": "19.1.0-rc.0",
"@bazel/runfiles": "^5.8.1"
"@angular/common": "19.2.0-next.0",
"@angular/compiler": "19.2.0-next.0",
"@angular/core": "19.2.0-next.0",
"@angular/platform-browser": "19.2.0-next.0",
"@angular/platform-server": "19.2.0-next.0",
"@angular/router": "19.2.0-next.0",
"@bazel/runfiles": "^6.0.0"
},

@@ -48,3 +49,2 @@ "sideEffects": false,

"typings": "./index.d.ts",
"type": "module",
"exports": {

@@ -51,0 +51,0 @@ "./package.json": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc