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.2.5 to 9.2.6-beta.0

2

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

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

shared.each(controllers, (ctrl, i) => shared.each(queues[i] || [], update => ctrl.queue.push(update)));
return ref.start();
return Promise.all(ref.start());
});

@@ -211,0 +211,0 @@ }

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

shared.each(controllers, (ctrl, i) => shared.each(queues[i] || [], update => ctrl.queue.push(update)));
return ref.start();
return Promise.all(ref.start());
});

@@ -211,0 +211,0 @@ }

@@ -184,3 +184,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';

each(controllers, (ctrl, i) => each(queues[i] || [], update => ctrl.queue.push(update)));
return ref.start();
return Promise.all(ref.start());
});

@@ -187,0 +187,0 @@ }

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

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

"dependencies": {
"@react-spring/animated": "~9.2.5-beta.0",
"@react-spring/shared": "~9.2.5-beta.0",
"@react-spring/types": "~9.2.5-beta.0"
"@react-spring/animated": "~9.2.6-beta.0",
"@react-spring/shared": "~9.2.6-beta.0",
"@react-spring/types": "~9.2.6-beta.0"
},

@@ -42,4 +42,4 @@ "peerDependencies": {

"devDependencies": {
"@react-spring/rafz": "~9.2.5-beta.0"
"@react-spring/rafz": "~9.2.6-beta.0"
}
}
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