You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@angular/animations

Package Overview
Dependencies
Maintainers
2
Versions
971
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/animations - npm Package Compare versions

Comparing version
20.2.0-rc.0
to
20.2.0-rc.1
+1
-1
animation_driver.d.d.ts
/**
* @license Angular v20.2.0-rc.0
* @license Angular v20.2.0-rc.1
* (c) 2010-2025 Google LLC. https://angular.io/

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

/**
* @license Angular v20.2.0-rc.0
* @license Angular v20.2.0-rc.1
* (c) 2010-2025 Google LLC. https://angular.io/

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

/**
* @license Angular v20.2.0-rc.0
* @license Angular v20.2.0-rc.1
* (c) 2010-2025 Google LLC. https://angular.io/

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

/**
* @license Angular v20.2.0-rc.0
* @license Angular v20.2.0-rc.1
* (c) 2010-2025 Google LLC. https://angular.io/

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

/**
* @license Angular v20.2.0-rc.0
* @license Angular v20.2.0-rc.1
* (c) 2010-2025 Google LLC. https://angular.io/

@@ -62,6 +62,6 @@ * License: MIT

class AnimationBuilder {
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0-rc.0", ngImport: i0, type: AnimationBuilder, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.0-rc.0", ngImport: i0, type: AnimationBuilder, providedIn: 'root', useFactory: () => inject(BrowserAnimationBuilder) });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0-rc.1", ngImport: i0, type: AnimationBuilder, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.0-rc.1", ngImport: i0, type: AnimationBuilder, providedIn: 'root', useFactory: () => inject(BrowserAnimationBuilder) });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0-rc.0", ngImport: i0, type: AnimationBuilder, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0-rc.1", ngImport: i0, type: AnimationBuilder, decorators: [{
type: Injectable,

@@ -108,6 +108,6 @@ args: [{ providedIn: 'root', useFactory: () => inject(BrowserAnimationBuilder) }]

}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0-rc.0", ngImport: i0, type: BrowserAnimationBuilder, deps: [{ token: i0.RendererFactory2 }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.0-rc.0", ngImport: i0, type: BrowserAnimationBuilder, providedIn: 'root' });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.2.0-rc.1", ngImport: i0, type: BrowserAnimationBuilder, deps: [{ token: i0.RendererFactory2 }, { token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.2.0-rc.1", ngImport: i0, type: BrowserAnimationBuilder, providedIn: 'root' });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0-rc.0", ngImport: i0, type: BrowserAnimationBuilder, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.2.0-rc.1", ngImport: i0, type: BrowserAnimationBuilder, decorators: [{
type: Injectable,

@@ -114,0 +114,0 @@ args: [{ providedIn: 'root' }]

/**
* @license Angular v20.2.0-rc.0
* @license Angular v20.2.0-rc.1
* (c) 2010-2025 Google LLC. https://angular.io/

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

/**
* @license Angular v20.2.0-rc.0
* @license Angular v20.2.0-rc.1
* (c) 2010-2025 Google LLC. https://angular.io/

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

/**
* @license Angular v20.2.0-rc.0
* @license Angular v20.2.0-rc.1
* (c) 2010-2025 Google LLC. https://angular.io/

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

/**
* @license Angular v20.2.0-rc.0
* @license Angular v20.2.0-rc.1
* (c) 2010-2025 Google LLC. https://angular.io/

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

{
"name": "@angular/animations",
"version": "20.2.0-rc.0",
"version": "20.2.0-rc.1",
"description": "Angular - animations integration with web-animations",

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

"peerDependencies": {
"@angular/core": "20.2.0-rc.0",
"@angular/common": "20.2.0-rc.0"
"@angular/core": "20.2.0-rc.1",
"@angular/common": "20.2.0-rc.1"
},

@@ -18,0 +18,0 @@ "repository": {

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