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

react-d3-basic

Package Overview
Dependencies
Maintainers
2
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 1.6.0 to 1.6.1

5

package.json
{
"name": "react-d3-basic",
"version": "1.6.0",
"version": "1.6.1",
"description": "react chart component",

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

"dependencies": {
"d3": "^3.5.6",
"d3-array": "^0.7.1",
"d3-scale": "^0.6.4",
"react-d3-core": "^1.2.3",

@@ -52,0 +53,0 @@ "react-d3-shape": "^0.2.4",

24

README.md

@@ -174,8 +174,9 @@ # react-d3-basic

```
$ sudo npm i
$ sudo npm i -g babel@5.8.23
$ sudo npm run build
$ webpack -w
$ npm install
$ node devServer.js
```
Open `localhost:5000/example`
Build production `js`, `min.js` code

@@ -195,4 +196,19 @@

## History
#### Before v1.6.x ...
- Initial release
- Babel 5
- D3 3.0
#### 2016 / 3 / 3, v1.6.0
- Move to Babel 6.
- D3 4.0.
- improve example folder.
## License
Apache 2.0
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