
Research
Namastex.ai npm Packages Hit with TeamPCP-Style CanisterWorm Malware
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.
enumerate-devices
Advanced tools
A small project to normalize browser differences for enumerating media devices
####What This is a simple module for normalizing the differences in enumerating media devices in webkit (Chrome/Opera) and Mozilla (Firefox).
####Why Because the usages and results of the two implementations differ, and it's nice to normalize the behavior and results.
####How
//promises!
const enumerateDevices = require('enumerate-devices');
enumerateDevices().then((devices) => console.log(devices)).catch(console.log.bind(console));
//or callbacks!
var enumerateDevices = require('enumerate-devices');
enumerateDevices(function(err, devices) {
if(err) {
console.log(err.message); //device enumeration not supported
} else {
console.log(devices);
}
});
Test by running npm start and visiting http://localhost:8880/test
####Demo
View a demo of the module in use on the test page.
####Who
FAQs
A small project to normalize browser differences for enumerating media devices
The npm package enumerate-devices receives a total of 9,260 weekly downloads. As such, enumerate-devices popularity was classified as popular.
We found that enumerate-devices 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
Malicious Namastex.ai npm packages appear to replicate TeamPCP-style Canister Worm tradecraft, including exfiltration and self-propagation.

Product
Explore exportable charts for vulnerabilities, dependencies, and usage with Reports, Socket’s new extensible reporting framework.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.