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.13.0 to 2.13.1

2

package.json
{
"name": "recharts",
"version": "2.13.0",
"version": "2.13.1",
"description": "React charts",

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

@@ -69,3 +69,3 @@ /**

}
export type Props = Omit<PresentationAttributesAdaptChildEvent<any, SVGPathElement>, 'radius' | 'name'> & BarProps;
export type Props = Omit<PresentationAttributesAdaptChildEvent<BarRectangleItem, SVGPathElement>, 'radius' | 'name'> & BarProps;
interface State {

@@ -72,0 +72,0 @@ readonly isAnimationFinished?: boolean;

@@ -1,1 +0,4 @@

export declare const AreaChart: (props: import("./generateCategoricalChart").CategoricalChartProps) => import("react").JSX.Element;
export declare const AreaChart: {
(props: import("./generateCategoricalChart").CategoricalChartProps): import("react").JSX.Element;
displayName: string;
};

@@ -1,1 +0,4 @@

export declare const BarChart: (props: import("./generateCategoricalChart").CategoricalChartProps) => import("react").JSX.Element;
export declare const BarChart: {
(props: import("./generateCategoricalChart").CategoricalChartProps): import("react").JSX.Element;
displayName: string;
};

@@ -1,1 +0,4 @@

export declare const ComposedChart: (props: import("./generateCategoricalChart").CategoricalChartProps) => import("react").JSX.Element;
export declare const ComposedChart: {
(props: import("./generateCategoricalChart").CategoricalChartProps): import("react").JSX.Element;
displayName: string;
};

@@ -1,1 +0,4 @@

export declare const FunnelChart: (props: import("./generateCategoricalChart").CategoricalChartProps) => import("react").JSX.Element;
export declare const FunnelChart: {
(props: import("./generateCategoricalChart").CategoricalChartProps): import("react").JSX.Element;
displayName: string;
};

@@ -80,2 +80,5 @@ import React, { ReactElement } from 'react';

}
export declare const generateCategoricalChart: ({ chartName, GraphicalChild, defaultTooltipEventType, validateTooltipEventTypes, axisComponents, legendContent, formatAxisMap, defaultProps, }: CategoricalChartOptions) => (props: CategoricalChartProps) => React.JSX.Element;
export declare const generateCategoricalChart: ({ chartName, GraphicalChild, defaultTooltipEventType, validateTooltipEventTypes, axisComponents, legendContent, formatAxisMap, defaultProps, }: CategoricalChartOptions) => {
(props: CategoricalChartProps): React.JSX.Element;
displayName: string;
};

@@ -1,1 +0,4 @@

export declare const LineChart: (props: import("./generateCategoricalChart").CategoricalChartProps) => import("react").JSX.Element;
export declare const LineChart: {
(props: import("./generateCategoricalChart").CategoricalChartProps): import("react").JSX.Element;
displayName: string;
};

@@ -1,1 +0,4 @@

export declare const PieChart: (props: import("./generateCategoricalChart").CategoricalChartProps) => import("react").JSX.Element;
export declare const PieChart: {
(props: import("./generateCategoricalChart").CategoricalChartProps): import("react").JSX.Element;
displayName: string;
};

@@ -1,1 +0,4 @@

export declare const RadarChart: (props: import("./generateCategoricalChart").CategoricalChartProps) => import("react").JSX.Element;
export declare const RadarChart: {
(props: import("./generateCategoricalChart").CategoricalChartProps): import("react").JSX.Element;
displayName: string;
};

@@ -1,1 +0,4 @@

export declare const RadialBarChart: (props: import("./generateCategoricalChart").CategoricalChartProps) => import("react").JSX.Element;
export declare const RadialBarChart: {
(props: import("./generateCategoricalChart").CategoricalChartProps): import("react").JSX.Element;
displayName: string;
};

@@ -1,1 +0,4 @@

export declare const ScatterChart: (props: import("./generateCategoricalChart").CategoricalChartProps) => import("react").JSX.Element;
export declare const ScatterChart: {
(props: import("./generateCategoricalChart").CategoricalChartProps): import("react").JSX.Element;
displayName: string;
};

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

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

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