@types/scrollmagic
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -117,3 +117,3 @@ // Type definitions for scrollmagic 2.0 | ||
export interface ControllerConstructorOptions { | ||
container?: string; | ||
container?: string | Element; | ||
vertical?: boolean; | ||
@@ -120,0 +120,0 @@ globalSceneOptions?: SceneConstructorOptions; |
{ | ||
"name": "@types/scrollmagic", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "TypeScript definitions for scrollmagic", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "402239798f34e8952a8526dcffa03179c5b45ac94633485a29a054f9c47b003b", | ||
"typeScriptVersion": "2.9" | ||
"typesPublisherContentHash": "526df4a02b7048b3a8881781e6d6e5bd1cf51e5325c10d4e1c40e12911d4c3ff", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 30 Apr 2020 20:58:13 GMT | ||
* Last updated: Wed, 24 Jun 2020 11:47:36 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `ScrollMagic` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8595