Socket
Socket
Sign inDemoInstall

rc-motion

Package Overview
Dependencies
Maintainers
3
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 2.4.1 to 2.4.2

5

es/hooks/useStatus.js

@@ -127,2 +127,3 @@ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";

// Rest step is sync update
if (step in eventHandlers) {

@@ -160,2 +161,4 @@ var _eventHandlers$step;

setAsyncVisible(visible);
var isMounted = mountedRef.current;
mountedRef.current = true;

@@ -166,4 +169,2 @@ if (!supportMotion) {

var isMounted = mountedRef.current;
mountedRef.current = true;
var nextStatus; // Appear

@@ -170,0 +171,0 @@

@@ -146,2 +146,3 @@ "use strict";

// Rest step is sync update
if (step in eventHandlers) {

@@ -179,2 +180,4 @@ var _eventHandlers$step;

setAsyncVisible(visible);
var isMounted = mountedRef.current;
mountedRef.current = true;

@@ -185,4 +188,2 @@ if (!supportMotion) {

var isMounted = mountedRef.current;
mountedRef.current = true;
var nextStatus; // Appear

@@ -189,0 +190,0 @@

2

package.json
{
"name": "rc-motion",
"version": "2.4.1",
"version": "2.4.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