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

@angular/animations

Package Overview
Dependencies
Maintainers
1
Versions
792
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 4.3.5 to 4.3.6

13

@angular/animations.es5.js
/**
* @license Angular v4.3.5
* @license Angular v4.3.6
* (c) 2010-2017 Google, Inc. https://angular.io/

@@ -135,7 +135,8 @@ * License: MIT

*
* ## Disable Child Animations
* ## Disable Animations
* A special animation control binding called `\@.disabled` can be placed on an element which will
* then disable animations for any inner animation triggers situated within the element.
* then disable animations for any inner animation triggers situated within the element as well as
* any animations on the element itself.
*
* When true, the `\@.disabled` binding will prevent inner animations from rendering. The example
* When true, the `\@.disabled` binding will prevent all animations from rendering. The example
* below shows how to use this feature:

@@ -166,4 +167,4 @@ *

*
* Note that `\@.disbled` will only disable inner animations (any animations running on the same
* element will not be disabled).
* Note that `\@.disbled` will only disable all animations (this means any animations running on
* the same element will also be disabled).
*

@@ -170,0 +171,0 @@ * ### Disabling Animations Application-wide

/**
* @license Angular v4.3.5
* @license Angular v4.3.6
* (c) 2010-2017 Google, Inc. https://angular.io/

@@ -130,7 +130,8 @@ * License: MIT

*
* ## Disable Child Animations
* ## Disable Animations
* A special animation control binding called `\@.disabled` can be placed on an element which will
* then disable animations for any inner animation triggers situated within the element.
* then disable animations for any inner animation triggers situated within the element as well as
* any animations on the element itself.
*
* When true, the `\@.disabled` binding will prevent inner animations from rendering. The example
* When true, the `\@.disabled` binding will prevent all animations from rendering. The example
* below shows how to use this feature:

@@ -161,4 +162,4 @@ *

*
* Note that `\@.disbled` will only disable inner animations (any animations running on the same
* element will not be disabled).
* Note that `\@.disbled` will only disable all animations (this means any animations running on
* the same element will also be disabled).
*

@@ -165,0 +166,0 @@ * ### Disabling Animations Application-wide

import * as tslib_1 from "tslib";
/**
* @license Angular v4.3.5
* @license Angular v4.3.6
* (c) 2010-2017 Google, Inc. https://angular.io/

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

/**
* @license Angular v4.3.5
* @license Angular v4.3.6
* (c) 2010-2017 Google, Inc. https://angular.io/

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

/**
* @license Angular v4.3.5
* @license Angular v4.3.6
* (c) 2010-2017 Google, Inc. https://angular.io/

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

/**
* @license Angular v4.3.5
* @license Angular v4.3.6
* (c) 2010-2017 Google, Inc. https://angular.io/

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

/**
* @license Angular v4.3.5
* @license Angular v4.3.6
* (c) 2010-2017 Google, Inc. https://angular.io/

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

/**
* @license Angular v4.3.5
* @license Angular v4.3.6
* (c) 2010-2017 Google, Inc. https://angular.io/

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

/**
* @license Angular v4.3.5
* @license Angular v4.3.6
* (c) 2010-2017 Google, Inc. https://angular.io/

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

/**
* @license Angular v4.3.5
* @license Angular v4.3.6
* (c) 2010-2017 Google, Inc. https://angular.io/

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

/**
* @license Angular v4.3.5
* @license Angular v4.3.6
* (c) 2010-2017 Google, Inc. https://angular.io/

@@ -147,7 +147,8 @@ * License: MIT

*
* ## Disable Child Animations
* ## Disable Animations
* A special animation control binding called `\@.disabled` can be placed on an element which will
* then disable animations for any inner animation triggers situated within the element.
* then disable animations for any inner animation triggers situated within the element as well as
* any animations on the element itself.
*
* When true, the `\@.disabled` binding will prevent inner animations from rendering. The example
* When true, the `\@.disabled` binding will prevent all animations from rendering. The example
* below shows how to use this feature:

@@ -178,4 +179,4 @@ *

*
* Note that `\@.disbled` will only disable inner animations (any animations running on the same
* element will not be disabled).
* Note that `\@.disbled` will only disable all animations (this means any animations running on
* the same element will also be disabled).
*

@@ -182,0 +183,0 @@ * ### Disabling Animations Application-wide

/**
* @license Angular v4.3.5
* @license Angular v4.3.6
* (c) 2010-2017 Google, Inc. https://angular.io/

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

function scheduleMicroTask(cb){Promise.resolve(null).then(cb)}/**
* @license Angular v4.3.5
* @license Angular v4.3.6
* (c) 2010-2017 Google, Inc. https://angular.io/

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

{
"name": "@angular/animations",
"version": "4.3.5",
"version": "4.3.6",
"description": "Angular - animations integration with web-animationss",

@@ -15,3 +15,3 @@ "main": "./bundles/animations.umd.js",

"peerDependencies": {
"@angular/core": "4.3.5"
"@angular/core": "4.3.6"
},

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

@@ -284,7 +284,8 @@ /**

*
* ## Disable Child Animations
* ## Disable Animations
* A special animation control binding called `@.disabled` can be placed on an element which will
then disable animations for any inner animation triggers situated within the element.
then disable animations for any inner animation triggers situated within the element as well as
any animations on the element itself.
*
* When true, the `@.disabled` binding will prevent inner animations from rendering. The example
* When true, the `@.disabled` binding will prevent all animations from rendering. The example
below shows how to use this feature:

@@ -315,4 +316,4 @@ *

*
* Note that `@.disbled` will only disable inner animations (any animations running on the same
element will not be disabled).
* Note that `@.disbled` will only disable all animations (this means any animations running on
* the same element will also be disabled).
*

@@ -319,0 +320,0 @@ * ### Disabling Animations Application-wide

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 too big to display

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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

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