New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/d3-flextree

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/d3-flextree - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

d3-flextree/index.d.ts

@@ -73,3 +73,3 @@ // Type definitions for d3-flextree 2.1

*/
children: (data: HierarchyNode<Datum>) => Array<FlextreeNode<Datum>> | undefined;
children: (data: Datum) => Datum[] | undefined;
/**

@@ -76,0 +76,0 @@ * A way to calculate the size of a node.

{
"name": "@types/d3-flextree",
"version": "2.1.0",
"version": "2.1.1",
"description": "TypeScript definitions for d3-flextree",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-flextree",

},
"typesPublisherContentHash": "86f9d6445df4a83866d72f957033142c30663e2a7a1d20ad8f927c5e569f73c2",
"typesPublisherContentHash": "459d43df4052a3adb8f5c5c020582df9b3bc5bae9f0b9759b46c09338f64d45b",
"typeScriptVersion": "4.3"
}

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

### Additional Details
* Last updated: Thu, 26 Jan 2023 08:32:32 GMT
* Last updated: Fri, 30 Jun 2023 23:32:58 GMT
* Dependencies: [@types/d3-hierarchy](https://npmjs.com/package/@types/d3-hierarchy)

@@ -14,0 +14,0 @@ * Global values: none

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