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.15.3 to 10.15.5

18

dist/index.js

@@ -770,2 +770,11 @@ function noop$1() { }

var invariant = function () { };
if (process.env.NODE_ENV !== 'production') {
invariant = function (check, message) {
if (!check) {
throw new Error(message);
}
};
}
/**

@@ -1263,11 +1272,2 @@ * The MotionValue tracks the state of a single animatable

var invariant = function () { };
if (process.env.NODE_ENV !== 'production') {
invariant = function (check, message) {
if (!check) {
throw new Error(message);
}
};
}
const thresholds = {

@@ -1274,0 +1274,0 @@ any: 0,

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

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

"dependencies": {
"@motionone/dom": "^10.15.3",
"@motionone/dom": "^10.15.5",
"tslib": "^2.3.1"

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

},
"gitHead": "d12059de49dfc98a92f24e06fada3cf2a21499e0"
"gitHead": "7b4882f9ef395c564a7abea722185d0f1ca27b85"
}

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