Socket
Socket
Sign inDemoInstall

@types/d3-cloud

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/d3-cloud - npm Package Compare versions

Comparing version 1.2.8 to 1.2.9

4

d3-cloud/index.d.ts

@@ -79,7 +79,7 @@ import * as d3 from "d3";

on(type: "word", listener: (word: T) => void): Cloud<T>;
on(type: "end", listener: (tags: T[], bounds: { x: number; y: number }[]) => void): Cloud<T>;
on(type: "end", listener: (tags: T[], bounds: Array<{ x: number; y: number }>) => void): Cloud<T>;
on(type: string, listener: (...args: any[]) => void): Cloud<T>;
on(type: "word"): (word: T) => void;
on(type: "end"): (tags: T[], bounds: { x: number; y: number }[]) => void;
on(type: "end"): (tags: T[], bounds: Array<{ x: number; y: number }>) => void;
on(type: string): (...args: any[]) => void;

@@ -86,0 +86,0 @@ }

{
"name": "@types/d3-cloud",
"version": "1.2.8",
"version": "1.2.9",
"description": "TypeScript definitions for d3-cloud",

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

},
"typesPublisherContentHash": "6a38011211600e28b792ab8df33dc587d3131e1e0c164e8900e9a696977ac759",
"typesPublisherContentHash": "7e11ae8e6d554ffa24ff091e82d33943c124ae03ef2c346225bbffcf287f0ac7",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: [@types/d3](https://npmjs.com/package/@types/d3)

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