![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@hydrosquall/timelinejs
Advanced tools
TimelineJS v3: A Storytelling Timeline built in JavaScript, made by Northwestern University Knight Lab.
TimelineJS v3: A Storytelling Timeline built in JavaScript. https://timeline.knightlab.com
TimelineJS is a tool designed to help people with minimal technical skill tell rich, dynamic stories on the web. Most people will create timelines using the official authoring tool and embed their creations using a snip of HTML code offered at the end of that process.
For users of these content management systems (CMSes), there are plugins to facilitate the embedding process:
General users of TimelineJS should consult timeline.knightlab.com for instructions and documentation. Information on GitHub is primarily directed at those who are interested in working with the TimelineJS source code.
The authoritative documentation list is also on the main website, but here are some direct links which may be useful:
Are you trying to contribute to or develop TimelineJS3? Here's where you should start.
For users who instantiate a timeline in a page (as opposed to using the iframe embed model), this page roughly documents TimelineJS's JavaScript API, but note that because TimelineJS's primary use case is the embedded iframe, some of these methods have not been thoroughly tested.
To use in a project that uses ES6 modules and webpack, import the Timeline
class and the CSS as follows
import { Timeline } from '@knight-lab/timelinejs';
import '@knight-lab/timelinejs/dist/css/timeline.css';
FAQs
TimelineJS v3: A Storytelling Timeline built in JavaScript, made by Northwestern University Knight Lab.
The npm package @hydrosquall/timelinejs receives a total of 2 weekly downloads. As such, @hydrosquall/timelinejs popularity was classified as not popular.
We found that @hydrosquall/timelinejs demonstrated a not healthy version release cadence and project activity because the last version was released 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.