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.5.0 to 9.5.1

12

dist/react-spring-core.esm.js

@@ -2141,11 +2141,5 @@ import { eachProp, is, toArray, isAnimatedString, Globals, getFluidValue, useIsomorphicLayoutEffect, 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(() => {
each(usedTransitions.current, t => {
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);
}
each(transitions, t => {
ref == null ? void 0 : ref.add(t.ctrl);
t.ctrl.ref = ref;
});

@@ -2152,0 +2146,0 @@ return () => {

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

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

"dependencies": {
"@react-spring/animated": "~9.5.0",
"@react-spring/rafz": "~9.5.0",
"@react-spring/shared": "~9.5.0",
"@react-spring/types": "~9.5.0"
"@react-spring/animated": "~9.5.1",
"@react-spring/rafz": "~9.5.1",
"@react-spring/shared": "~9.5.1",
"@react-spring/types": "~9.5.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