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.4 to 3.0.5

3

d3-selection/index.d.ts

@@ -8,2 +8,3 @@ // Type definitions for D3JS d3-selection module 3.0

// Nathan Bierema <https://github.com/Methuselah96>
// Ambar Mutha <https://github.com/ambar-arkin>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -882,3 +883,3 @@

*/
call(func: (selection: Selection<GElement, Datum, PElement, PDatum>, ...args: any[]) => void, ...args: any[]): this;
call<Args extends any[]>(func: (selection: Selection<GElement, Datum, PElement, PDatum>, ...args: Args) => void, ...args: Args): this;

@@ -885,0 +886,0 @@ /**

{
"name": "@types/d3-selection",
"version": "3.0.4",
"version": "3.0.5",
"description": "TypeScript definitions for D3JS d3-selection module",

@@ -32,2 +32,7 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-selection",

"githubUsername": "Methuselah96"
},
{
"name": "Ambar Mutha",
"url": "https://github.com/ambar-arkin",
"githubUsername": "ambar-arkin"
}

@@ -44,4 +49,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "23820e394e16497d70efdac0a5eec652addc8fc9933a1842ec9e96dc4b09ec8c",
"typeScriptVersion": "4.2"
"typesPublisherContentHash": "8ec55d238940baa79c39894f8877698d91192e85d67848bda7e5d0e7647d9a9d",
"typeScriptVersion": "4.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 30 Dec 2022 23:03:36 GMT
* Last updated: Fri, 17 Mar 2023 18:02:31 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by [Tom Wanzek](https://github.com/tomwanzek), [Alex Ford](https://github.com/gustavderdrache), [Boris Yankov](https://github.com/borisyankov), [denisname](https://github.com/denisname), and [Nathan Bierema](https://github.com/Methuselah96).
These definitions were written by [Tom Wanzek](https://github.com/tomwanzek), [Alex Ford](https://github.com/gustavderdrache), [Boris Yankov](https://github.com/borisyankov), [denisname](https://github.com/denisname), [Nathan Bierema](https://github.com/Methuselah96), and [Ambar Mutha](https://github.com/ambar-arkin).
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