
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
Askini (originated from "saqsini" in Algerian dialect which means Ask me) aims to simulate the physical class experience where you can ask questions and start discussion during the lecture for online classes by allowing students (or anyone watching the video) to ask questions at anytime during a video lecture.
Askini adds a button to the video controls to allow users to ask questions anytime during the video, clicking the button will trigger a window to pop up with a comment system widget with a different discussion for every second.
The commenting mechanism is based remark42 which offers a bunch of cool features:
Note that Askini needs a remark42 instance to work, you can use the demo instance at https://askini.sereel.com/web or install your own instance following instructions in remark42's docs.
<video id="player" playsinline controls>
<source src="movie.mp4" type="video/mp4">
</video>
<script src="path/to/askini.js"></script>
<script>
const options = {
host: 'https://askini.sereel.com', // hostname of remark server
base_url: 'http://example.com/video1', // Used to construct the url passed to remark
site_id: 'demo',
max_shown_comments: 15,
theme: 'dark',
locale: 'en'
}
const askini = new Askini("#player", options);
</script>
FAQs
Askini: Ask anything, anywhere and anytime
The npm package askini receives a total of 1 weekly downloads. As such, askini popularity was classified as not popular.
We found that askini demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.