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

@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.7.1 to 10.7.2

4

dist/index.js

@@ -1015,4 +1015,4 @@ function noop$1() { }

*/
const needsToReadInitialKeyframe = !supports.partialKeyframes() && keyframes.length === 1;
if (isRecording || needsToReadInitialKeyframe) {
if (keyframes.length === 1 &&
(!supports.partialKeyframes() || isRecording)) {
keyframes.unshift(readInitialValue());

@@ -1019,0 +1019,0 @@ }

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

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

"dependencies": {
"@motionone/dom": "^10.7.1",
"@motionone/dom": "^10.7.2",
"tslib": "^2.3.1"

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

},
"gitHead": "9a1936a0b6f9242295ab51f180b86fbfc5c3c47d"
"gitHead": "ade3d3129e3dc59a7ab0b3dbe42edab3e9ffdc1b"
}

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