Socket
Socket
Sign inDemoInstall

victory-scatter

Package Overview
Dependencies
31
Maintainers
20
Versions
152
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 36.8.5 to 36.8.6

6

CHANGELOG.md
# victory-scatter
## 36.8.6
### Patch Changes
- Migrate victory-native to TypeScript ([#2739](https://github.com/FormidableLabs/victory/pull/2739))
## 36.8.5

@@ -4,0 +10,0 @@

11

es/victory-scatter.d.ts

@@ -85,12 +85,3 @@ import PropTypes from "prop-types";

};
static defaultProps: {
containerComponent: JSX.Element;
dataComponent: JSX.Element;
labelComponent: JSX.Element;
groupComponent: JSX.Element;
samples: number;
sortOrder: string;
standalone: boolean;
theme: import("victory-core").VictoryThemeDefinition;
};
static defaultProps: VictoryScatterProps;
static getDomain: typeof Domain.getDomain;

@@ -97,0 +88,0 @@ static getData: typeof Data.getData;

@@ -85,12 +85,3 @@ import PropTypes from "prop-types";

};
static defaultProps: {
containerComponent: JSX.Element;
dataComponent: JSX.Element;
labelComponent: JSX.Element;
groupComponent: JSX.Element;
samples: number;
sortOrder: string;
standalone: boolean;
theme: import("victory-core").VictoryThemeDefinition;
};
static defaultProps: VictoryScatterProps;
static getDomain: typeof Domain.getDomain;

@@ -97,0 +88,0 @@ static getData: typeof Data.getData;

{
"name": "victory-scatter",
"version": "36.8.5",
"version": "36.8.6",
"description": "Scatter Component for Victory",

@@ -25,3 +25,3 @@ "keywords": [

"prop-types": "^15.8.1",
"victory-core": "^36.8.5"
"victory-core": "^36.8.6"
},

@@ -28,0 +28,0 @@ "peerDependencies": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc