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

@angular/animations

Package Overview
Dependencies
Maintainers
2
Versions
830
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

to
20.0.0-next.1

4

browser/index.d.ts
/**
* @license Angular v20.0.0-next.0
* (c) 2010-2024 Google LLC. https://angular.io/
* @license Angular v20.0.0-next.1
* (c) 2010-2025 Google LLC. https://angular.io/
* License: MIT

@@ -5,0 +5,0 @@ */

/**
* @license Angular v20.0.0-next.0
* (c) 2010-2024 Google LLC. https://angular.io/
* @license Angular v20.0.0-next.1
* (c) 2010-2025 Google LLC. https://angular.io/
* License: MIT

@@ -5,0 +5,0 @@ */

/**
* @license Angular v20.0.0-next.0
* (c) 2010-2024 Google LLC. https://angular.io/
* @license Angular v20.0.0-next.1
* (c) 2010-2025 Google LLC. https://angular.io/
* License: MIT

@@ -36,3 +36,3 @@ */

* @usageNotes
* Call within an animation `sequence()`, `{@link animations/group group()}`, or
* Call within an animation `sequence()`, {@link /api/animations/group group()}, or
* `transition()` call to specify an animation step

@@ -376,3 +376,3 @@ * that applies given style data to the parent animation for a given amount of time.

* Encapsulates an animation group.
* Instantiated and returned by the `{@link animations/group group()}` function.
* Instantiated and returned by the `group()` function.
*

@@ -442,3 +442,3 @@ * @publicApi

* Contains a set of animation steps.
* See `{@link animations/group group()}`
* See `{@link /api/animations/group group()}`
*/

@@ -500,3 +500,3 @@ Group = 3,

* - `sequence()`
* - `{@link animations/group group()}`
* - `{@link /api/animations/group group()}`
* - `query()`

@@ -1096,6 +1096,6 @@ * - `animation()`

* `transition()` call, the steps run sequentially by default.
* Compare this to the `{@link animations/group group()}` call, which runs animation steps in
* Compare this to the {@link /api/animations/group group()} call, which runs animation steps in
*parallel.
*
* When a sequence is used within a `{@link animations/group group()}` or a `transition()` call,
* When a sequence is used within a {@link /api/animations/group group()} or a `transition()` call,
* execution continues to the next instruction only after each of the inner animation

@@ -1102,0 +1102,0 @@ * steps have completed.

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

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

"peerDependencies": {
"@angular/core": "20.0.0-next.0"
"@angular/core": "20.0.0-next.1"
},

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

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