Research
Security News
Kill Switch Hidden in npm Packages Typosquatting Chalk and Chokidar
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
bluetooth-helper
Advanced tools
A wrapper for BLE APIs in FxOS. It help developers handle BLE things easier.
A wrapper for BLE APIs in FxOS. It help developers handle BLE things easier.
bower.json
. Please check bower.json.bower install
.<head>
in HTML file. html<script src="bower_components/bluetooth-helper/lib/bluetooth_helper.js"></script>
var ble = new BluetoothHelper({
// Need BLE device's name or address to connect it.
name: 'BT_NAME',
// address: 'e4:a9:35:a4:ee:10'
});
ble.connect();
ble.on('connected', function() {
// You need to send one byte or more data in HEX format at one time.
ble.send('EE');
});
ble.disconnected();
ble.on('disconnected', function() {
ble.connect();
})
FAQs
A wrapper for BLE APIs in FxOS. It help developers handle BLE things easier.
The npm package bluetooth-helper receives a total of 7 weekly downloads. As such, bluetooth-helper popularity was classified as not popular.
We found that bluetooth-helper 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
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.