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

@devexpress/dx-react-chart

Package Overview
Dependencies
Maintainers
24
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devexpress/dx-react-chart - npm Package Compare versions

Comparing version 1.5.1 to 1.6.0

LICENSE.md

36

dist/dx-react-chart.es.js
/**
* Bundle of @devexpress/dx-react-chart
* Generated: 2018-07-31
* Version: 1.5.1
* Generated: 2018-08-17
* Version: 1.6.0
* License: https://js.devexpress.com/Licensing

@@ -394,12 +394,22 @@ */

createClass(Pane, [{
key: 'componentWillReceiveProps',
value: function componentWillReceiveProps(_ref) {
var width = _ref.width,
height = _ref.height,
changeBBox = _ref.changeBBox;
key: 'componentDidMount',
value: function componentDidMount() {
var _props = this.props,
propsWidth = _props.width,
propsHeight = _props.height;
width = _props.width,
height = _props.height,
changeBBox = _props.changeBBox;
if (propsWidth !== width || propsHeight !== height) {
changeBBox({ placeholder: 'pane', bBox: { width: width, height: height } });
}
}, {
key: 'componentDidUpdate',
value: function componentDidUpdate(_ref) {
var prevWidth = _ref.width,
prevHeight = _ref.height,
changeBBox = _ref.changeBBox;
var _props2 = this.props,
width = _props2.width,
height = _props2.height;
if (prevWidth !== width || prevHeight !== height) {
changeBBox({ placeholder: 'pane', bBox: { width: width, height: height } });

@@ -411,5 +421,5 @@ }

value: function render() {
var _props2 = this.props,
width = _props2.width,
height = _props2.height;
var _props3 = this.props,
width = _props3.width,
height = _props3.height;

@@ -416,0 +426,0 @@

/**
* Bundle of @devexpress/dx-react-chart
* Generated: 2018-07-31
* Version: 1.5.1
* Generated: 2018-08-17
* Version: 1.6.0
* License: https://js.devexpress.com/Licensing

@@ -394,12 +394,22 @@ */

createClass(Pane, [{
key: 'componentWillReceiveProps',
value: function componentWillReceiveProps(_ref) {
var width = _ref.width,
height = _ref.height,
changeBBox = _ref.changeBBox;
key: 'componentDidMount',
value: function componentDidMount() {
var _props = this.props,
propsWidth = _props.width,
propsHeight = _props.height;
width = _props.width,
height = _props.height,
changeBBox = _props.changeBBox;
if (propsWidth !== width || propsHeight !== height) {
changeBBox({ placeholder: 'pane', bBox: { width: width, height: height } });
}
}, {
key: 'componentDidUpdate',
value: function componentDidUpdate(_ref) {
var prevWidth = _ref.width,
prevHeight = _ref.height,
changeBBox = _ref.changeBBox;
var _props2 = this.props,
width = _props2.width,
height = _props2.height;
if (prevWidth !== width || prevHeight !== height) {
changeBBox({ placeholder: 'pane', bBox: { width: width, height: height } });

@@ -411,5 +421,5 @@ }

value: function render() {
var _props2 = this.props,
width = _props2.width,
height = _props2.height;
var _props3 = this.props,
width = _props3.width,
height = _props3.height;

@@ -416,0 +426,0 @@

{
"name": "@devexpress/dx-react-chart",
"version": "1.5.1",
"version": "1.6.0",
"description": "Composable plugin-based chart component for React",

@@ -44,25 +44,25 @@ "author": {

"devDependencies": {
"@devexpress/dx-testing": "1.5.1",
"@devexpress/dx-testing": "1.6.0",
"babel-core": "^6.26.3",
"babel-jest": "^23.4.0",
"babel-jest": "^23.4.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"core-js": "^2.5.7",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^5.1.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-airbnb-base": "^13.0.0",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "^1.2.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^21.18.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.21.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"jest": "^23.4.1",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-test-renderer": "^16.4.1",
"eslint-plugin-react": "^7.11.1",
"jest": "^23.5.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-test-renderer": "^16.4.2",
"rollup": "0.50.0",

@@ -74,3 +74,3 @@ "rollup-plugin-babel": "^3.0.4",

"dependencies": {
"@devexpress/dx-chart-core": "1.5.1",
"@devexpress/dx-chart-core": "1.6.0",
"d3-scale": "^2.1.0",

@@ -81,6 +81,7 @@ "d3-shape": "^1.2.0",

"peerDependencies": {
"@devexpress/dx-react-core": "1.5.1",
"react": "^16.2.0",
"react-dom": "^16.2.0"
}
"@devexpress/dx-react-core": "1.6.0",
"react": ">=16.3.0",
"react-dom": ">=16.3.0"
},
"gitHead": "0540239a4b8465fb36b838ea2b18b076cc12a470"
}

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