New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

d3kit-timeline

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d3kit-timeline - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

8

CHANGELOG.md

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

== HEAD
# d3Kit-timeline
## v0.2.0
- Add support for ```scale``` and ```domain``` in options. Thanks @timelyportfolio for the suggestions.
## v0.3.0
- Do not pull unnecessary files when install via bower

14

package.json
{
"name": "d3kit-timeline",
"version": "0.3.0",
"description": "A timeline component based on d3kit and labella.js",
"version": "0.2.0",
"homepage": "https://github.com/kristw/d3kit-timeline",
"main": "dist/d3kit-timeline.min.js",
"author": "Krist Wongsuphasawat <krist.wongz@gmail.com> (http://kristw.yellowpigz.com)",
"license": "Apache 2",
"keywords": [
"d3kit-timeline",
"d3kit"
],
"devDependencies": {

@@ -23,7 +30,2 @@ "chai": "*",

},
"author": {
"name": "Krist Wongsuphasawat",
"email": "krist.wongz@gmail.com"
},
"license": "Apache 2",
"scripts": {

@@ -30,0 +32,0 @@ "test": "mocha --no-colors --reporter spec"

@@ -9,2 +9,4 @@ **Introduction** |

The use case of this library is not limited to temporal data. You can change the scale to be d3.scale.linear() or something else to support x-value that is not time.
This small library is built on top of [D3](http://d3js.org/), [d3Kit](https://github.com/twitter/d3kit) and [Labella.js](https://github.com/twitter/labella.js).

@@ -111,3 +113,3 @@

Copyright 2015 Krist Wongsuphasawat.
Copyright 2015 Krist Wongsuphasawat.
Licensed under the [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.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