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.4.5-beta.0 to 9.4.5-beta.1

24

dist/react-spring-core.esm.js

@@ -2140,11 +2140,23 @@ 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';

});
useOnce(() => () => {
useOnce(() => {
each(usedTransitions.current, t => {
if (t.expired) {
clearTimeout(t.expirationId);
var _t$ctrl$ref;
(_t$ctrl$ref = t.ctrl.ref) == null ? void 0 : _t$ctrl$ref.add(t.ctrl);
const change = changes.get(t);
if (change) {
t.ctrl.start(change.payload);
}
});
return () => {
each(usedTransitions.current, t => {
if (t.expired) {
clearTimeout(t.expirationId);
}
detachRefs(t.ctrl, ref);
t.ctrl.stop(true);
});
detachRefs(t.ctrl, ref);
t.ctrl.stop(true);
});
};
});

@@ -2151,0 +2163,0 @@ const keys = getKeys(items, propsFn ? propsFn() : props, prevTransitions);

{
"name": "@react-spring/core",
"version": "9.4.5-beta.0",
"version": "9.4.5-beta.1",
"main": "dist/react-spring-core.cjs.js",

@@ -34,6 +34,6 @@ "module": "dist/react-spring-core.esm.js",

"dependencies": {
"@react-spring/animated": "~9.4.5-beta.0",
"@react-spring/rafz": "~9.4.5-beta.0",
"@react-spring/shared": "~9.4.5-beta.0",
"@react-spring/types": "~9.4.5-beta.0"
"@react-spring/animated": "~9.4.5-beta.1",
"@react-spring/rafz": "~9.4.5-beta.1",
"@react-spring/shared": "~9.4.5-beta.1",
"@react-spring/types": "~9.4.5-beta.1"
},

@@ -40,0 +40,0 @@ "peerDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc