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

victory-scatter

Package Overview
Dependencies
Maintainers
20
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

victory-scatter - npm Package Compare versions

Comparing version 36.8.4 to 36.8.5-next.0

10

CHANGELOG.md
# victory-scatter
## 36.8.5-next.0
### 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
## 36.8.4

@@ -4,0 +14,0 @@

0

es/helper-methods.d.ts

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

5

es/helper-methods.js
import _isNil from "lodash/isNil";
import _values from "lodash/values";
import _assign from "lodash/assign";

@@ -101,5 +100,3 @@ function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }

var modifiedProps = Helpers.modifyProps(initialProps, fallbackProps, "scatter");
var props = _assign({}, modifiedProps, getCalculatedValues(modifiedProps));
var props = Object.assign({}, modifiedProps, getCalculatedValues(modifiedProps));
var data = props.data,

@@ -106,0 +103,0 @@ domain = props.domain,

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

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

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

@@ -12,4 +12,2 @@ "use strict";

var _assign2 = _interopRequireDefault(require("lodash/assign"));
var _victoryCore = require("victory-core");

@@ -127,3 +125,3 @@

var props = (0, _assign2.default)({}, modifiedProps, getCalculatedValues(modifiedProps));
var props = Object.assign({}, modifiedProps, getCalculatedValues(modifiedProps));
var data = props.data,

@@ -130,0 +128,0 @@ domain = props.domain,

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

@@ -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.4",
"version": "36.8.5-next.0",
"description": "Scatter Component for Victory",

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

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

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

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

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

Sorry, the diff of this file is not supported yet

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