
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@matter/nodejs-ble
Advanced tools
Matter BLE support using bleno for Peripheral/Device side and noble for Central/Controller side.
This package supports all Node.js LTS versions starting with 20.x
This package contains the specific Platform implementations for Bluetooth LE with Node.js. It is designed to be used in addition to the @matter/nodejs package to enable BLE specific functionality.
The used packages have some limitations and prerequisites. Please check the Readme's of the packages for more details:
[TIP] For Linux: The :
makeandg++packages must be installed.
This package adds BLE support to matter.js on Node.js. It is not intended to be used standalone.
Add this package to your package dependencies and make sure it is exactly the same version as matter.js and matter-node.js.
In your code you register the BLE instance by importing the package:
import "@matter/nodejs-ble";
In addition to importing the module, you also need to explicitly enable BLE:
Environment.default.vars.set("ble.enable", true);
If you need to modify the HCI ID you can do so using a configuration variable:
Environment.default.vars.set("ble.hci.id", 1);
The relevant classes in matter.js will detect the registration and use the BLE instance for BLE operations if needed.
You can optionally set an options object when instantiating NodejsBle. This object can have the following properties:
npm run build: Build all code and create CommonJS and ES6 variants in dist directory. This will built incrementally and only build the changed files.npm run build-clean: Clean the dist directory and build all code from scratchnpm run test: Run all tests - TBDFAQs
Matter BLE support for node.js
The npm package @matter/nodejs-ble receives a total of 35,623 weekly downloads. As such, @matter/nodejs-ble popularity was classified as popular.
We found that @matter/nodejs-ble demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.