Socket
Socket
Sign inDemoInstall

c3-exporter

Package Overview
Dependencies
83
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

6

CHANGELOG.md

@@ -0,1 +1,7 @@

#### 0.0.4 (2017-4-26)
##### Bug Fixes
* **package:** Fix d3 version to 3.5.17 ([19cdfa0d](https://github.com/lgaticaq/c3-exporter/commit/19cdfa0d523e64164c216f45c7ce69ef9298df0b))
#### 0.0.3 (2017-4-26)

@@ -2,0 +8,0 @@

2

exporter.js

@@ -35,3 +35,3 @@ /**

'js': [
phantom.libraryPath + '/../d3/build/d3.min.js',
phantom.libraryPath + '/../d3/d3.min.js',
phantom.libraryPath + '/../c3/c3.min.js'

@@ -38,0 +38,0 @@ ],

{
"name": "c3-exporter",
"version": "0.0.3",
"version": "0.0.4",
"description": "Export c3 charts to png",

@@ -32,3 +32,3 @@ "main": "index.js",

"c3": "^0.4.11",
"d3": "^4.8.0",
"d3": "^3.5.17",
"phantomjs-prebuilt": "^2.1.14"

@@ -35,0 +35,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc