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

to
0.4.0

2

CHANGELOG.md

@@ -6,3 +6,3 @@ # d3Kit-timeline

## v0.3.0-0.3.1
## v0.3.0-0.3.2
- Do not pull unnecessary files when install via bower
{
"name": "d3kit-timeline",
"version": "0.3.2",
"version": "0.4.0",
"description": "A timeline component based on d3kit and labella.js",

@@ -8,3 +8,3 @@ "homepage": "https://github.com/kristw/d3kit-timeline",

"author": "Krist Wongsuphasawat <krist.wongz@gmail.com> (http://kristw.yellowpigz.com)",
"license": "Apache 2",
"license": "Apache-2.0",
"keywords": [

@@ -14,2 +14,5 @@ "d3kit-timeline",

],
"files": [
"dist/*.js"
],
"dependencies": {

@@ -21,4 +24,2 @@ "d3kit": "~1.0.9",

"chai": "*",
"mocha": "*",
"uglify-js": "*",
"grunt": "~0.4.5",

@@ -32,10 +33,14 @@ "grunt-bump": "~0.3.1",

"grunt-contrib-watch": "~0.6.1",
"grunt-gh-pages": "~0.10.0",
"grunt-shell": "~1.1.2",
"grunt-gh-pages": "~0.10.0",
"load-grunt-config": "~0.17.1",
"time-grunt": "~1.2.1"
"mocha": "*",
"pkgfiles": "^2.3.0",
"time-grunt": "~1.2.1",
"uglify-js": "*"
},
"scripts": {
"test": "mocha --no-colors --reporter spec"
"test": "mocha --no-colors --reporter spec",
"prepublish": "pkgfiles"
}
}