You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
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

Comparing version 1.2.3 to 1.2.4

18

d3-cloud/index.d.ts

@@ -17,11 +17,11 @@ // Type definitions for d3JS cloud layout plugin by Jason Davies v1.2.5

interface Word {
text?: string;
font?: string;
style?: string;
weight?: string | number;
rotate?: number;
size?: number;
padding?: number;
x?: number;
y?: number;
text?: string | undefined;
font?: string | undefined;
style?: string | undefined;
weight?: string | number | undefined;
rotate?: number | undefined;
size?: number | undefined;
padding?: number | undefined;
x?: number | undefined;
y?: number | undefined;
}

@@ -28,0 +28,0 @@ }

{
"name": "@types/d3-cloud",
"version": "1.2.3",
"version": "1.2.4",
"description": "TypeScript definitions for d3JS cloud layout plugin by Jason Davies",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/d3-cloud",
"license": "MIT",

@@ -29,4 +30,4 @@ "contributors": [

},
"typesPublisherContentHash": "8bffb16a9692af51d386cdfde7c572834f54851b1f2850aceb4d0e87c76eff2b",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "a47900cb08afcba013e67045b1f7b9b13d7d94aa6f9c2941196a479ad54e4c04",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Fri, 20 Mar 2020 15:47:15 GMT
* Last updated: Thu, 08 Jul 2021 09:08:28 GMT
* Dependencies: [@types/d3](https://npmjs.com/package/@types/d3)

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc