Socket
Socket
Sign inDemoInstall

@react-spring/core

Package Overview
Dependencies
Maintainers
1
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spring/core - npm Package Compare versions

Comparing version 9.3.1 to 9.3.2

2

dist/react-spring-core.cjs.dev.js

@@ -383,3 +383,3 @@ 'use strict';

function onResume() {
if (delay > 0) {
if (delay > 0 && !shared.Globals.skipAnimation) {
timeout = shared.raf.setTimeout(onStart, delay);

@@ -386,0 +386,0 @@ state.pauseQueue.add(onPause);

@@ -383,3 +383,3 @@ 'use strict';

function onResume() {
if (delay > 0) {
if (delay > 0 && !shared.Globals.skipAnimation) {
timeout = shared.raf.setTimeout(onStart, delay);

@@ -386,0 +386,0 @@ state.pauseQueue.add(onPause);

@@ -359,3 +359,3 @@ import { eachProp, is, toArray, isAnimatedString, Globals, getFluidValue, useLayoutEffect, each, raf, flush, FluidValue, deprecateInterpolate, callFluidObservers, frameLoop, hasFluidValue, flushCalls, isEqual, getFluidObservers, addFluidObserver, removeFluidObserver, noop, useMemoOne, deprecateDirectCall, useForceUpdate, usePrev, useOnce, createInterpolator, createStringInterpolator } from '@react-spring/shared';

function onResume() {
if (delay > 0) {
if (delay > 0 && !Globals.skipAnimation) {
timeout = raf.setTimeout(onStart, delay);

@@ -362,0 +362,0 @@ state.pauseQueue.add(onPause);

{
"name": "@react-spring/core",
"version": "9.3.1",
"version": "9.3.2",
"main": "dist/react-spring-core.cjs.js",

@@ -5,0 +5,0 @@ "module": "dist/react-spring-core.esm.js",

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