victory-scatter
Advanced tools
Comparing version 36.8.4 to 36.8.5-next.0
# 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,0 +0,0 @@ export declare const getSymbol: (data: any, props: any) => any; |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1213450
20007
2
4
Updatedvictory-core@^36.8.5-next.0