Socket
Socket
Sign inDemoInstall

rc-motion

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-motion - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

es/CSSMotion.js

@@ -109,2 +109,9 @@ import _defineProperty from "@babel/runtime/helpers/esm/defineProperty";

_this.onMotionEnd = function (event) {
if (event && !event.deadline && event.target !== _this.getElement()) {
// event exists
// not initiated by deadline
// transitionend not fired by inner elements
return;
}
var _this$state2 = _this.state,

@@ -111,0 +118,0 @@ status = _this$state2.status,

@@ -131,2 +131,9 @@ "use strict";

_this.onMotionEnd = function (event) {
if (event && !event.deadline && event.target !== _this.getElement()) {
// event exists
// not initiated by deadline
// transitionend not fired by inner elements
return;
}
var _this$state2 = _this.state,

@@ -133,0 +140,0 @@ status = _this$state2.status,

2

package.json
{
"name": "rc-motion",
"version": "1.0.1",
"version": "1.0.2",
"description": "React lifecycle controlled motion library",

@@ -5,0 +5,0 @@ "keywords": [

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