Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-ble

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-ble - npm Package Compare versions

Comparing version 0.0.2 to 1.0.0

2

package.json
{
"name": "node-ble",
"description": "Bluetooth Low Energy (BLE) library written with only Javascript (no bindings) - baked by Bluez via DBus",
"version": "0.0.2",
"version": "1.0.0",
"repository": "https://github.com/chrvadala/node-ble.git",

@@ -6,0 +6,0 @@ "author": "chrvadala",

@@ -221,3 +221,4 @@ # node-ble

## Changelog
- **0.x** - WIP - Work In Progress
- **0.x** - Beta version
- **1.0** - First official version

@@ -245,4 +246,2 @@ ## Contributors

| hcitool dev | Adapter info (through Bluez) |
sudo nvram bluetoothHostControllerSwitchBehavior=never
| nvram bluetoothHostControllerSwitchBehavior=never | Only on Parallels |

@@ -57,6 +57,4 @@ /* global test, describe, expect, beforeAll, afterAll */

console.log(1)
await device.connect()
console.log(2)
}, 30 * 1000)
}, 20 * 1000)

@@ -63,0 +61,0 @@ let gattServer

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc