@types/hammerjs
Advanced tools
Comparing version 2.0.38 to 2.0.39
@@ -205,3 +205,6 @@ // Type definitions for Hammer.js 2.0.8 | ||
/** Event type, matches the INPUT constants. */ | ||
eventType:number; | ||
eventType: HammerStatic['INPUT_START'] | | ||
HammerStatic['INPUT_MOVE'] | | ||
HammerStatic['INPUT_END'] | | ||
HammerStatic['INPUT_CANCEL']; | ||
@@ -208,0 +211,0 @@ /** true when the first input. */ |
{ | ||
"name": "@types/hammerjs", | ||
"version": "2.0.38", | ||
"version": "2.0.39", | ||
"description": "TypeScript definitions for Hammer.js", | ||
@@ -27,4 +27,4 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "0b8d017628e2f7c1b029f1d77b52b0a8517e766895aedda3bc53ee64dbf99a68", | ||
"typesPublisherContentHash": "f60b149ebadc3152477c0c20676a2ca273b9955430e28441e43d4c2d9e1f0288", | ||
"typeScriptVersion": "3.4" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 28 Jan 2021 19:28:28 GMT | ||
* Last updated: Fri, 19 Feb 2021 20:11:44 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `Hammer`, `HammerInput`, `MouseInput`, `PointerEventInput`, `SingleTouchInput`, `TouchAction`, `TouchInput`, `TouchMouseInput` |
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
11785
298