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

@d3fc/d3fc-series

Package Overview
Dependencies
Maintainers
2
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@d3fc/d3fc-series - npm Package Compare versions

Comparing version 4.0.5 to 4.0.6

12

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="4.0.6"></a>
## [4.0.6](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.5...@d3fc/d3fc-series@4.0.6) (2018-08-21)
**Note:** Version bump only for package @d3fc/d3fc-series
<a name="4.0.5"></a>

@@ -16,3 +24,3 @@ ## [4.0.5](https://github.com/d3fc/d3fc-series/compare/@d3fc/d3fc-series@4.0.4...@d3fc/d3fc-series@4.0.5) (2018-08-21)

<a name="4.0.4"></a>
## [4.0.4](https://github.com/d3fc/d3fc-series/compare/@d3fc/d3fc-series@4.0.3...@d3fc/d3fc-series@4.0.4) (2018-08-20)
## [4.0.4](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.3...@d3fc/d3fc-series@4.0.4) (2018-08-20)

@@ -25,3 +33,3 @@

<a name="4.0.3"></a>
## [4.0.3](https://github.com/d3fc/d3fc-series/compare/@d3fc/d3fc-series@4.0.2...@d3fc/d3fc-series@4.0.3) (2018-08-15)
## [4.0.3](https://github.com/d3fc/d3fc/compare/@d3fc/d3fc-series@4.0.2...@d3fc/d3fc-series@4.0.3) (2018-08-15)

@@ -28,0 +36,0 @@

20

package.json
{
"name": "@d3fc/d3fc-series",
"version": "4.0.5",
"version": "4.0.6",
"description": "A collection of components for rendering data series to SVG and canvas, including line, bar, OHLC, candlestick and more",

@@ -11,3 +11,3 @@ "license": "MIT",

],
"homepage": "https://github.com/d3fc/d3fc-series",
"homepage": "https://github.com/d3fc/d3fc",
"main": "build/d3fc-series.js",

@@ -17,3 +17,3 @@ "jsnext:main": "index",

"type": "git",
"url": "https://github.com/d3fc/d3fc-series"
"url": "https://github.com/d3fc/d3fc"
},

@@ -25,6 +25,6 @@ "scripts": {

"devDependencies": {
"@d3fc/d3fc-extent": "^3.0.3",
"@d3fc/d3fc-group": "^2.0.3",
"@d3fc/d3fc-random-data": "^3.0.3",
"@d3fc/d3fc-scripts": "^2.0.3",
"@d3fc/d3fc-extent": "^3.0.4",
"@d3fc/d3fc-group": "^2.0.4",
"@d3fc/d3fc-random-data": "^3.0.4",
"@d3fc/d3fc-scripts": "^2.0.4",
"babel-polyfill": "^6.13.0",

@@ -35,5 +35,5 @@ "canvas-mock": "0.0.0",

"dependencies": {
"@d3fc/d3fc-data-join": "^5.0.3",
"@d3fc/d3fc-rebind": "^5.0.3",
"@d3fc/d3fc-shape": "^5.0.3",
"@d3fc/d3fc-data-join": "^5.0.4",
"@d3fc/d3fc-rebind": "^5.0.4",
"@d3fc/d3fc-shape": "^5.0.4",
"d3-array": "^1.0.0",

@@ -40,0 +40,0 @@ "d3-scale": "^1.0.1",

@@ -33,3 +33,3 @@ # d3fc-series

[Main d3fc package](https://github.com/ScottLogic/d3fc)
[Main d3fc package](https://github.com/d3fc/d3fc)

@@ -830,3 +830,3 @@ ## Installing

The `fc.group` component from the [d3fc-group](https://github.com/d3fc/d3fc-group) package gives an easy way to construct this data from CSV / TSV.
The `fc.group` component from the [d3fc-group](https://github.com/d3fc/d3fc) package gives an easy way to construct this data from CSV / TSV.

@@ -833,0 +833,0 @@ With the data in the correct format, the series is rendered just like the other series types:

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