
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
Roll Call is a completely free🎉 voice chat service with podcast quality recording.
Roll Call is a completely free🎉 voice chat service with podcast quality recording.
Go ahead and use it: rollcall.audio
Features Include:
For more information on how to use Roll Call check out the FAQ.
Roll Call is entirely Open Source and can be embedded into your own web pages and web applications.
Roll Call only works in last few releases of Chrome & Brave. This is not due to lack of testing or development work but because of bugs in Safari and Firefox. Roll Call sits at the intersection of browser audio and WebRTC support, it's a minefield for finding bugs burried deep in browser implementations. Even supporting Chrome takes some hacks.
Roll Call can easily be embedded on your own website. The easiest way is with a script include.
<script src="https://cdn.jsdelivr.net/npm/roll-call@latest/dist/rollcall.js"></script>
<my-container>
<roll-call call="myUniqueCallIdentifier"></roll-call>
</my-container>
Roll Call uses WebComponents. This means that you can use it like any other HTML element and manipulate its state with JavaScript.
Or, if you want to build it into the JavaScript bundle for your own app you can do so easily, but you'll need to handle loading a WebComponents polyfill for most browsers on your own.
const { Call } = require('roll-call')
let elem = new Call()
elem.call = 'myUniqueCallIdentifier'
document.body.appendChild(elem)
Once you require the script the elements are registered so you could also do something like this.
require('roll-call')
document.body.innerHTML += `<roll-call call="myUniqueCallIdentifier"></roll-call>`
Download the code and run npm install.
If you want to do development run:
npm install
npm start
Roll Call is built and deployed automatically:
The Rza,
the Gza,
Inspectah Deck,
Raekwon,
U-God,
Masta Killa,
Method Man,
Ghostface Killah,
and the late great Ol Dirty Bastard.
FAQs
Roll Call is a completely free🎉 voice chat service with podcast quality recording.
The npm package roll-call receives a total of 15 weekly downloads. As such, roll-call popularity was classified as not popular.
We found that roll-call 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.

Research
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.