Socket
Socket
Sign inDemoInstall

c3-exporter

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c3-exporter - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

CHANGELOG.md

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

#### 0.0.3 (2017-4-26)
##### Bug Fixes
* **package:** Fix d3 version ([e8f7bbc7](https://github.com/lgaticaq/c3-exporter/commit/e8f7bbc72a113dc5b2bd4b1714403954507bea65))
#### 0.0.2 (2017-4-26)

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

2

exporter.js

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

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

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

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

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

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

@@ -34,0 +35,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