Socket
Socket
Sign inDemoInstall

c3-chart-maker

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c3-chart-maker - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

bower.json

@@ -23,4 +23,4 @@ {

"dependencies": {
"c3": "^0.4.15"
"c3": "0.4.16"
}
}

@@ -31,12 +31,12 @@ {

},
"version": "0.4.15",
"_release": "0.4.15",
"version": "0.4.16",
"_release": "0.4.16",
"_resolution": {
"type": "version",
"tag": "v0.4.15",
"commit": "9372354e6c5a1637f02d08287fa3747f8ef0031b"
"tag": "v0.4.16",
"commit": "6332b4690e4bd526012eaea3a7454e7ae2cc1b49"
},
"_source": "https://github.com/masayuki0812/c3.git",
"_target": "^0.4.15",
"_target": "0.4.16",
"_originalSource": "c3"
}

@@ -1,6 +0,11 @@

c3 [![Build Status](https://travis-ci.org/c3js/c3.svg?branch=master)](https://travis-ci.org/c3js/c3) [![Dependency Status](https://david-dm.org/c3js/c3.svg)](https://david-dm.org/c3js/c3) [![devDependency Status](https://david-dm.org/c3js/c3/dev-status.svg)](https://david-dm.org/c3js/c3#info=devDependencies) [![license](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/c3js/c3/blob/master/LICENSE) [![codecov.io](https://codecov.io/github/c3js/c3/coverage.svg?branch=master)](https://codecov.io/github/c3js/c3?branch=master)
==
# c3
c3 is a D3-based reusable chart library that enables deeper integration of charts into web applications.
[![Build Status](https://travis-ci.org/c3js/c3.svg?branch=master)](https://travis-ci.org/c3js/c3)
[![devDependency Status](https://david-dm.org/c3js/c3/dev-status.svg)](https://david-dm.org/c3js/c3#info=devDependencies)
[![license](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](https://github.com/c3js/c3/blob/master/LICENSE)
[![codecov.io](https://codecov.io/github/c3js/c3/coverage.svg?branch=master)](https://codecov.io/github/c3js/c3?branch=master)
[![Greenkeeper badge](https://badges.greenkeeper.io/c3js/c3.svg)](https://greenkeeper.io/)
> c3 is a D3-based reusable chart library that enables deeper integration of charts into web applications.
Follow the link for more information: [http://c3js.org](http://c3js.org/)

@@ -7,0 +12,0 @@

{
"name": "c3-chart-maker",
"version": "0.1.2",
"version": "0.1.3",
"description": "A Node.js module and CLI tool for rendering a chart from a CSV file using a C3 spec.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/codecapers/c3-chart-maker",

@@ -59,1 +59,3 @@ # Chart-maker

Need to be able to merge multiple csv files.
Should be able to plug blanks in the chart template with command line parameters.
Need to be able to include CSS template for the chart so that it can be styled.

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

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