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.1 to 0.0.2

7

CHANGELOG.md

@@ -0,1 +1,8 @@

#### 0.0.2 (2017-4-26)
##### Bug Fixes
* **package:** Set min node version to v7 ([7a448cd2](https://github.com/lgaticaq/c3-exporter/commit/7a448cd251fd48d814b8bc614174a3d2a279da2c))
* **path:** Fix dependencies paths ([86c94195](https://github.com/lgaticaq/c3-exporter/commit/86c941956740fa283aa6455141b623094c6a3c70))
#### 0.0.1 (2017-4-21)

@@ -2,0 +9,0 @@

6

exporter.js

@@ -35,7 +35,7 @@ /**

'js': [
phantom.libraryPath + '/node_modules/d3/d3.min.js',
phantom.libraryPath + '/node_modules/c3/c3.min.js'
phantom.libraryPath + '/../d3/d3.min.js',
phantom.libraryPath + '/../c3/c3.min.js'
],
'css': [
phantom.libraryPath + '/node_modules/c3/c3.min.css'
phantom.libraryPath + '/../c3/c3.min.css'
],

@@ -42,0 +42,0 @@

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

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

"engines": {
"node": ">=4"
"node": ">=7"
},

@@ -16,0 +16,0 @@ "repository": {

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