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

@douyinfe/semi-animation-react

Package Overview
Dependencies
Maintainers
8
Versions
454
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@douyinfe/semi-animation-react - npm Package Compare versions

Comparing version 2.10.1 to 2.10.2-alpha.0

6

lib/cjs/src/Animation.js

@@ -147,2 +147,8 @@ "use strict";

if (this.animation === null) {
// didmount/willUnmount may be called twice when React.StrictMode is true in React 18, we need to ensure that this.animation is correct
this.initAnimation();
this.bindEvents();
}
if (typeof forwardInstance === 'function') {

@@ -149,0 +155,0 @@ forwardInstance(this.animation);

@@ -131,2 +131,8 @@ import _Object$assign from "@babel/runtime-corejs3/core-js-stable/object/assign";

if (this.animation === null) {
// didmount/willUnmount may be called twice when React.StrictMode is true in React 18, we need to ensure that this.animation is correct
this.initAnimation();
this.bindEvents();
}
if (typeof forwardInstance === 'function') {

@@ -133,0 +139,0 @@ forwardInstance(this.animation);

4

package.json
{
"name": "@douyinfe/semi-animation-react",
"version": "2.10.1",
"version": "2.10.2-alpha.0",
"description": "motion library for semi-ui-react",

@@ -54,3 +54,3 @@ "keywords": [

},
"gitHead": "1c84b585ff43db35b286e8c24f8333e4170d015c"
"gitHead": "0af26368c88d1654b57ca177c18ed1d92b1b8b61"
}
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