@types/d3-brush
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -204,3 +204,3 @@ // Type definitions for D3JS d3-brush module 3.0 | ||
*/ | ||
// eslint-disable-next-line no-unnecessary-generics | ||
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics | ||
export function brush<Datum>(): BrushBehavior<Datum>; | ||
@@ -213,3 +213,3 @@ /** | ||
*/ | ||
// eslint-disable-next-line no-unnecessary-generics | ||
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics | ||
export function brushX<Datum>(): BrushBehavior<Datum>; | ||
@@ -222,3 +222,3 @@ /** | ||
*/ | ||
// eslint-disable-next-line no-unnecessary-generics | ||
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics | ||
export function brushY<Datum>(): BrushBehavior<Datum>; | ||
@@ -225,0 +225,0 @@ |
{ | ||
"name": "@types/d3-brush", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "TypeScript definitions for D3JS d3-brush module", | ||
@@ -40,4 +40,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-brush", | ||
}, | ||
"typesPublisherContentHash": "4673de6b4a9d807a80ce6e67af454974c0d204123cb700467ff49ba6352d3ad3", | ||
"typeScriptVersion": "4.2" | ||
"typesPublisherContentHash": "6b0f18b74fb6da8e41dc14313b3ad6a94498025b4e169f8b6de0ecd558f74021", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 30 Dec 2022 23:03:35 GMT | ||
* Last updated: Tue, 22 Aug 2023 18:04:17 GMT | ||
* Dependencies: [@types/d3-selection](https://npmjs.com/package/@types/d3-selection) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
16327