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.13 to 19.0.0-rc.0

third_party/beasties/index.d.ts

20

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

@@ -260,2 +260,9 @@ import type { Type } from '@angular/core';

declare interface BeastiesBase {
embedLinkedStylesheet(link: PartialHTMLElement, document: PartialDocument): Promise<unknown>;
}
declare class BeastiesBase extends default_2 {
}
/**

@@ -286,9 +293,2 @@ * Annotates a request handler function with metadata, marking it as a special

declare interface CrittersBase {
embedLinkedStylesheet(link: PartialHTMLElement, document: PartialDocument): Promise<unknown>;
}
declare class CrittersBase extends default_2 {
}
/**

@@ -799,3 +799,3 @@ * Represents the exports of an Angular server application entry point.

export declare class ɵInlineCriticalCssProcessor extends CrittersBase {
export declare class ɵInlineCriticalCssProcessor extends BeastiesBase {
readFile: (path: string) => Promise<string>;

@@ -807,3 +807,3 @@ readonly outputPath?: string | undefined;

/**
* Override of the Critters `embedLinkedStylesheet` method
* Override of the Beasties `embedLinkedStylesheet` method
* that makes it work with Angular's CSP APIs.

@@ -810,0 +810,0 @@ */

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

@@ -25,8 +25,8 @@ "license": "MIT",

"devDependencies": {
"@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",
"@angular/common": "19.0.0-next.11",
"@angular/compiler": "19.0.0-next.11",
"@angular/core": "19.0.0-next.11",
"@angular/platform-browser": "19.0.0-next.11",
"@angular/platform-server": "19.0.0-next.11",
"@angular/router": "19.0.0-next.11",
"@bazel/runfiles": "^5.8.1"

@@ -33,0 +33,0 @@ },

@@ -7,2 +7,7 @@ export interface Schema {

/**
* Creates a server application using the Server Routing and App Engine APIs (Developer
* Preview).
*/
serverRouting?: boolean;
/**
* Skip installing dependency packages.

@@ -9,0 +14,0 @@ */

@@ -18,2 +18,6 @@ {

"default": false
},
"serverRouting": {
"description": "Creates a server application using the Server Routing and App Engine APIs (Developer Preview).",
"type": "boolean"
}

@@ -20,0 +24,0 @@ },

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 not supported yet

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