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 0.3.16 to 0.3.17

2

package.json
{
"name": "recharts",
"version": "0.3.16",
"version": "0.3.17",
"description": "React charts",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -23,2 +23,8 @@ import React from 'react';

static defaultProps = {
style: {},
layout: 'horizontal',
margin: { top: 5, right: 5, bottom: 5, left: 5 },
};
displayName = 'BarChart';

@@ -25,0 +31,0 @@

@@ -71,3 +71,3 @@ import React, { PropTypes } from 'react';

...wrapperStyle,
}
};
const finalLabelStyle = {

@@ -74,0 +74,0 @@ margin: 0,

@@ -101,3 +101,3 @@ import React, { PropTypes } from 'react';

return (
<div className="tooltip-outer-wrapper" style={outerStyle}>
<div className="recharts-tooltip-wrapper" style={outerStyle}>
{

@@ -104,0 +104,0 @@ React.isValidElement(customContent) ?

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