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

react-d3-core

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-d3-core - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

18

index.jsx
import {
default as Svg,
} from './src/container/svg';
import {
default as Title,
} from './src/container/title';
import {
default as Chart,

@@ -29,8 +37,10 @@ } from './src/chartContainer';

export {Svg as Svg};
export {Title as Title};
export {Chart as Chart};
export {Xaxis as Xaxis}
export {Yaxis as Yaxis}
export {Legend as Legend}
export {Grid as Grid}
export {Xaxis as Xaxis};
export {Yaxis as Yaxis};
export {Legend as Legend};
export {Grid as Grid};
export {Axis as Axis}
export {Label as Label}
{
"name": "react-d3-core",
"version": "0.0.5",
"version": "0.0.6",
"description": "react chart core component",

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

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