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

react-vis

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-vis - npm Package Compare versions

Comparing version 1.10.2 to 1.10.3

9

dist/plot/xy-plot.js

@@ -593,9 +593,8 @@ 'use strict';

return _react2.default.cloneElement(child, _extends({}, dimensions, {
animation: animation,
animation: animation
}, dataProps && child.prototype && !child.prototype.render ? {
ref: function ref(_ref2) {
if (dataProps) {
_this9['series' + seriesProps[index].seriesIndex] = _ref2;
}
return _this9['series' + seriesProps[index].seriesIndex] = _ref2;
}
}, seriesProps[index], scaleMixins, child.props, XYPlotValues[index], dataProps));
} : {}, seriesProps[index], scaleMixins, child.props, XYPlotValues[index], dataProps));
});

@@ -602,0 +601,0 @@ }

@@ -573,9 +573,8 @@ var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();

return React.cloneElement(child, _extends({}, dimensions, {
animation: animation,
animation: animation
}, dataProps && child.prototype && !child.prototype.render ? {
ref: function ref(_ref2) {
if (dataProps) {
_this9['series' + seriesProps[index].seriesIndex] = _ref2;
}
return _this9['series' + seriesProps[index].seriesIndex] = _ref2;
}
}, seriesProps[index], scaleMixins, child.props, XYPlotValues[index], dataProps));
} : {}, seriesProps[index], scaleMixins, child.props, XYPlotValues[index], dataProps));
});

@@ -582,0 +581,0 @@ }

{
"name": "react-vis",
"version": "1.10.2",
"version": "1.10.3",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Visualization Team <visualization@uber.com>",

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

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