@ribajs/extras
Advanced tools
Comparing version 2.0.0-alpha.4 to 2.0.0-alpha.5
@@ -13,3 +13,3 @@ import { ScrollPosition, ScrollEventsOptions } from "../../types/index.js"; | ||
get scrollEvent(): ("scroll" | "touchmove" | "scrollend")[]; | ||
protected getScrollDir(start: ScrollPosition | null, end: ScrollPosition | null): "none" | "left" | "right" | "up" | "down" | "unknown"; | ||
protected getScrollDir(start: ScrollPosition | null, end: ScrollPosition | null): "none" | "unknown" | "right" | "left" | "down" | "up"; | ||
protected removeEventListeners(): void; | ||
@@ -16,0 +16,0 @@ protected addEventListeners(): void; |
{ | ||
"name": "@ribajs/extras", | ||
"description": "Extras module for Riba.js", | ||
"version": "2.0.0-alpha.4", | ||
"version": "2.0.0-alpha.5", | ||
"type": "module", | ||
@@ -51,4 +51,4 @@ "engines": { | ||
"@babel/runtime-corejs3": "^7.17.9", | ||
"@ribajs/eslint-config": "^2.0.0-alpha.4", | ||
"@ribajs/tsconfig": "^2.0.0-alpha.4", | ||
"@ribajs/eslint-config": "^2.0.0-alpha.5", | ||
"@ribajs/tsconfig": "^2.0.0-alpha.5", | ||
"@types/imagesloaded": "^4.1.2", | ||
@@ -73,5 +73,5 @@ "@types/jest": "^27.4.1", | ||
"dependencies": { | ||
"@ribajs/core": "^2.0.0-alpha.4", | ||
"@ribajs/events": "^2.0.0-alpha.4", | ||
"@ribajs/utils": "^2.0.0-alpha.4", | ||
"@ribajs/core": "^2.0.0-alpha.5", | ||
"@ribajs/events": "^2.0.0-alpha.5", | ||
"@ribajs/utils": "^2.0.0-alpha.5", | ||
"imagesloaded": "^5.0.0" | ||
@@ -78,0 +78,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
61
1
2
1
12
330697
Updated@ribajs/core@^2.0.0-alpha.5
Updated@ribajs/utils@^2.0.0-alpha.5