Socket
Socket
Sign inDemoInstall

node-ble

Package Overview
Dependencies
33
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.1.0

13

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

@@ -28,6 +28,7 @@ "author": "chrvadala",

"test": "jest --testPathIgnorePatterns=e2e.spec.js",
"coverage": "jest --testPathIgnorePatterns=e2e.spec.js --coverage",
"test:e2e": "jest",
"test:ci": "standard && yarn test && yarn coveralls",
"version": "yarn test && yarn standard",
"coveralls": "jest --coverage --coverageReporters=text-lcov --testPathIgnorePatterns=e2e.spec.js | coveralls"
"standard": "standard",
"ci": "npm-run-all standard coverage",
"preversion": "npm-run-all standard test"
},

@@ -41,5 +42,5 @@ "dependencies": {

"@types/jest": "^25.1.3",
"coveralls": "^3.0.11",
"dotenv": "^8.2.0",
"jest": "^25.1.0",
"npm-run-all": "^4.1.5",
"standard": "^14.3.3"

@@ -46,0 +47,0 @@ },

# node-ble
Bluetooth Low Energy (BLE) library written with only Javascript (no bindings) - baked by Bluez via DBus
Bluetooth Low Energy (BLE) library written with pure Node.js (no bindings) - baked by Bluez via DBus
[![chrvadala](https://img.shields.io/badge/website-chrvadala-orange.svg)](https://chrvadala.github.io)
[![Build Status](https://travis-ci.org/chrvadala/node-ble.svg?branch=master)](https://travis-ci.org/chrvadala/node-ble)
[![Test](https://github.com/chrvadala/node-ble/workflows/Test/badge.svg)](https://github.com/chrvadala/node-ble/actions)
[![Coverage Status](https://coveralls.io/repos/github/chrvadala/node-ble/badge.svg?branch=master)](https://coveralls.io/github/chrvadala/node-ble?branch=master)
[![npm](https://img.shields.io/npm/v/node-ble.svg?maxAge=2592000?style=plastic)](https://www.npmjs.com/package/node-ble)
[![Downloads](https://img.shields.io/npm/dm/node-ble.svg)](https://www.npmjs.com/package/node-ble)
[![Donate](https://img.shields.io/badge/donate-PayPal-green.svg)](https://www.paypal.me/chrvadala/15)
[![Donate](https://img.shields.io/badge/donate-PayPal-green.svg)](https://www.paypal.me/chrvadala/25)

@@ -223,2 +223,3 @@ # Setup

- **1.0** - First official version
- **1.1** - Migrates to gh-workflows

@@ -225,0 +226,0 @@ ## Contributors

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc