@types/fbjs
Advanced tools
Comparing version 3.0.9 to 3.0.10
@@ -10,3 +10,3 @@ /** | ||
declare class DOMMouseMoveTracker { | ||
// tslint:disable-next-line:ban-types | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
constructor(onMove: Function, onMoveEnd: Function, domNode: HTMLElement); | ||
@@ -13,0 +13,0 @@ /** |
@@ -9,9 +9,9 @@ declare class ReactWheelHandler { | ||
constructor( | ||
// tslint:disable-next-line:ban-types | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
onWheel: Function, | ||
// tslint:disable-next-line:ban-types | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
handleScrollX: boolean | Function, | ||
// tslint:disable-next-line:ban-types | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
handleScrollY: boolean | Function, | ||
// tslint:disable-next-line:ban-types | ||
// eslint-disable-next-line @typescript-eslint/ban-types | ||
stopPropagation?: boolean | Function, | ||
@@ -18,0 +18,0 @@ ); |
{ | ||
"name": "@types/fbjs", | ||
"version": "3.0.9", | ||
"version": "3.0.10", | ||
"description": "TypeScript definitions for fbjs", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fbjs", | ||
}, | ||
"typesPublisherContentHash": "af85bddbff10f6c74042951534a802bfdec8aa0afeb396b9cae7524b06ebf40b", | ||
"typesPublisherContentHash": "c381d2f1f2e75c1e715219b0d7a6163ba24c41949bd7354554da9b76d324ff5d", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/jsdom](https://npmjs.com/package/@types/jsdom) | ||
@@ -14,0 +14,0 @@ |
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
70486