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

@types/react-vis

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-vis - npm Package Compare versions

Comparing version 1.11.2 to 1.11.3

11

react-vis/index.d.ts

@@ -172,7 +172,7 @@ // Type definitions for react-vis 1.11

title: string;
size: number;
size?: number;
opacity?: number;
color?: string | number;
style: CSSProperties;
children: TreemapPoint[];
style?: CSSProperties;
children?: TreemapPoint[];
}

@@ -203,4 +203,4 @@

title: string;
size: number;
color?: number;
size?: number;
color?: number|string;
label?: string;

@@ -824,2 +824,3 @@ labelStyle?: CSSProperties;

getColor?: RVGet<TreemapPoint, 'color'>;
color?: string;
}

@@ -826,0 +827,0 @@ export class Treemap<T = any> extends Component<TreemapProps & T> {}

{
"name": "@types/react-vis",
"version": "1.11.2",
"version": "1.11.3",
"description": "TypeScript definitions for react-vis",

@@ -24,4 +24,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "9f334e206ddd5f2e9f25a7e8196f211fc7c6262edf792f9419db34a4c4033b0c",
"typesPublisherContentHash": "fd5714e6bff70c17d01d79a694e1b7412980982ca379bf5724b06072db1fa231",
"typeScriptVersion": "3.9"
}

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

### Additional Details
* Last updated: Mon, 27 Jul 2020 20:19:11 GMT
* Last updated: Mon, 31 Aug 2020 15:01:45 GMT
* Dependencies: [@types/react](https://npmjs.com/package/@types/react)

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