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

d3node-barchart

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3node-barchart - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

example/index.js

@@ -10,2 +10,2 @@ const output = require('d3node-output');

// create output files
output('./dist/output', d3nBar(data));
output('./example/output', d3nBar(data));
{
"name": "d3node-barchart",
"version": "0.0.1",
"version": "0.0.2",
"description": "D3-Node example - BarChart",

@@ -11,2 +11,6 @@ "main": "index.js",

},
"repository": {
"type": "git",
"url": "http://github.com/d3-node/d3node-barchart.git"
},
"keywords": [

@@ -13,0 +17,0 @@ "d3",

@@ -5,7 +5,6 @@ ## BarChart

## Install
```bash
npm install d3-node-bar
npm install d3node-barchart
```

@@ -30,3 +29,3 @@

![chart](dist/output.png)
![chart](https://raw.githubusercontent.com/d3-node/d3node-barchart/master/example/output.png)

@@ -33,0 +32,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