@types/d3-zoom
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -358,3 +358,3 @@ // Type definitions for d3JS d3-zoom module 3.0 | ||
*/ | ||
// eslint-disable-next-line no-unnecessary-generics | ||
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics | ||
interpolate<InterpolationFactory extends (a: ZoomView, b: ZoomView) => ((t: number) => ZoomView)>(): InterpolationFactory; | ||
@@ -419,3 +419,3 @@ | ||
*/ | ||
// eslint-disable-next-line no-unnecessary-generics | ||
// eslint-disable-next-line @definitelytyped/no-unnecessary-generics | ||
export function zoom<ZoomRefElement extends ZoomedElementBaseType, Datum>(): ZoomBehavior<ZoomRefElement, Datum>; | ||
@@ -422,0 +422,0 @@ |
{ | ||
"name": "@types/d3-zoom", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "TypeScript definitions for d3JS d3-zoom module", | ||
@@ -46,4 +46,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-zoom", | ||
}, | ||
"typesPublisherContentHash": "e644f4cfd49c14f172e5f2126a8116b7fae06f266aea4293fe5b3c44b0e07d02", | ||
"typesPublisherContentHash": "82f6aa2048324c371b571a62b031f88b0ec45207c989b14b07bd41a07d886871", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 25 May 2023 20:34:09 GMT | ||
* Last updated: Tue, 22 Aug 2023 18:04:19 GMT | ||
* Dependencies: [@types/d3-interpolate](https://npmjs.com/package/@types/d3-interpolate), [@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
37108