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.0.0 to 2.0.1

1

es/hooks/useStatus.js

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

if (motionDeadline > 0) {
clearTimeout(deadlineRef.current);
deadlineRef.current = setTimeout(function () {

@@ -131,0 +132,0 @@ onInternalMotionEnd({

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

if (motionDeadline > 0) {
clearTimeout(deadlineRef.current);
deadlineRef.current = setTimeout(function () {

@@ -149,0 +150,0 @@ onInternalMotionEnd({

2

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