
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@wklm/detect
Advanced tools
Detect WebBLE Safari extension on iOS. Auto-show install banner when extension not found
Detect the iOSWebBLE Safari extension on iOS. Auto-show an install banner when the extension is not found. No-op on all other platforms.
npm install @wklm/detect
import { initIOSWebBLE } from '@wklm/detect';
await initIOSWebBLE({
operatorName: 'FitTracker',
banner: { mode: 'sheet', dismissDays: 14 },
onReady: () => console.log('Extension active'),
onNotInstalled: () => console.log('Prompting install'),
});
For React/Next.js:
import { IOSWebBLEProvider } from '@wklm/detect/react';
export default function Layout({ children }) {
return <IOSWebBLEProvider>{children}</IOSWebBLEProvider>;
}
For plain HTML (no bundler):
<script src="https://ioswebble.com/webble.js"></script>
initIOSWebBLE(options) -- detect extension, show banner, fire callbacksisIOSSafari() -- returns true on iOS SafariisExtensionInstalled() -- async check for the extension markershowInstallBanner(options) / removeInstallBanner() -- manual banner controlMCP server for coding agents (Claude Code, Cursor, Copilot):
npx -y @wklm/mcp
Full SDK reference for LLM context: https://ioswebble.com/llms-full.txt
The @wklm/* packages (core, profiles, react) are the cross-browser BLE SDK -- they work on any platform with Web Bluetooth support (Chrome, Edge, iOS Safari via the extension). The @wklm/* packages (detect, cli, mcp, skill) handle iOS-specific extension detection, install prompts, and agent tooling. Use both together for full iOS Safari coverage.
FAQs
Detect WebBLE Safari extension on iOS. Auto-show install banner when extension not found
The npm package @wklm/detect receives a total of 2 weekly downloads. As such, @wklm/detect popularity was classified as not popular.
We found that @wklm/detect 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.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.