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.8 to 2.4.9

5

es/hooks/useStatus.js

@@ -53,7 +53,4 @@ import _objectSpread from "@babel/runtime/helpers/esm/objectSpread2";

var cacheElementRef = useRef(null);
function getDomElement() {
var element = getElement();
return element || cacheElementRef.current;
return getElement();
} // ========================== Motion End ==========================

@@ -60,0 +57,0 @@

@@ -72,7 +72,4 @@ "use strict";

var cacheElementRef = (0, React.useRef)(null);
function getDomElement() {
var element = getElement();
return element || cacheElementRef.current;
return getElement();
} // ========================== Motion End ==========================

@@ -79,0 +76,0 @@

2

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