Socket
Socket
Sign inDemoInstall

@motionone/svelte

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@motionone/svelte - npm Package Compare versions

Comparing version 10.13.0 to 10.13.1

4

dist/index.js

@@ -1074,3 +1074,5 @@ function noop$1() { }

*/
if (isFunction(easing) && !supports.linearEasing() && valueIsTransform) {
if (valueIsTransform &&
!supports.linearEasing() &&
(isFunction(easing) || (isEasingList(easing) && easing.some(isFunction)))) {
canAnimateNatively = false;

@@ -1077,0 +1079,0 @@ }

{
"name": "@motionone/svelte",
"version": "10.13.0",
"version": "10.13.1",
"description": "A tiny, performant animation library for Svelte",

@@ -17,3 +17,3 @@ "author": "Matt Perry",

"dependencies": {
"@motionone/dom": "^10.13.0",
"@motionone/dom": "^10.13.1",
"tslib": "^2.3.1"

@@ -34,3 +34,3 @@ },

},
"gitHead": "40bc3d673c83ba5bf2fd0118c55db2389617d901"
"gitHead": "ddaaf9ddc461760f8ebdca38b12f5049e1b92953"
}

Sorry, the diff of this file is not supported yet

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