
Research
2025 Report: Destructive Malware in Open Source Packages
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.
@coolwallet/transport-web-ble
Advanced tools
If you're building a WebApp with CoolWallet, this is the one you need to use as transport in other api.
npm i @coolwallet/transport-web-ble
import ETH from '@coolwallet/eth';
import { crypto } from '@coolwallet/core';
import { createTransport } from '@coolwallet/transport-web-ble';
const transport = await createTransport();
const { privateKey: appPrivateKey } = crypto.key.generateKeyPair();
const appId = 'appId that had been registered by wallet';
const eth = new ETH();
// use transport in other package
const address = await eth.getAddress(transport, appPrivateKey, appId, 0);
A convenient way to create internal transport.
const createTransport: () => Promise<Transport>
Manage browser bluetooth status.
Check whether browser support Web Bluetooth API.
async isSupported(): Promise<boolean>
Popup browser bluetooth selector.
Return the selected BluetoothDevice.
async listen(): Promise<BluetoothDevice>
Connected to the given BluetoothDevice and create transport.
async connect(device: BluetoothDevice): Promise<Transport>
Disconnect from the BluetoothRemoteGATTServer and remove transport.
async disconnect(): Promise<void>
FAQs
web ble transport layer for coolwallet.
We found that @coolwallet/transport-web-ble 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.

Research
Destructive malware is rising across open source registries, using delays and kill switches to wipe code, break builds, and disrupt CI/CD.

Security News
Socket CTO Ahmad Nassri shares practical AI coding techniques, tools, and team workflows, plus what still feels noisy and why shipping remains human-led.

Research
/Security News
A five-month operation turned 27 npm packages into durable hosting for browser-run lures that mimic document-sharing portals and Microsoft sign-in, targeting 25 organizations across manufacturing, industrial automation, plastics, and healthcare for credential theft.