Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/d3-selection

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/d3-selection - npm Package Compare versions

Comparing version 3.0.10 to 3.0.11

4

d3-selection/index.d.ts

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc