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

react-d3-basic

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-d3-basic - npm Package Compare versions

Comparing version 0.11.3 to 0.11.4

2

lib/commonProps.js

@@ -8,3 +8,3 @@ "use strict";

var height = 500;
var margins = { top: 50, right: 50, bottom: 50, left: 50 };
var margins = { top: 80, right: 100, bottom: 80, left: 100 };

@@ -11,0 +11,0 @@ exports['default'] = {

{
"name": "react-d3-basic",
"version": "0.11.3",
"version": "0.11.4",
"description": "react chart component",

@@ -34,3 +34,3 @@ "main": "./lib/index.js",

"d3": "^3.5.6",
"react-d3-core": "^0.7.2",
"react-d3-core": "^0.8.2",
"react-dom": "^0.14.0",

@@ -37,0 +37,0 @@ "react-faux-dom": "^2.1.0"

@@ -127,4 +127,11 @@ # react-d3-basic

## Develop
```
$ sudo npm i
$ webpack -w
```
## License
Apache 2.0

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