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.2

6

index.d.ts

@@ -1,6 +0,6 @@

import { Tween, Timeline } from "gsap";
import { TimelineLite, TimelineMax, TweenLite, TweenMax } from "gsap";
export declare const ScrollMagicPluginGsap: (
ScrollMagic: any,
Tween: Tween,
Timeline: Timeline
tween: typeof TweenLite | typeof TweenMax,
timeline: typeof TimelineLite | typeof TimelineMax
) => void;
{
"name": "scrollmagic-plugin-gsap",
"version": "1.0.1",
"version": "1.0.2",
"description": "Add animation.gsap.js plugin to ScrollMagic in ES6 with no problems",

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