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

recharts

Package Overview
Dependencies
Maintainers
3
Versions
245
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

recharts - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

2

CONTRIBUTING.md

@@ -23,3 +23,3 @@ # Contributing to Recharts

**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
**Working on your first Pull Request?** You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://app.egghead.io/playlists/how-to-contribute-to-an-open-source-project-on-github)

@@ -26,0 +26,0 @@ *Before* submitting a pull request, please make sure the following is done…

@@ -319,2 +319,3 @@ import _isEqual from "lodash/isEqual";

value: function render() {
var _filterProps;
var _this$props7 = this.props,

@@ -343,8 +344,10 @@ hide = _this$props7.hide,

var clipPathId = _isNil(id) ? this.id : id;
var _ref2 = filterProps(dot) || {
var _ref2 = (_filterProps = filterProps(dot)) !== null && _filterProps !== void 0 ? _filterProps : {
r: 3,
strokeWidth: 2
},
r = _ref2.r,
strokeWidth = _ref2.strokeWidth;
_ref2$r = _ref2.r,
r = _ref2$r === void 0 ? 3 : _ref2$r,
_ref2$strokeWidth = _ref2.strokeWidth,
strokeWidth = _ref2$strokeWidth === void 0 ? 2 : _ref2$strokeWidth;
var _ref3 = isDotProps(dot) ? dot : {},

@@ -351,0 +354,0 @@ _ref3$clipDot = _ref3.clipDot,

@@ -317,2 +317,3 @@ import _isEqual from "lodash/isEqual";

value: function render() {
var _filterProps;
var _this$props6 = this.props,

@@ -341,8 +342,10 @@ hide = _this$props6.hide,

var clipPathId = _isNil(id) ? this.id : id;
var _ref2 = filterProps(dot) || {
var _ref2 = (_filterProps = filterProps(dot)) !== null && _filterProps !== void 0 ? _filterProps : {
r: 3,
strokeWidth: 2
},
r = _ref2.r,
strokeWidth = _ref2.strokeWidth;
_ref2$r = _ref2.r,
r = _ref2$r === void 0 ? 3 : _ref2$r,
_ref2$strokeWidth = _ref2.strokeWidth,
strokeWidth = _ref2$strokeWidth === void 0 ? 2 : _ref2$strokeWidth;
var _ref3 = dot,

@@ -349,0 +352,0 @@ _ref3$clipDot = _ref3.clipDot,

@@ -327,2 +327,3 @@ "use strict";

value: function render() {
var _filterProps;
var _this$props7 = this.props,

@@ -351,8 +352,10 @@ hide = _this$props7.hide,

var clipPathId = (0, _isNil2["default"])(id) ? this.id : id;
var _ref2 = (0, _ReactUtils.filterProps)(dot) || {
var _ref2 = (_filterProps = (0, _ReactUtils.filterProps)(dot)) !== null && _filterProps !== void 0 ? _filterProps : {
r: 3,
strokeWidth: 2
},
r = _ref2.r,
strokeWidth = _ref2.strokeWidth;
_ref2$r = _ref2.r,
r = _ref2$r === void 0 ? 3 : _ref2$r,
_ref2$strokeWidth = _ref2.strokeWidth,
strokeWidth = _ref2$strokeWidth === void 0 ? 2 : _ref2$strokeWidth;
var _ref3 = isDotProps(dot) ? dot : {},

@@ -359,0 +362,0 @@ _ref3$clipDot = _ref3.clipDot,

@@ -325,2 +325,3 @@ "use strict";

value: function render() {
var _filterProps;
var _this$props6 = this.props,

@@ -349,8 +350,10 @@ hide = _this$props6.hide,

var clipPathId = (0, _isNil2["default"])(id) ? this.id : id;
var _ref2 = (0, _ReactUtils.filterProps)(dot) || {
var _ref2 = (_filterProps = (0, _ReactUtils.filterProps)(dot)) !== null && _filterProps !== void 0 ? _filterProps : {
r: 3,
strokeWidth: 2
},
r = _ref2.r,
strokeWidth = _ref2.strokeWidth;
_ref2$r = _ref2.r,
r = _ref2$r === void 0 ? 3 : _ref2$r,
_ref2$strokeWidth = _ref2.strokeWidth,
strokeWidth = _ref2$strokeWidth === void 0 ? 2 : _ref2$strokeWidth;
var _ref3 = dot,

@@ -357,0 +360,0 @@ _ref3$clipDot = _ref3.clipDot,

{
"name": "recharts",
"version": "2.7.0",
"version": "2.7.1",
"description": "React charts",

@@ -67,3 +67,2 @@ "main": "lib/index",

"dependencies": {
"@storybook/addon-storysource": "^7.0.18",
"classnames": "^2.2.5",

@@ -97,2 +96,3 @@ "eventemitter3": "^4.0.1",

"@storybook/addon-mdx-gfm": "^7.0.18",
"@storybook/addon-storysource": "^7.0.18",
"@storybook/jest": "^0.1.0",

@@ -99,0 +99,0 @@ "@storybook/react": "^7.0.18",

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