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

11

index.d.ts
import { Tween, Timeline } from "gsap";
declare module "scrollmagic-plugin-gsap";
export interface ScrollMagicPluginGsap {
(ScrollMagic: any, Tween: Tween, Timeline: Timeline): void;
}
export declare const ScrollMagicPluginGsap: (
ScrollMagic: any,
Tween: Tween,
Timeline: Timeline
) => void;
{
"name": "scrollmagic-plugin-gsap",
"version": "1.0.0",
"version": "1.0.1",
"description": "Add animation.gsap.js plugin to ScrollMagic in ES6 with no problems",

@@ -19,3 +19,5 @@ "main": "index.js",

"gsap",
"animation"
"animation",
"tweenmax",
"tweenlite"
],

@@ -22,0 +24,0 @@ "author": "Edvinas Pranka (@epranka, https://www.kodmina.lt)",