Comparing version 0.0.2 to 1.0.0
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
52189
0
0
1089
246