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

@angular/platform-browser

Package Overview
Dependencies
Maintainers
2
Versions
874
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/platform-browser - npm Package Compare versions

Comparing version 19.1.0-rc.0 to 19.1.0

2

animations/async/index.d.ts
/**
* @license Angular v19.1.0-rc.0
* @license Angular v19.1.0
* (c) 2010-2024 Google LLC. https://angular.io/

@@ -4,0 +4,0 @@ * License: MIT

/**
* @license Angular v19.1.0-rc.0
* @license Angular v19.1.0
* (c) 2010-2024 Google LLC. https://angular.io/

@@ -35,3 +35,3 @@ * License: MIT

* function as follows:
* ```
* ```ts
* @NgModule({

@@ -38,0 +38,0 @@ * imports: [BrowserAnimationsModule.withConfig(config)]

/**
* @license Angular v19.1.0-rc.0
* @license Angular v19.1.0
* (c) 2010-2024 Google LLC. https://angular.io/

@@ -19,2 +19,3 @@ * License: MIT

import { InjectionToken } from '@angular/core';
import { Injector } from '@angular/core';
import { ListenerOptions } from '@angular/core';

@@ -36,3 +37,2 @@ import { NgZone } from '@angular/core';

import { Version } from '@angular/core';
import { ɵConsole } from '@angular/core';
import { ɵDomAdapter } from '@angular/common';

@@ -124,4 +124,4 @@ import { ɵgetDOM } from '@angular/common';

export declare class BrowserModule {
constructor(providersAlreadyPresent: boolean | null);
static ɵfac: i0.ɵɵFactoryDeclaration<BrowserModule, [{ optional: true; skipSelf: true; }]>;
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<BrowserModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<BrowserModule, never, never, [typeof i1.CommonModule, typeof i0.ApplicationModule]>;

@@ -921,6 +921,6 @@ static ɵinj: i0.ɵɵInjectorDeclaration<BrowserModule>;

private _config;
private console;
private _injector;
private loader?;
private _loaderPromise;
constructor(doc: any, _config: HammerGestureConfig, console: ɵConsole, loader?: (HammerLoader | null) | undefined);
constructor(doc: any, _config: HammerGestureConfig, _injector: Injector, loader?: (HammerLoader | null) | undefined);
supports(eventName: string): boolean;

@@ -927,0 +927,0 @@ addEventListener(element: HTMLElement, eventName: string, handler: Function): Function;

{
"name": "@angular/platform-browser",
"version": "19.1.0-rc.0",
"version": "19.1.0",
"description": "Angular - library for using Angular in a web browser",

@@ -14,5 +14,5 @@ "author": "angular",

"peerDependencies": {
"@angular/animations": "19.1.0-rc.0",
"@angular/core": "19.1.0-rc.0",
"@angular/common": "19.1.0-rc.0"
"@angular/animations": "19.1.0",
"@angular/core": "19.1.0",
"@angular/common": "19.1.0"
},

@@ -19,0 +19,0 @@ "peerDependenciesMeta": {

/**
* @license Angular v19.1.0-rc.0
* @license Angular v19.1.0
* (c) 2010-2024 Google LLC. https://angular.io/

@@ -4,0 +4,0 @@ * License: MIT

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

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