New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@walkeros/web-core

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@walkeros/web-core

Web-specific utilities for walkerOS

Source
npmnpm
Version
4.4.0
Version published
Maintainers
1
Created
Source

walkerOS

@walkeros/web-core

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

Installation

npm install @walkeros/web-core

Quick start

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 });
}

Documentation

Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs

Contribute

Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.

License

MIT

Keywords

walkerOS

FAQs

Package last updated on 17 Aug 2026

Related posts