
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@helptheweb/helper
Advanced tools
The official accessibility helper widget from helptheweb.org, adding features like font size adjustment, contrast modes, and more.
The official accessibility helper widget from helptheweb.org, adding features like font size adjustment, contrast modes, and more.
<script src="https://unpkg.com/@helptheweb/helper"></script>
<!-- Then initialize with default settings -->
<script>
const accessibilityHelper = new AccessibilityHelper.Helper();
</script>
<!-- Or initialize with custom options -->
<script>
const accessibilityHelper = new AccessibilityHelper.Helper({
defaultFontSize: 18,
buttonColor: '#000000'
});
</script>
npm install @helptheweb/helper
import { Helper } from '@helptheweb/helper';
// Initialize with default settings
const accessibilityHelper = new Helper();
// Or initialize with custom options
const accessibilityHelper = new Helper({
defaultFontSize: 18,
buttonColor: '#000000'
});
npm install @helptheweb/helper
const { Helper } = require('@helptheweb/helper');
// Initialize with default settings
const accessibilityHelper = new Helper();
// Or initialize with custom options
const accessibilityHelper = new Helper({
defaultFontSize: 18,
buttonColor: '#000000'
});
| Option | Type | Default | Description |
|---|---|---|---|
defaultFontSize | number | 16 | The base font size in pixels |
buttonColor | string | '#1e232f' | The color of the accessibility toggle button |
You can programmatically control the helper through its methods:
// Font size controls
accessibilityHelper.increaseFontSize();
accessibilityHelper.decreaseFontSize();
accessibilityHelper.resetFontSize();
// Toggle individual settings
accessibilityHelper.toggleSetting('greyscale');
accessibilityHelper.toggleSetting('highContrast');
accessibilityHelper.toggleSetting('negativeContrast');
accessibilityHelper.toggleSetting('underlineLinks');
accessibilityHelper.toggleSetting('readableFont');
// Reset all settings
accessibilityHelper.resetAll();
The helper is compatible with modern browsers including:
MIT License
Contributions are welcome! Please feel free to submit a Pull Request. For major changes, please open an issue first to discuss what you would like to change.
For support, please visit helptheweb.org or open an issue in the GitHub repository.
FAQs
The official accessibility helper widget from helptheweb.org, adding features like font size adjustment, contrast modes, and more.
We found that @helptheweb/helper 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.
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
/Security News
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.