
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@walkeros/web-core
Advanced tools
Browser-specific utilities for client-side walkerOS implementations, covering DOM interactions, browser information, storage, element visibility, web hashing, and web-based communication.
Documentation • NPM Package • Source Code
npm install @walkeros/web-core
import { getAttribute, isVisible, sendWeb } from '@walkeros/web-core';
const element = document.querySelector('[data-elb="product"]');
const entity = getAttribute(element, 'data-elb');
if (isVisible(element)) {
await sendWeb('https://api.example.com/events', { entity });
}
Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
MIT
FAQs
Web-specific utilities for walkerOS
We found that @walkeros/web-core 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.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.