
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
@hpcc-js/timeline
Advanced tools
This package is part of the mono repository "@hpcc-js" (aka Visualization Framework), for more information including Quick Start, Gallery and Tutorials, please visit the main page on GitHub: hpcc-systems/Visualization.
<html>
<head>
<title>Simple MiniGantt</title>
<script src="https://unpkg.com/@hpcc-js/util"></script>
<script src="https://unpkg.com/@hpcc-js/common"></script>
<script src="https://unpkg.com/@hpcc-js/api"></script>
<script src="https://unpkg.com/@hpcc-js/chart"></script>
<script src="https://unpkg.com/@hpcc-js/timeline"></script>
</head>
<body>
<div id="placeholder" style="width:800px;height:600px;"></div>
<script>
var chart = new window["@hpcc-js/timeline"].MiniGantt()
.target("placeholder")
.columns(["Label", "start", "end"])
.data([
["Range #1","2004-01-04T01:36:44.0Z","2005-10-05T01:59:16.0Z",""],
["Range #2","2004-03-07T17:12:44.0Z","2004-12-07T02:16:06.0Z",""],
["Range #3","2004-07-20T18:10:42.0Z","2005-07-22T02:30:31.0Z",""],
["Range #4","2004-09-09T05:53:17.0Z","2005-01-10T07:40:42.0Z",""],
["Event #1","2004-09-09T21:43:52.0Z"],
["Range #5","2005-01-04T05:30:36.0Z","2005-11-17T11:51:53.0Z",""],
["Range #6","2005-01-22T20:57:02.0Z","2005-06-12T05:28:33.0Z",""],
["Range #7","2005-04-18T15:26:23.0Z","2005-07-23T08:46:24.0Z",""],
["Range #8","2005-05-25T16:01:00.0Z","2005-06-17T23:18:56.0Z",""],
["Range #9","2005-06-19T09:38:40.0Z","2005-07-16T17:17:16.0Z",""]
])
.timePattern("%Y-%m-%dT%H:%M:%S.%LZ")
.render();
</script>
</body>
</html>
FAQs
hpcc-js - Viz Timeline
The npm package @hpcc-js/timeline receives a total of 1,353 weekly downloads. As such, @hpcc-js/timeline popularity was classified as popular.
We found that @hpcc-js/timeline demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.