
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
Web Bluetooth LE UI plugin for Vue.js



For NPM
$npm install --save vue-webble
Or from YARN
$yarn add vue-webble
in your component, import the package as a child component.
import VueWebble from "vue-webble";
export default {
// ...
components: {
VueWebble
}
};
Add VueWebble into your single component file
<template>
<!-- ... -->
<VueWebble
filter-type="all"
:services="[
'alert_notification'
]"
@scanned-devices="handleScannedDevices"
@connected-devices="handleConnectedDevices"
/>
<!-- ... -->
</template>
The <VueWebble/> element emits several events which you can use to observe and respond to changes in component state.
@scanned-devices is fired when BLE scanning is enabled and user accepts to pair to the particular device.@connected-devices is fired when one device is connected from scanned devices list.If you're interested in contributing to Vue-Webble or share your opinions, please consider to submitting a pull request or post issues.
FAQs
A Web Bluetooth UI component for Vue.js
We found that vue-webble demonstrated a not healthy version release cadence and project activity because the last version was released 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
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.