
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/server-core
Advanced tools
Node.js-specific utilities for server-side walkerOS implementations, covering HTTP communication and cryptographic hashing for backend event processing.
Documentation • NPM Package • Source Code
npm install @walkeros/server-core
import { sendServer, getHashServer } from '@walkeros/server-core';
const anonymousId = await getHashServer('user123@example.com', 16);
const response = await sendServer('https://api.example.com/events', {
name: 'page view',
data: { url: '/home', userId: anonymousId },
});
Full configuration, mapping, and examples live in the docs: https://www.walkeros.io/docs/sources/server
Feel free to contribute by submitting an issue, starting a discussion, or getting in contact.
MIT
FAQs
Server-specific utilities for walkerOS
The npm package @walkeros/server-core receives a total of 1,227 weekly downloads. As such, @walkeros/server-core popularity was classified as popular.
We found that @walkeros/server-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.