@types/d3-selection
Advanced tools
Comparing version 3.0.10 to 3.0.11
@@ -900,7 +900,7 @@ // Last module patch version validated against: 3.0.0 | ||
* Invoke the specified function for each selected element, passing in the current datum (d), | ||
* the current index (i), and the current group (nodes), with this of the current DOM element (nodes[i]). | ||
* the current index (i), and the current group (nodes), with this as the current DOM element (nodes[i]). | ||
* This method can be used to invoke arbitrary code for each selected element, and is useful for creating a context to access parent and child data simultaneously. | ||
* | ||
* @param func A function which is invoked for each selected element, | ||
* being passed the current datum (d), the current index (i), and the current group (nodes), with this of the current DOM element (nodes[i]). | ||
* being passed the current datum (d), the current index (i), and the current group (nodes), with this as the current DOM element (nodes[i]). | ||
*/ | ||
@@ -907,0 +907,0 @@ each(func: ValueFn<GElement, Datum, void>): this; |
{ | ||
"name": "@types/d3-selection", | ||
"version": "3.0.10", | ||
"version": "3.0.11", | ||
"description": "TypeScript definitions for d3-selection", | ||
@@ -48,4 +48,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-selection", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "adc31ee05deb0dfba280a20243827851de41a7195ad142baf456212d7ce94bc9", | ||
"typeScriptVersion": "4.5" | ||
"typesPublisherContentHash": "fefb1bdeb8d385251c2a5f0f16c4a924e80663081d09b1d98f79573a4db8ff6c", | ||
"typeScriptVersion": "4.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 15:11:37 GMT | ||
* Last updated: Mon, 07 Oct 2024 22:38:10 GMT | ||
* Dependencies: none | ||
@@ -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
6