Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-spring/core

Package Overview
Dependencies
Maintainers
1
Versions
134
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.2 to 9.4.3-beta.0

17

dist/react-spring-core.esm.js

@@ -2108,2 +2108,19 @@ 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';

ref['start'] = propsArg => {
const results = [];
each(ref.current, (ctrl, i) => {
const props = is.fun(propsArg) ? propsArg(i, ctrl) : propsArg;
const parent = ref.current[i + (reverse ? 1 : -1)];
if (parent) {
results.push(ctrl.start(_extends({}, props, {
to: parent.springs
})));
} else {
results.push(ctrl.start(_extends({}, props)));
}
});
return results;
};
return result[0];

@@ -2110,0 +2127,0 @@ }

10

package.json
{
"name": "@react-spring/core",
"version": "9.4.2",
"version": "9.4.3-beta.0",
"main": "dist/react-spring-core.cjs.js",

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

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

@@ -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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc