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

14

react-vis/index.d.ts

@@ -564,3 +564,8 @@ // Type definitions for react-vis 1.11

title?: string;
style?: CSSProperties;
style?: CSSProperties & {
line?: CSSProperties;
ticks?: CSSProperties;
text?: CSSProperties;
title?: CSSProperties;
};
className?: string;

@@ -596,3 +601,8 @@ hideTicks?: boolean;

title?: string;
style?: CSSProperties;
style?: CSSProperties & {
line?: CSSProperties;
ticks?: CSSProperties;
text?: CSSProperties;
title?: CSSProperties;
};
className?: string;

@@ -599,0 +609,0 @@ hideTicks?: boolean;

4

react-vis/package.json
{
"name": "@types/react-vis",
"version": "1.11.4",
"version": "1.11.5",
"description": "TypeScript definitions for react-vis",

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

},
"typesPublisherContentHash": "21b370464ae9635be1a41230ba334e18a679e3a0caa23f0992bb9a5b881bb534",
"typesPublisherContentHash": "2c8553da9dff0b68d33c203d283742b3fb256bccaa93ca567206d9b072581867",
"typeScriptVersion": "3.9"
}

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

### Additional Details
* Last updated: Fri, 16 Oct 2020 15:34:48 GMT
* Last updated: Mon, 19 Oct 2020 21:36:33 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