event-drops
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "event-drops", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A time based / event series interactive visualization using d3.js. Use drag and zoom to navigate in time.", | ||
@@ -98,5 +98,6 @@ "main": "dist/index.js", | ||
"Julien Demangeon (https://github.com/jdemangeon)", | ||
"Chad Ramos (https://github.com/chad-ramos)", | ||
"Sedy Bot (https://github.com/sedy-bot)", | ||
"Chad Ramos (https://github.com/chad-ramos)", | ||
"Juliano Alves de Oliveira (https://github.com/JulianoEngineer)", | ||
"Christian Gass (https://github.com/gassc)", | ||
"Chulki Lee (https://github.com/chulkilee)", | ||
@@ -109,3 +110,3 @@ "Emmanuel Quentin (https://github.com/manuquentin)", | ||
"Simon Hartcher (https://github.com/deevus)", | ||
"benmoufm (https://github.com/benmoufm)", | ||
"Mélodie Benmouffek (https://github.com/benmoufm)", | ||
"marmelab-bot (https://github.com/marmelab-bot)", | ||
@@ -112,0 +113,0 @@ "messense (https://github.com/messense)" |
@@ -37,3 +37,3 @@ # EventDrops | ||
```xml | ||
<link href="https://unpkg.com/event-drops/dist/eventDrops.css" rel="stylesheet" /> | ||
<link href="https://unpkg.com/event-drops/dist/style.css" rel="stylesheet" /> | ||
@@ -56,4 +56,4 @@ <script src="https://unpkg.com/d3"></script> | ||
const repositoriesData = [ | ||
{ name: "admin-on-rest", data: [{ date: new Date('2014/09/15 14:21:31') }, /* ... */ ,] | ||
{ name: "event-drops", data: [{ date: new Date('2014/09/15 13:24:57') }, /* ... */ ,] | ||
{ name: "admin-on-rest", data: [{ date: new Date('2014/09/15 14:21:31') }, /* ... */] }, | ||
{ name: "event-drops", data: [{ date: new Date('2014/09/15 13:24:57') }, /* ... */] }, | ||
{ name: "sedy", data: [{ date: new Date('2014/09/15 13:25:12') }, /* ... */] } | ||
@@ -60,0 +60,0 @@ ]; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
297093
0