Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@angular/ssr

Package Overview
Dependencies
Maintainers
0
Versions
131
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.0.0-next.11 to 19.0.0-next.12

fesm2022/tokens.mjs

19

index.d.ts
import type { ApplicationRef } from '@angular/core';
import { default as default_2 } from 'critters';
import { EnvironmentProviders } from '@angular/core';
import { InjectionToken } from '@angular/core';
import type { Type } from '@angular/core';

@@ -446,16 +445,4 @@

/**
* Injection token for the current request.
* @developerPreview
*/
export declare const REQUEST: InjectionToken<Request>;
/**
* Injection token for additional request context.
* @developerPreview
*/
export declare const REQUEST_CONTEXT: InjectionToken<unknown>;
/**
* Function for handling HTTP requests in a web environment.

@@ -470,8 +457,2 @@ *

/**
* Injection token for the response initialization options.
* @developerPreview
*/
export declare const RESPONSE_INIT: InjectionToken<ResponseInit>;
/**
* A route tree implementation that supports efficient route matching, including support for wildcard routes.

@@ -478,0 +459,0 @@ * This structure is useful for organizing and retrieving routes in a hierarchical manner,

19

package.json
{
"name": "@angular/ssr",
"version": "19.0.0-next.11",
"version": "19.0.0-next.12",
"description": "Angular server side rendering utilities",

@@ -25,10 +25,11 @@ "license": "MIT",

"devDependencies": {
"@angular/common": "19.0.0-next.9",
"@angular/compiler": "19.0.0-next.9",
"@angular/core": "19.0.0-next.9",
"@angular/platform-browser": "19.0.0-next.9",
"@angular/platform-server": "19.0.0-next.9",
"@angular/router": "19.0.0-next.9",
"@angular/common": "19.0.0-next.10",
"@angular/compiler": "19.0.0-next.10",
"@angular/core": "19.0.0-next.10",
"@angular/platform-browser": "19.0.0-next.10",
"@angular/platform-server": "19.0.0-next.10",
"@angular/router": "19.0.0-next.10",
"@bazel/runfiles": "^5.8.1"
},
"sideEffects": false,
"schematics": "./schematics/collection.json",

@@ -53,4 +54,8 @@ "repository": {

"default": "./fesm2022/node.mjs"
},
"./tokens": {
"types": "./tokens/index.d.ts",
"default": "./fesm2022/tokens.mjs"
}
}
}

Sorry, the diff of this file is not supported yet

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