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.14.3 to 10.15.0

4

dist/index.js

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

let animation;
let { duration = defaults.duration, delay = defaults.delay, endDelay = defaults.endDelay, repeat = defaults.repeat, easing = defaults.easing, direction, offset, allowWebkitAcceleration = false, } = options;
let { duration = defaults.duration, delay = defaults.delay, endDelay = defaults.endDelay, repeat = defaults.repeat, easing = defaults.easing, persist = false, direction, offset, allowWebkitAcceleration = false, } = options;
const data = getAnimationData(element);

@@ -1146,2 +1146,4 @@ const valueIsTransform = isTransform(key);

.then(() => {
if (persist)
return;
// Apply styles to target

@@ -1148,0 +1150,0 @@ style.set(element, name, target);

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

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

"dependencies": {
"@motionone/dom": "^10.14.3",
"@motionone/dom": "^10.15.0",
"tslib": "^2.3.1"

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

},
"gitHead": "748704410eefea83faa15e2984d6a7b257b1a8fc"
"gitHead": "c92cd341e7757083757875a5e9d006ab240af7ef"
}

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