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-next.0 to 36.8.5

10

CHANGELOG.md
# victory-scatter
## 36.8.5-next.0
## 36.8.5
### Patch Changes
- c8c2eb2f5: Replace instances of lodash.assign with Object.assign
- 0f3abe234: Migrate victory-native to TypeScript
- Updated dependencies [c8c2eb2f5]
- Updated dependencies [0f3abe234]
- victory-core@36.8.5-next.0
- Replace instances of lodash.assign with Object.assign ([#2757](https://github.com/FormidableLabs/victory/pull/2757))
* Replace instances of lodash.range with equivalent native code ([#2760](https://github.com/FormidableLabs/victory/pull/2760))
## 36.8.4

@@ -14,0 +12,0 @@

0

es/helper-methods.d.ts

@@ -0,0 +0,0 @@ export declare const getSymbol: (data: any, props: any) => any;

export * from "./victory-scatter";
//# sourceMappingURL=index.d.ts.map

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

};
static defaultProps: VictoryScatterProps;
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 getDomain: typeof Domain.getDomain;

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

@@ -0,0 +0,0 @@ export declare const getSymbol: (data: any, props: any) => any;

export * from "./victory-scatter";
//# sourceMappingURL=index.d.ts.map

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

};
static defaultProps: VictoryScatterProps;
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 getDomain: typeof Domain.getDomain;

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

{
"name": "victory-scatter",
"version": "36.8.5-next.0",
"version": "36.8.5",
"description": "Scatter Component for Victory",

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

"prop-types": "^15.8.1",
"victory-core": "^36.8.5-next.0"
"victory-core": "^36.8.5"
},

@@ -32,6 +32,6 @@ "peerDependencies": {

"devDependencies": {
"victory-scatter": "36.8.5-next.0"
"victory-scatter": "*"
},
"publishConfig": {
"provenance": false
"provenance": true
},

@@ -38,0 +38,0 @@ "wireit": {

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