Socket
Socket
Sign inDemoInstall

recharts

Package Overview
Dependencies
84
Maintainers
2
Versions
235
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

2

package.json
{
"name": "recharts",
"version": "0.2.2",
"version": "0.2.3",
"description": "React charts",

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

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

outerStyle.top = Math.max(
coordinate.y + box.height + offset> scope.y2 ?
coordinate.y + box.height + offset > scope.y2 ?
coordinate.y - box.height - offset :

@@ -106,0 +106,0 @@ coordinate.y + offset, scope.y1);

@@ -37,3 +37,5 @@ function offset(el) {

'minWidth', 'maxWidth', 'width', 'minHeight', 'maxHeight', 'height',
'top', 'left', 'fontSize', 'lineHeight',
'top', 'left', 'fontSize', 'lineHeight', 'padding', 'margin',
'paddingLeft', 'paddingRight', 'paddingTop', 'paddingBottom',
'marginLeft', 'marginRight', 'marginTop', 'marginBottom',
];

@@ -40,0 +42,0 @@ function autoCompleteStyle(name, value) {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc