New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

scrollmagic-plugin-gsap

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrollmagic-plugin-gsap - npm Package Compare versions

Comparing version

to
1.0.4

package-lock.json

4

index.js

@@ -276,3 +276,3 @@ /*!

// warn about tween overwrites, when an element is tweened multiple times
if (parseFloat(TweenLite.version) >= 1.14) {
if (parseFloat(Tween.version) >= 1.14) {
// onOverwrite only present since GSAP v1.14.0

@@ -344,2 +344,2 @@ var list = _tween.getChildren

module.exports = { ScrollMagicPluginGsap };
module.exports = { ScrollMagicPluginGsap : ScrollMagicPluginGsap };
{
"name": "scrollmagic-plugin-gsap",
"version": "1.0.3",
"version": "1.0.4",
"description": "Add animation.gsap.js plugin to ScrollMagic in ES6 with no problems",

@@ -5,0 +5,0 @@ "main": "index.js",